PowerShell
Bypass User Restriction
Set-Executionpolicy -Scope CurrentUser -ExecutionPolicy UnRestrictedor
powershell.exe -noprofile
Find it
dir "\powershell.exe" /s
Disable Defender
Set-MpPreference -DisableIOAVProtection $trueLast updated
Bypass User Restriction
Set-Executionpolicy -Scope CurrentUser -ExecutionPolicy UnRestrictedor
powershell.exe -noprofile
Find it
dir "\powershell.exe" /s
Disable Defender
Set-MpPreference -DisableIOAVProtection $trueLast updated