I've just read the post at MS that @ingviowarr mentioned above. I didn't know about this method but after reading the article, I think it's a great idea to include this in the toolkit. This way, even if you have a single user account, many tweaks can be readily applied. Cheers.
setupcomplete.cmd Spoiler: setupcomplete.cmd @echo[/USER] off Set xOS=x64 If "%PROCESSOR_ARCHITECTURE%"=="x86" If Not Defined PROCESSOR_ARCHITEW6432 Set xOS=x86 if exist "%WINDIR%\Setup\Files\Java\jre-8u291-windows-i586.exe" /s ( ) else ( "%WINDIR%\Setup\Files\Java\jre-8u291-windows-x64.exe" /s ) "%WINDIR%\Setup\Files\Silverlight_x64.exe" /q "%WINDIR%\Setup\Files\W10DigitalActivation.exe" /activate call "%WinDir%\Setup\Files\HKCU.reg" rd /q /s "%WINDIR%\Setup\Files" del /q /f "%0" Exit
A question for those that use the "block windows update" tweak in the toolkit: Do you experience that after a while Windows update turns itself on? For now I have installed a third party app called "wub" to block it, but I'd rather do it by means of the toolkit, permanently if possible. Cheers.
@zero cool root • Via "setupcomplete.cmd" - Example: Code: reg load HKLM\_TEMP_ %Systemdrive%\Users\Default\NTUSER.DAT :: You should adopt a root key path for "hkcu.reg" to the "HKLM\_TEMP_" prefix : reg import %WINDIR%\Setup\Scripts\hkcu.reg :: Original line: reg add "HKCU\Software\Microsoft\Settings\FindMyDevice" /v "LocationSyncEnabled" /t REG_DWORD /d 0 /f >nul 2>&1 :: Modified line: reg add "HKLM\_TEMP_\Software\Microsoft\Settings\FindMyDevice" /v "LocationSyncEnabled" /t REG_DWORD /d 0 /f >nul 2>&1 reg unload HKLM\_TEMP_ where: HKLM\_TEMP_ = HKCU (in the future) • Via AutoSettingsPS (same set of tweaks I posted before) This method means you need to get patched NTUSER.DAT first on your present Live OS and then manually replace it in your ISO. AutoSettingsPS (ASPS) proceeds with patching NTUSER.DAT when CloudExperienceHost tweak is applied. Turn this option ON in the "Presets_EN.txt" (placed in the root AutoSettingsPS folder) ASPS will search and patch NTUSER.DAT file in your Live OS folder: C:\Users\Default\NTUSER.DAT So if you have "ready to go" ISO done by MSMG Toolkit as usual, you can: - Backup your present system NTUSER.DAT from C:\Users\Default\ - Grab NTUSER.DAT from ISO you want install (already modified via MSMG Toolkit) - Temporary put it into C:\Users\Default\ for patching via ASPS - Apply ASPS tweak for CloudExperienceHost (with NTUSER.DAT patch included) - Got it! Copy somewhere patched NTUSER.DAT from C:\Users\Default\ - Put patched NTUSER.DAT into your ISO - Restore back your original system NTUSER.DAT from the backup @ ALL - IMPORTANT! Fixed a typo in the last tweak I posted before for CloudExperienceHost The name of the parameter should be "LocationSyncEnabled" Sorry for inconvenience!
MSMG, Windows turns on updates and downloads them, although all the settings in the registry are there! How do I kill updates (disable them)? p.s I use your settings, and I tell you they are not effective!
hi @MSMG would it be possible to remove windows update components completely? personally I don't see the point of having them? if you are removeing built in components from windows using msmg toolkit, if they are being restored by wu, then would it not be better to just remove the components? or give options to remove the components? maybe i'm missing something here. on another note i've herd about this new fangled o.s, it's called windows 11, will there be support for this new fling of microsofts? like all flings of microsoft, who knowes if there will be a windows 12 13 etc in future, ms love there shiney.
I think the same way. If I want to update I'll do a clean install. And usually who doesn't make their ISOs to be able to do an installation from scratch, on their daily use computer, approximately every 6 months. I say this because I passed the stage of my life where I installed all new versions for use. That was every week. Currently with a notebook for testing, it's better. I don't trust the virtualization tests 100%, I only use it for a few simpler details.
@RaiyvaN you speak sence my man! assumeing you are a dude dude! from a blind person's point of view... get it? i'm going to be very weary of this up coming windows edition. how many want to bet that it'll be a sh**t show? or it will flop? I don't have much fathe in ms or there way of doing things, there's nuthing new for people who are blind, what the hell are u.i changes going to doo for a person who can't see? what are annimations going to doo for me? apart from bogg down my machine even more? sorry for the rant. if there's a way of completely disableing annimations and all visuall elements from loading could you tell me? i'm blind and visuall elements are not required. dwm.exe go and scrue yourself sir after all, it's responsable for 3d stuff write? sorry if this post was rude I had to get it off my chest. i'm sorry for my poor language. ms have done the blind and people with a disability like me a dis service. and sorry for going off topic magerly. are there components related to visuall elements that could be removed? thanks Majid
Some Brazilian out there to test the Hearts game integration. It seems to me that the Language pack file is corrupted, I've downloaded it again and it keeps giving the same error. All other games have been properly integrated. DISM Log only of retrying to integrate Hearts.
Yes, I'm a guy, hehehe Majid, you know the beginning of Custom Toolkit was because of you, right? I wanted something easy to apply for just the removal of components. I made a session to make custom ISOs for each need. Starting with Accessibility, gamers LTSC Lite And, 2 Lites Selections of my preference. These are 1-click pre-selections, so just return Use the Dependencies fixer (useful because of some differences between builds, to avoid functionality breaks) and finally Start Removing Components. I believe you need a Screen text to be able to navigate correctly. The other day you talked about the Spoilers. I think if you find a spoiler and manage to click on it the reading software will be able to read what is inside the spoiler. Spoiler is usually a tab that holds more text. So that the post doesn't get so long. I'm about to launch the new Custom Toolkit, I just ask you to wait a little longer. Latest tests here.
I tried modding the main ps1 file of the toolkit for Windows 11 But the tookithelper code is hardcoded at W10