From d09dc98665c2911f93293e83fba2e953d0917dbe Mon Sep 17 00:00:00 2001 From: Yorick Date: Thu, 6 Apr 2017 23:03:38 +0200 Subject: [PATCH] Add README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79e1a67 --- /dev/null +++ b/README.md @@ -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 :)