@MSMG When I click [2] Integrate => [3] Features => Microsoft Default Inbox Apps, the MSMG Toolkit close..!!
Hey I removed almost all apps from windows 11 official iso and now microsoft store cannot download apps can anybody help me please this is so important to me thanks for this awesome tool.
Try this. I believe that your problem should be because of Tweaks. Change: from disable 4: reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "4" /f >nul 2>&1 to 5: reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "5" /f >nul 2>&1 from disable 4: reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "4" /f >nul 2>&1 to 5: reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "5" /f >nul 2>&1 keep like this: reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\WaaSMedicSvc" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1 from disable 4: reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\wuauserv" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1 to Manual 3: reg.exe add "HKLM\TK_SYSTEM\ControlSet001\Services\wuauserv" /v "Start" /t REG_DWORD /d "3" /f >nul 2>&1 If this does not solve, you have to check the dependencies of the components removed to know if anything was missing. Follows attached a zipped file containing ".reg and .cmd".
Is there any package that we need to remove to install Windows 11 on unsupported systems? Or anything else that we need to do within MSMG Toolkit to make this happen?
Choose Windows Setup Boot Image while selecting Source Customize - Apply Tweaks - Disable Windows 11 Installer Hardware Check
Hello everyone! When to expect support for the final version of Windows 11 or is it already in Toolkit 11.8?
MSMG, I have not found any registry keys after removing Windows Defender; SmartScreen; Security Center for Microsoft Windows Malicious Software Removal Tool. I think I need to add these to the registry, as updates for Windows Defender and its components are climbing into the system along with other updates. This should solve the problem, at least if you just disable Windows Defender with tweeks, this doesn't happen. Code: reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f
But this is present in the "Disable Windows Defender" Tweak. It may be interesting after removing Windows Defender, always do the Tweak application.
Can this toolkit disable everything in Windows that's not needed for gaming and basic personal use? I don't even want defender/smart screen. Or any built in systems that are doing any real-time tracking, or reporting. *Edit: Just to clarify, I'm not simply looking for a "lite" version. Some features I still want like Store and media server. I just want Windows be quiet and save CPU cycles.
Yes. I completely remove both defender and smartscreen and the deployed image is fine. As for the privacy concerns, the toolkit is not really focused on that, although it contains some tweaks. You may want to use a third party ap like ShutUp10. Cheers.