Hi, It should be like this. (Mount) forgot Spoiler reg load HKLM\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT reg import d:\WimLocal\tweak\Mount\USER.reg reg unload HKLM\WIM_NTUSER
Spoiler reg import d:\WimLocal\tweak\Mount\USER.reg Ошибка: Ошибка при открытии файла. Возможно, обнаружена ошибка диска или файловой системы.
Oh, sorry, I made a mistake. reg load HKLM\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT REGEDIT.exe /s REG IMPORT D:\WimLocal\Tweak\\USER.reg reg unload HKLM\WIM_NTUSER
That's it, I figured it out, that's how it works. Thank you very much for the consultation! Spoiler Подключение образа [==========================100.0%==========================] Операция успешно завершена. d:\WimLocal>reg load HKLM\WIM_Software D:\WimLocal\Mount\windows\system32\config\software Операция успешно завершена. d:\WimLocal>reg load HKLM\WIM_SYSTEM D:\WimLocal\Mount\Windows\System32\Config\SYSTEM Операция успешно завершена. d:\WimLocal>reg load HKU\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT Операция успешно завершена. d:\WimLocal>D:\WimLocal\tools\SU64.exe /w /s reg import D:\WimLocal\tweak\SOFTWARE.reg Операция успешно завершена. d:\WimLocal>D:\WimLocal\tools\SU64.exe /w /s reg import D:\WimLocal\tweak\SYSTEM.reg Операция успешно завершена. d:\WimLocal>reg import D:\WimLocal\Tweak\USER.reg Операция успешно завершена.
Apologise for the bump, im still having issues with this script, I have looked at SunLions suggestion to read up at hotfix suppository link, though having no joy with your script.
Is this registry modifications blocking to join a domain? I just need to hide Windows Backup app... Any ideas???
You must remove Windows.DevHome to hide Windows Backup But it has a side effect: Windows Search will stop working...
Code: REM Disable Microsoft Account and non-password sign-in options Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d 1 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoConnectedUser" /t REG_DWORD /d 3 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul The above lines were mentioned in a previous post but I cannot find them anywhere in SD10v202_42. Have these lines been removed? I would definitely like to disable Microsoft Account and non-password sign-in. I am looking to keep things as minimal as possible so would appreciate a note about any other things that have been removed as well.
Please note that the original script was written for Windows 10. What we did was adapt it for Windows 11, which required removing several codes that were interfering with either digital activation or the execution of Windows Search. But you can insert the code into the script, along with others of its type, and test it out.
Oh - I thought it was still primarily targetted to Windows 10 given the name Slimdown10. Thanks for the reply. Can you or anyone else please post the script before it was adapted to Windows 11? I am looking for all the Windows 10 tweaks but dont have any older versions downloaded. What version should I be looking for? Also, what about releasing it under two names - Slimdown10 and Slimdown11?
For Windows 10 see here: https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/ For Windows 11 I don't intend to open a new topic. I'll just try to update the script here in this topic.
That is where I downloaded "SD10v202_42.7z" from - and it doesnt contain the disable Microsoft Account lines and so now I am wondering what else was removed. I dont have an older version to do a diff, I just found this discrepancy of things removed from something posted on forums. Is there an older version that contains the things removed like disable Microsoft Account and other possible things?
Slimdown10_2.02_original.cmd (line 1680) REM Disable Microsoft Account Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d 1 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoConnectedUser" /t REG_DWORD /d 3 /f >nul Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul REM Disable sign in options like PIN, password, etc. in Settings (you probably don't need this policy, so it is commented out) rem Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul REM Disable Custom User Account Image (you probably don't need this policy, so it is commented out) rem Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul I only removed the Disable Microsoft Account lines. The other lines were already commented out in the original script. I updated the changes in the "SD10v202_48_with_EDGE.cmd" and "SD10v202_48_without_EDGE.cmd" scripts themselves. When you download the next update next week, you'll see everything from the beginning.
Hello! It's been a long time since you spoiled us with your achievements. Can you share your fresh ideas or have you already abandoned this topic?
Hi! I changed my scenario a little, if you want to do tests I can send you the whole set, I am in Turkey now, accompanying my son in the dental clinic, he wanted a Hollywood smile, on Sunday we will fly back home to the Netherlands, I hope this day will come soon, that's all.