Windows 10 Scripts
Three Windows 10 Scripts

Regular (No OneDrive, Indexing, and Defender)
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://git.io/JJ8R4')"
Minimal (Only Targets Bloatware/Telemetry)
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://git.io/JJ5qc')"
LTSC Style Debloat
(WARNING: WILL UNINSTALL LOTS OF STUFF)
https://raw.githubusercontent.com/ChrisTitusTech/win10script/master/ultra-ltsc.ps1