Skip to content

Instantly share code, notes, and snippets.

View FoldZero's full-sized avatar
💭
node'ing

FoldZero

💭
node'ing
View GitHub Profile
@FoldZero
FoldZero / cleanup-win10.ps1
Created October 21, 2017 16:53 — 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.
##
## Instructions
## 1. Start Windows 10 installation. At the first point you are asked for input during Windows 10 setup, hit Shift-F10. This gives you a command prompt.
## 2. Now mount a network volume, or insert a USB key with this script on it and change directory to it. e.g.
## net use x: \\mynetworkmount
## cd x:
## 3. Run the script