Skip to content

Instantly share code, notes, and snippets.

View Vadimceo's full-sized avatar

Vadim Novoselov Vadimceo

View GitHub Profile
@Vadimceo
Vadimceo / cleanup-win10.ps1
Created June 13, 2019 02:30 — 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