hi, when i run 1.5 and there comes 1,6 i can run 1,6 and everything whats wrong in 1.5 get removed and overwritte by 1.6 ?
Yupp, should work just fine. If not, you can use the upcoming UNDO script to recover the windows defaults. It will be available with v1.6. Please note that the OneDrive uninstallation can not be reverted! To recover the default windows apps you have to create a new user profile.
I have been following this all day at work and can't wait to try it out on my LTSB installation when I get home! Thank you for all your work and I'll help out if I can.
Thanks for adding Code: powershell "Get-AppxPackage *office* | Remove-AppxPackage" > NUL 2>&1 to v1.6 and for putting the xbox one last (did the same before). Great you added an undo script as well. You Rock!
BTW, is it possible to change the Windows Update behaviour so that it only notifies me when there are new updates (instead of automatically downloading/installing them)? Or is this what Windows 10 Enterprise LTSB is for? Thanks ;-)
"Disable Windows Defender" option is not working. But it can be fixed easy. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001
uniQ you should add to your tool - add take ownership - disable hibernate - remove 6 new folders from This PC - Disable Windows Error Reporting
; Disable Windows Error Reporting [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting] "Disabled"=dword:00000001
First.. thanks for your excellent efforts. I hope you will continue with the good work. My question.. my system is x86. Will this still work as intended.?
I use this, but with a catch: ; Run as soon as you disable WD manually to prevent it from re-enabling by itself again [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend] "Start"=dword:00000004