1
0
Fork 0
Scripts/win10-debloat/README.md
2022-03-01 16:15:16 +01:00

6 lines
322 B
Markdown

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`