Skip to content

Instantly share code, notes, and snippets.

View BeyTek's full-sized avatar
🎯
Focusing

BeyTek BeyTek

🎯
Focusing
  • France
  • 10:42 (UTC +01:00)
View GitHub Profile
@BeyTek
BeyTek / cleanup-win10.ps1
Created June 18, 2021 10:38 — forked from halkyon/cleanup-win10.ps1
Cleanup Windows 10 Powershell script
##
## Windows 10 cleanup script.
## Remove dodgy tracking settings, unneeded services, all apps, and optional features that come with Windows 10. Make it more like Windows 7.
## NOTE: this was tested on Creators Update (1703) and Fall Creators Update (1709). Some of this may not work as expected on newer versions.
##
## Instructions
## 1. Run this script (under Powershell as Administrator):
## powershell -ExectionPolicy Bypass .\cleanup-win10.ps1
## 2. Let it run through, you may see a few errors, this is normal
## 3. Reboot