fixxin alll thoise grammor

This commit is contained in:
Alex Hirsch 2015-08-09 14:08:31 +02:00
parent 63c4668f64
commit 553186534a

View File

@ -4,13 +4,13 @@ This project is an effort to collect scripts which help *debloating* Windows
10. 10.
I personally find the state Windows 10 comes in quite shocking / scary and want I personally find the state Windows 10 comes in quite shocking / scary and want
to have very slim, scriptable solution to remove and disable Windows 10's to have very quick, scriptable solution to remove and disable Windows 10's
features most people do not need nor want. *features* most people do not need nor want anyway.
The scripts provided consists of Powershell scripts, you should have no You should have no problems using the provided Powershell scripts or altering
problems altering and using them to fit your needs. Do not forget to set the them to fit your needs. Do not forget to set the execution policy for
execution policy for Powershell scripts. And of course, how have to run them Powershell scripts. And of course, you have to run them with administrative
with administrative privileges. privileges.
PS> Set-ExecutionPolicy Unrestricted PS> Set-ExecutionPolicy Unrestricted
@ -19,18 +19,21 @@ execution policy set to bypass.
C:\> PowerShell.exe -ExecutionPolicy Bypass -File script-file.ps1 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 Look at the scripts, most of them are only a couple of lines long and it should
be pretty obvious what they are doing. be pretty obvious what they do.
I develop those scripts on a Windows 10 Professional 64-Bit virtual machine. I develop those scripts on a Windows 10 Professional 64-Bit virtual machine.
Please let me know if you encounter any issues with other Windows versions. Please let me know if you encounter any issues with other Windows 10 versions.
## Privacy Settings ## Privacy Settings
I am also working on a script which sets the privacy settings of the current I am also working on a script which sets the privacy settings of the current
user. I will try to keep them up-to-date as good as possible but do not rely on user. I will try to keep it up-to-date as good as possible but do not rely on
them since they may be outdated. them since they may be outdated.
If you find a certain setting which should be set in the stated script, let me
know.
## Liability ## Liability
**All scripts are provided as is and you use them at your own risk.** **All scripts are provided as is and you use them at your own risk.**