Tools to de-crapify Windows 10?
-
This script has all that is needed to modify to add your own icons to the start menu, as well as the start bar.
I run this script in audit mode, then run a sysprep - this then sets my settings for all users of the system.
I honestly can't recall if this keeps the crap at bay when I upgrade to the next version or not?
-
This is a script we run immediately after pushing the decrapp.ps1 through SC Toolbox on new systems.
Start Jewel-> Powershell->Run as Administrator cd \users\[admin username created during initial windows power up]\Documents\ScreenConnect\Temp Set-ExecutionPolicy -ExecutionPolicy Unrestricted ./decrapp.ps1 Set-ExecutionPolicy -ExecutionPolicy Restricted
-
you're not feeding it any arguments? Did you change it completely inside the script to suit your needs?
-
@Pete-S said in Tools to de-crapify Windows 10?:
Are there any good tools that can help remove all the crap from Windows 10?
I'm thinking spotify, cortana, user metrics collection, xbox, onedrive etc.
Even Enterprise edition have xbox...wut?When I've removed lots of this stuff manually, when you get updates it all appears again. And also it looks like it has to be done for every account on the same machine. So I probably been doing it the wrong way.
This one appears to still work, haven't tested it recently though, but makes it easy see what is there and what to kill:
https://gitlab.com/tjgruber/win10crappremover
More info: https://timothygruber.com/scripts/powershell/win10-crapp-remover-powershell-script-gui/
-
@Pete-S That's for asking when you did. I'm buried in new computers and laptops at the moment, gonna save a lot of headaches.
-
@Dashrender said in Tools to de-crapify Windows 10?:
you're not feeding it any arguments? Did you change it completely inside the script to suit your needs?
That's correct. I just looked at the script. I did not make any changes.
I had tried another script, and it had lots of places to make edits. This one was perfect for us as-is.
-
I also note the I an running the "June 21, 2019" version but the link I posted is to the Oct 2018 version. I'll look for the updated link.
There are so many people that have reposted this script, that it can be difficult to know which one you have.
Here is a link to the original author's page and current script dated Oct 22, 2020:
https://community.spiceworks.com/scripts/show/4378-windows-10-decrapifier-18xx-19xx-2xxx -
@Dashrender said in Tools to de-crapify Windows 10?:
Removing the store causes so much damage - just remove the icon, then most will never know it's there.
Right!
-
@Dashrender said in Tools to de-crapify Windows 10?:
@hobbit666 said in Tools to de-crapify Windows 10?:
Yeah i used to use a powershell script for this.
https://community.spiceworks.com/scripts/show/4378-windows-10-decrapifier-18xx-19xx-2xxxNot used it for a while so not sure what it does in modern versions.
I still use this script for my builds. I of course tweaked it for my needs, leaving in the Calculator, paint, camera, and sadly, the store. Removing the store causes so much damage - just remove the icon, then most will never know it's there.
Thanks-
Mine got hit with the ‘feature’ update. -
This script worked great!
I just tried it on a new laptop and it removed lots of stuff nobody needs.