16 Commits (cc41034c47a389a864b0496aa4c805362dbebd5f)

Author SHA1 Message Date
seanlundin 1ebd897297
Update Windows10SysPrepDebloater.ps1
you had one extra bracket on line 48, preventing it from running.
6 years ago
Richard Newton 94085bff68
Removed old function
I removed an old function "Remove-AppxPackagesForSysprep -ErrorAction SilentlyContinue" and added Microsoft.MSPaint to whitelist.
6 years ago
Richard Newton cccafebc25
Removed @PSParameters and IF statements
I removed all of the IF statements in the code that was merged because it did not allow the code to actually run.
6 years ago
Richard Newton 370475d177
Removed blacklist code
I removed the blacklist because it could have unintended consequences.
6 years ago
Richard Newton 57ef7e83b6
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton c49ce96d55
Update Windows10SysPrepDebloater.ps1
Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
6 years ago
Matt 4854877459 Added Privacy switch and added verbose messaging so that it appears in the MDT logs 6 years ago
Matt 4caf494048 fixed error with apps installed as other users 6 years ago
Matt d770bf1f2b Fixed Sc command 6 years ago
Matt 30541754f6 Fixed logic to make use of the switches 6 years ago
Matt ae7fd52b09 added Extra steps to remove provisioned packages.
Added registry keys to stop autoupdates on Windows Store
Added step to stop installer service
6 years ago
Richard Newton cc4633c8be
Added missing function FixWhitelistedApps to be called correctly
Added missing function FixWhitelistedApps to be called correctly on line 235
7 years ago
Richard Newton f4da442ca6
Fixed Parameter switches 7 years ago
Richard Newton f30ac403de
Added CanonicalGroupLimited.UbuntuonWindows to whitelisted apps 7 years ago
Richard Newton 78e439b703
Added -ErrorAction SilentlyContinue to lines 165-170 7 years ago
Richard Newton fd4ecb03fd
Renamed Windows10SilentDebloater to Windows10SysPrepDebloater
I renamed Windows10SilentDebloater to Windows10SysPrepDebloater to better show what the intended purpose of this version of the script is for.
7 years ago