set-executivepolicy неограниченное разрешение отказано

#change execution policy and enable execution of PowerShell scripts
#open Windows PowerShell as Admin  
Set-ExecutionPolicy Unrestricted
Shiny Stag