248 Commits (409ba334a037e0e8479db7f29c02b1445f98971a)
 

Author SHA1 Message Date
mdnt 88d4d1ed7b
Added Microsoft.ScreenSketch to whitelist
Looks like Microsoft will be axing snipping tool and using Snip & Sketch going forward
6 years ago
xyipher 8b6ffcbbd7
Update Windows10SysPrepDebloater.ps1
& sc config InstallService start=disabled  -> Gave me an error, used power shell command and it worked without errors

re-run line 41 in order to avoid error or having to reboot.
6 years ago
Richard Newton b51963269e
Removed line 15
I removed the code from line 15 as this will wipe more than the target appxpackages/appxprovisionedpackages since even some games/apps/etc from the Microsoft Store and others that are wanted will be removed.
6 years ago
Richard Newton 0c90e11309
Fixed Switch Parameters section and added to credit section 6 years ago
Richard Newton 72fa2acbeb
Reverted back to the old version with fixes by xsisbest 6 years ago
Richard Newton a33a2e1517
Added new information to Switch Parameters 6 years ago
Richard Newton 3fb9e4defc
Changed DebloatAllApps to DebloatAll 6 years ago
Richard Newton 2326d4ba79
Added new DebloatBlacklist function 6 years ago
Richard Newton 5ed3bc2fa0
New blacklist function and GUI prompt
I added a new blacklist function called DebloatBlacklist which will only remove the specified bloatware in the array in the function.

I also renamed the Start-Debloat function to DebloatAllApps since it seemed to remove absolutely everything related to the Microsoft Store (Any games, apps, etc).

When you hit "Yes" in the first prompt, you will be asked if you want debloat via a blacklist or if you want to remove everything, in terms of apps.
6 years ago
Richard Newton d17757c7d9
Added missing curling brace to FixWhitelistedApps Function 6 years ago
Richard Newton f0fda437e1
Removed get-appxpackage | remove-appxpackage
I removed the line of code get-appxpackage | remove-appxpackage from the Begin-SysPrep function because it was accidentally removing all packages.

I also removed the If statement in the FixWhitelistedApps since it wasn't necessary.
6 years ago
Richard Newton cc41034c47
Merge pull request #48 from seanlundin/patch-1
Update Windows10SysPrepDebloater.ps1
6 years ago
seanlundin 1ebd897297
Update Windows10SysPrepDebloater.ps1
you had one extra bracket on line 48, preventing it from running.
6 years ago
Richard Newton 1a15c497f1
Removed * from Whitelisted for Microsoft.MSPaint 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 70207048ef
Removed debloat Blacklist
I removed the Blacklist code because it didn't seem to function as intended and it could perhaps have unintended consequences.
6 years ago
Richard Newton a0f85e61c9
Removed section stating you need to run before new profile
There really is no reason not is it necessary to run before creating a new profile.
6 years ago
Richard Newton 0e1b473d4e
Updated ReadMe 6 years ago
Richard Newton 644b97ea31
Fixed bug making script hang
I fixed a bug that was forcing the script to either hang or to completely kill the PowerShell Session in VSCode. I removed any variables that were added in the code but never declared called $PublishSettings.

The script runs properly now and no longer kills the PowerShell session or hangs.
6 years ago
Richard Newton f327be743d
Added code to stop the WAP push service and Diagnostics 6 years ago
Richard Newton 9bf5205259
Added to re-enable WAP push service and Diagnostics
Added code to re-enable the WAP push service and the diagnostics tracking service.
6 years ago
Richard Newton b0f21330ec
Created Fix Whitelisted Apps
This contains the code in the FixWhitelistedApps function.
6 years ago
Richard Newton a259c8f3f1
Created Enable Edge PDF File
This contains the code in the Enable-EdgePDF function.
6 years ago
Richard Newton 2d65955a79
Created Revert Changes file
This contains the code that reverts the changes that the Start-Debloat function does, as well as the Protect-Privacy function.
6 years ago
Richard Newton c49853a1cd
Created Stop Edge PDF
This contains the code that is in the Stop-EdgePDF function.
6 years ago
Richard Newton f38866cf59
Created Enable Cortana File
This contains the code from the EnableCortana Function.
6 years ago
Richard Newton 8f7ad249fb
Created Disable Cortana File
This contains the code that is used in the DisableCortana Function.
6 years ago
Richard Newton df652fe389
Created Protect Privacy file
This contains the code from the function Protect-Privacy.
6 years ago
Richard Newton 57c155e220
Added ForEach loop. 6 years ago
Richard Newton 003ba5edb1
Created Remove Bloatware RegKeys
This is the code from the Remove-Keys function that removes the bloatware registry keys.
6 years ago
Richard Newton ff7f5f653f
Created file called Debloat Windows
This is the code in the function called Start-Debloat to debloat Windows 10.
6 years ago
Richard Newton feabda25d1
Created individual file called Uninstall OneDrive
This is the code to uninstall OneDrive from the Function UninstallOneDrive.
6 years ago
Richard Newton d2c812df11
Added New-PSDrive HKCR in uninstall OneDrive Function
I added code to create a new PSDrive for HKCR so that the function can access the portion of the registry associated with HKCR and create/modify the specific registry keys.

I believe this resolves the function from hanging.
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
Richard Newton 16016cf829
Added blacklisted Appxpackages to Start-Debloat Function 6 years ago
Richard Newton 1a2bf8181c
Merge pull request #38 from matt2005/1803
added Extra steps to remove provisioned packages.
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 405d4584f3
Added Add-Type -AssemblyName PresentationCore,PresentationFramework 6 years ago
Richard Newton 4caacbb162
Removed administrator check 6 years ago
Richard Newton 5fff8f33ec
Removed the beginning * from Microsoft.Paint* since it wasn't parsing correctly 6 years ago
Richard Newton 300806db2e
Added Microsoft.MSPaint wildcard to whitelist 6 years ago
Richard Newton f327eef7f0
Added Microsoft.MicrosoftStickyNotes to whitelist 6 years ago
Richard Newton e9d2b48fab
Moved the Erroraction preference to line 12 6 years ago