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