Add README.md
This commit is contained in:
parent
422109f695
commit
d09dc98665
1 changed files with 31 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
Win10 privacy helper script
|
||||||
|
==========================
|
||||||
|
|
||||||
|
This Powershell script disable some anti-privacy Windows 10 features.
|
||||||
|
I created this for my work needs.
|
||||||
|
|
||||||
|
* redirect some Microsoft domain known to 0.0.0.0
|
||||||
|
* add firewall rules to block some Ms IP used to collect data
|
||||||
|
* disable some Windows 10 features (Fax, MediaPlayer ...)
|
||||||
|
* disable somes services
|
||||||
|
* disable most Modern Apps (because there are useless ...)
|
||||||
|
* disable some task
|
||||||
|
* write plenty of reg key to disable some features :
|
||||||
|
* advertising
|
||||||
|
* geolocation
|
||||||
|
* telemetry
|
||||||
|
* disable apps righs
|
||||||
|
* disable MS Account for login
|
||||||
|
* Onedrive
|
||||||
|
* (...)
|
||||||
|
|
||||||
|
### Warning!
|
||||||
|
|
||||||
|
Do not use this script if you're logged with a MS Account on your
|
||||||
|
Windows sesssion. Because this script disable MS Account, your account
|
||||||
|
may be blocked and you could not login again.
|
||||||
|
|
||||||
|
|
||||||
|
### Licence
|
||||||
|
|
||||||
|
Do what you're want with it and feel fre to offer me a beer :)
|
Reference in a new issue