2025-10-26 15:15:52 +01:00
2025-10-18 16:02:48 +02:00
2025-10-26 15:15:52 +01:00
2025-09-27 14:39:17 +02:00

powershell-script

A list of PowerShell scripts for configuring and debloating Windows.

First run

To allow the execution of scripts, but only for the local user, run the following command in a PowerShell window:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force

Scripts downloaded from the Internet must be signed by a trusted entity, while local scripts can be executed without restrictions. This setting applies exclusively to the current user and does not affect the execution policies of other users on the system.

Description
A list of PowerShell scripts for configuring and debloating Windows
Readme GPL-3.0 228 KiB
Languages
PowerShell 100%