-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
![GitHub CI](https://github.com/gyk4j/chcl3/actions/workflows/ci.yml/badge.svg) | ||
|
||
# chcl3 | ||
Scripts to disable Windows Telemetry | ||
# CHCl<sub>3</sub> | ||
|
||
_CHCl<sub>3</sub>_ (pronounced "Chloroform") is a set of CMD/batch script, | ||
VBScript and Powershell script for Windows 7 to automate the disabling and | ||
removal of certain files, processes, services, scheduled tasks and registry keys | ||
associated with Windows telemetry data collection. | ||
|
||
It also adds known IP addresses and host names to firewall and | ||
Windows `hosts` file respectively to block network communication used for | ||
uploading collected telemetry data. | ||
|
||
> [!IMPORTANT] | ||
> It is developed and tested only on Windows 7. | ||
For more information, see the [wiki][wiki]. | ||
|
||
[wiki]: https://github.com/gyk4j/chcl3/wiki |