1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

322 B

  1. Start a console with admin rights (right click on start menu button).
  2. Run Powershell if not already.
  3. Ensure correct execution policy: Set-ExecutionPolicy Unrestricted
  4. Run the scripts you want. "reg" files can be run and will set registry keys.
  5. Reset execution policy: Set-ExecutionPolicy AllSigned