Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10se1ucgo <10se1ucgo@users.noreply.github.com>2015-08-03 03:33:52 +0300
committer10se1ucgo <10se1ucgo@users.noreply.github.com>2015-08-03 03:33:52 +0300
commit592e3156182b3269fcf870234be68cbf0647ec15 (patch)
treedecdc24b761c606271f3f4ab6584fbcd60ca63ba /README.md
parent2fb2e8b6dee135d5b5ac74072b82a534e08b3341 (diff)
Rearrange README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index acf3e39..1fcddb2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@
[GIF of GUI](http://i.imgur.com/AV8btDc.gifv)
A tool that I created to use some of the known methods of disabling tracking in Windows 10.
+## How to use
+You can either
+A. Install Python and the dependencies listed below and run the script from an elevated (admin) command prompt and select which options you'd like
+B. Run the binary uploaded to the Release tab as an Administrator and select which options you'd like
+
## Dependencies
* wxPython
* PyWin32
@@ -21,13 +26,6 @@ Clears log and disables writing to the log located in "C:\ProgramData\Microsoft\
#### HOSTS
Append known tracking domains to the HOSTS file located in "C:\Windows\System32\drivers\etc"
-
-
-## How to use
-You can either
-A. Install Python and the 2 dependencies and run the script from an elevated (admin) command prompt and select which options you'd like
-B. Run the binary uploaded to the Release tab as an Administrator and select which options you'd like
-
## Delete Services vs Disable Services?
Selecting the "Delete" choice will completely delete the tracking services. This is the recommended choice.
Selecting "Disable" however will simply stop the services from being able to run.