This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## 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 |