Skip to content

Commit

Permalink
Update readme with instructions to fix NCSI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlog2 committed Jan 24, 2021
1 parent 0faf5fd commit 9e09820
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"python.formatting.provider": "black",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"[markdown]": {
"editor.formatOnSave": false
}
}
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This repository is a living fork of the last stable release of [DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking)
## [DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking) was archived on 12/2020, and had it's last release on 01/2019
## We don't want the goodness to die, so forked DWT!
## We don't want the goodness to die, so we forked DWT!
## Please help us fix bugs and improve this software! We can't do it without you!

# --------------------------
Expand Down Expand Up @@ -112,6 +112,14 @@ This action requires reboot computer for completely applying.
Selecting "Disable" will simply stop the services from being able to run.
Selecting the "Delete" choice will completely delete the tracking services.

## Changes in this fork
This fork changes a few things from the original [DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking)

- Fixes Windows 10 Network Connectivity Status Indicator (NCSI). No longer adds these hosts file entries:<br>
0.0.0.0 msftncsi.com<br>
0.0.0.0 www.msftncsi.com<br>
If your Windows 10 NCSI is broken, we recommend you edit C:\Windows\System32\drivers\etc\hosts and remove any lines containing the text "msftncsi", then save the file. That should fix the issue for you.

## License

```
Expand Down

0 comments on commit 9e09820

Please sign in to comment.