meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| windows:ten [2026/06/08 22:14] – removed - external edit (Unknown date) 127.0.0.1 | windows:ten [2026/06/08 22:14] (current) – ↷ Page moved from os:windows:ten to windows:ten kilroy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Windows 10 ====== | ||
| + | //Tested on 1709// | ||
| + | |||
| + | ===== Windows 10 Antispy ===== | ||
| + | |||
| + | Without alternative: | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Uninstall Apps ===== | ||
| + | Currently the best:\\ | ||
| + | [[https:// | ||
| + | |||
| + | ==== Remove " | ||
| + | //Edge, Xbox-whatever// | ||
| + | |||
| + | - Install "take ownerships" | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | ;Created by Vishal Gupta for AskVG.com | ||
| + | |||
| + | [HKEY_CLASSES_ROOT\*\shell\runas] | ||
| + | @=" | ||
| + | " | ||
| + | " | ||
| + | |||
| + | [HKEY_CLASSES_ROOT\*\shell\runas\command] | ||
| + | @=" | ||
| + | " | ||
| + | |||
| + | [HKEY_CLASSES_ROOT\Directory\shell\runas] | ||
| + | @=" | ||
| + | " | ||
| + | " | ||
| + | |||
| + | [HKEY_CLASSES_ROOT\Directory\shell\runas\command] | ||
| + | @=" | ||
| + | " | ||
| + | </ | ||
| + | - Take ownerships of " | ||
| + | - -> delete :-) | ||
| + | |||
| + | ===== Disable Defender ===== | ||
| + | |||
| + | < | ||
| + | Set-MpPreference -DisableRealtimeMonitoring $true | ||
| + | Set-MpPreference -ExclusionPath " | ||
| + | Set-MpPreference -SevereThreatDefaultAction NoAction|Allow | ||
| + | Set-MpPreference -HighThreatDefaultAction NoAction|Allow | ||
| + | Set-MpPreference -LowThreatDefaultAction NoAction|Allow | ||
| + | Set-MpPreference -ModerateThreatDefaultAction NoAction|Allow | ||
| + | -DisableIntrusionPreventionSystem | ||
| + | -DisableArchiveScanning | ||
| + | -DisableBehaviorMonitoring | ||
| + | -DisableRemovableDriveScanning | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Chocolatery ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | < | ||
| + | choco install git python notepadplusplus mingw windbg ghidra radare2 freefilesync x64dbg.portable 7zip chromium wireshark docker-desktop HxD | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== WSL ===== | ||
| + | |||
| + | < | ||
| + | Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | ||
| + | |||
| + | </ | ||