31 lines
939 B
Markdown
31 lines
939 B
Markdown
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 :)
|