User Tools

Site Tools


os:windows:ten

This is an old revision of the document!


Windows 10

Tested on 1709

Windows 10 Antispy

Uninstall Apps

Remove "System Apps"

Edge, Xbox-whatever

  1. Install “take ownerships”
    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"
  2. Take ownerships of “C:\Windows\SystemApps\whatever”
  3. → delete :-)

Disable Defender

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

Chocolatery

https://chocolatey.org/install

choco install git python notepadplusplus mingw windbg ghidra radare2 freefilesync x64dbg.portable
os/windows/ten.1665136036.txt.gz · Last modified: 2022/10/07 11:47 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki