Tested on 1709
Without alternative:
https://www.oo-software.com/en/shutup10
Currently the best:
https://github.com/Sycnex/Windows10Debloater
Edge, Xbox-whatever
Windows Registry Editor Version 5.00 ;Created by Vishal Gupta for AskVG.com [HKEY_CLASSES_ROOT\*\shell\runas] @="Take ownership" "HasLUAShield"="" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\*\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" [HKEY_CLASSES_ROOT\Directory\shell\runas] @="Take ownership" "HasLUAShield"="" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\Directory\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
Set-MpPreference -DisableRealtimeMonitoring $true Set-MpPreference -ExclusionPath "C:\temp", "d:\Share" Set-MpPreference -SevereThreatDefaultAction NoAction|Allow Set-MpPreference -HighThreatDefaultAction NoAction|Allow Set-MpPreference -LowThreatDefaultAction NoAction|Allow Set-MpPreference -ModerateThreatDefaultAction NoAction|Allow -DisableIntrusionPreventionSystem -DisableArchiveScanning -DisableBehaviorMonitoring -DisableRemovableDriveScanning
https://chocolatey.org/install
choco install git python notepadplusplus mingw windbg ghidra radare2 freefilesync x64dbg.portable 7zip chromium wireshark docker-desktop HxD
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux