mirror of
https://github.com/W4RH4WK/Debloat-Windows-10.git
synced 2024-11-15 18:12:57 +00:00
extend README
This commit is contained in:
parent
06745a243a
commit
c2e3e921a7
@ -10,9 +10,14 @@ features most people do not need nor want.
|
||||
The scripts provided consists of Powershell scripts, you should have no
|
||||
problems altering and using them to fit your needs. Do not forget to set the
|
||||
execution policy for Powershell scripts. And of course, how have to run them
|
||||
with administrative priveledges.
|
||||
with administrative privileges.
|
||||
|
||||
PS> Set-ExecutionPolicy RemoteSigned
|
||||
PS> Set-ExecutionPolicy Unrestricted
|
||||
|
||||
Alternatively you can run the script as an argument to Powershell with
|
||||
execution policy set to bypass.
|
||||
|
||||
C:\> PowerShell.exe -ExecutionPolicy Bypass -File script-file.ps1
|
||||
|
||||
Look at the scripts most of them are only a couple of lines long and it should
|
||||
be pretty obvious what they are doing.
|
||||
|
Loading…
Reference in New Issue
Block a user