PowerShell

Bypass User Restriction

Set-Executionpolicy -Scope CurrentUser -ExecutionPolicy UnRestricted

or

powershell.exe -noprofile

Find it

dir "\powershell.exe" /s

Disable Defender

Set-MpPreference -DisableIOAVProtection $true

Last updated