navigatorbad.blogg.se

Oosu10
Oosu10












Since I will not use them after that, I chose to uninstall both Boxstarter and Chocolatey. The code is adapted from Simon Timms blog post. Remove-Item $cascadiaCodeFolder -Recurse -Force If (!$hasPackageManager -or $hasPackageManager.Version -lt "1.10.0.0") Winget will be integrated with Windows 11 but it is not yet a reality, so to be sure to have the right version installed I use this: $hasPackageManager = Get-AppPackage -name 'Microsoft.DesktopAppInstaller' To avoid loosing to much time, I use Boxstarter and Chocolatey to automate as much as possible all settings and softwares installations.īut since I use Chocolatey only on that occasion, I wanted to replace it by Winget: is is (almost) native to windows, the v1.0 is out and the number of packages available in the community repository is good enough.īoth are package managers and are invoked from the command line, so the switch was not hard but there was some differences and deficiencies to come by. So you have to use the tool again after deployment but for the future you know that have to reenable dmwappushservice if you like to sysprep again.Around every 2-3 years I reinstall my computer with a fresh Windows. To be sure dmwappushservice is running when i sysprep i’ve added the following to my sysprep batch file: sc config dmwappushservice start= delayed-auto Therefore i added the following to my SetupComplete.cmd: C:\Support\Tools\Shutup\OOSU10.exe C:\Support\Tools\Shutup\ooshutup10.cfg /quiet after deploying this windows itself will reenable the following stuff that was recommeded by O&O to disable: I the between time is stopped using that but today i found that two important things on the net:įor me sysprep is now working well when using O&Oītw. With it’s default recommended settings to make Windows 10 silent this program disables the dmwappushservice (known as Windows Telemetrie 2), if you run sysprep it will hang forever.

oosu10

This is an important information to anyone who will make windows 10 more silent with tools like O&O Shutp and its derivates out in the net.














Oosu10