Debloat Windows 10 is a collection of Powershell scripts that block, disable, modify, or optimize various Windows 10 features that users may find annoying, or at least not super useful to begin with.
Word of warning: these scripts have no undo function. The author suggests you run them on a fresh installation of Windows 10. I suggest you create a full system backup before you run them, so that you can restore the system should things go wrong.
You can open any of the Powershell scripts in a plain text editor or directly on GitHub to find out what they do in detail.
You are probably wondering what those scripts do. You find nine scripts in total on the Debloat windows 10 GitHub repository right now. They are:
You need to open an elevated Powershell prompt to run those script:
That's all there is to it. You can run as many of the Powershell scriptlets as you like. I can't stress the importance of creating a backup of your system before you run any of the scripts. (via Inside Windows)
Advertising revenue is falling fast across the Internet, and independently-run sites like Ghacks are hit hardest by it. The advertising model in its current form is coming to an end, and we have to find other ways to continue operating this site.
We are committed to keeping our content free and independent, which means no paywalls, no sponsored posts, no annoying ad formats (video ads) or subscription fees.
If you like our content, and would like to help, please consider making a contribution:
Ghacks is a technology news blog that was founded in 2005 by Martin Brinkmann. It has since then become one of the most popular tech news sites on the Internet with five authors and regular contributions from freelance writers.
Seriously, just avoid Windows 10 until it becomes a pleasant OS to use. That may not happen for the next 5 years.
Using it since beta, all great, all smooth.
Been shilling since the beginning of time, all smooth.
I haven’t had any problems with Windows 10. Smoothest, and fastest install I ever done.
Uninstall*
Here is similar but one click one “Windows 10 Toolkit v1.0”
https://goo.gl/49yrMp
A small portable utility to uninstall Windows defender , Cortana and Microsoft EDGE you can use it to Block or reapir Microsoft EDGE too
Download link:
https://yadi.sk/d/AgusC7tF34Quhq
Virustotal report:
https://www.virustotal.com/tr/file/f45fc669e936243f40bda6c87ae8d1dbd1bc5004b46640afdb4629b0c9ab4c11/analysis/
I see the scripts add telemetry domains into the hosts file. anyone can confirm this doesn’t cause troubles with Skype? each time I add Microsoft spy-sites to my hosts list Skype starts acting up
Edit: found some in the block-telemetry script already:
“ui.skype.com”,
“pricelist.skype.com”
“apps.skype.com”
“m.hotmail.com”
“s.gateway.messenger.live.com”
Personally I would prefer to see a single script with each of these set as functions. Separate scripts allows for easy editing but means you have to lug around the entire collection. Perhaps I’ll see about integrating them.
Thanks for the article, one slight typo:
where you write:
“Run any of the scripts afterwards using ./scriptname.ps1 from the directory you saved them to.”
it should be .\scriptname.ps1
backslash not forwardslash
Thanks!
Kevin you are right, thanks for spotting this. Corrected in the guide.