Hypertoken / nospy

block AppsFlyer spyware from steam games that have it
8 stars 0 forks source link

Set-ExecutionPolicy RemoteSigned error. Windows 11. #3

Open SkiLeN opened 3 months ago

SkiLeN commented 3 months ago

I couldn't run script because it somehow still yet blocked me from running it when using command Set-ExecutionPolicy RemoteSigned. Only helped when I did steps to turn it into unrestricted type. Select Start > All Programs > Windows PowerShell version > Windows PowerShell (run as administrator).

  1. Type Set-ExecutionPolicy RemoteSigned to set the policy to RemoteSigned.
  2. Type Set-ExecutionPolicy Unrestricted to set the policy to Unrestricted.
  3. Type Get-ExecutionPolicy to verify the current settings for the execution policy.
  4. Type Exit.