1
0
Fork 0
Scripts/win10-debloat
2022-03-01 16:15:16 +01:00
..
1_DelPackages.ps1 win10-debloat 2022-03-01 16:15:16 +01:00
2_DelOneDrive.cmd win10-debloat 2022-03-01 16:15:16 +01:00
3_DelCortonaTelBiometrics.reg win10-debloat 2022-03-01 16:15:16 +01:00
4_DelTouchLockScreen.reg win10-debloat 2022-03-01 16:15:16 +01:00
5_DelTracking.ps1 win10-debloat 2022-03-01 16:15:16 +01:00
README.md win10-debloat 2022-03-01 16:15:16 +01:00

  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