Skip to content

Commit dd8d73a

Browse files
committed
Updated to v1.6
- The script will now tell the user which update is being uninstalled - An empty line will be added inside HOSTS, right before the hostnames\IPs list - The title before the hostnames\IPs is now commented out - The script will not add a space after an hostname\IP anymore (HOSTS ignores that space anyway) - Minor changes to README and LICENSE
1 parent 3f4a230 commit dd8d73a

File tree

5 files changed

+499
-440
lines changed

5 files changed

+499
-440
lines changed

.github/images/hide_updates.png

28 KB
Loading

.github/images/preview.png

14.7 KB
Loading

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Alberto
3+
Copyright (c) 2019 Alberto Strappazzon
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# TELEME7RY
2+
23
#### An automated batch script to disable telemetry in Windows 7
34

45
Teleme7ry aims to remove any telemetry service, schedule and update in Windows 7.
56

6-
![](https://puu.sh/BPXHI.png)
7+
![Teleme7ry](.github/images/preview.png)
78

89
Credits:
910
- https://superuser.com/a/972506
@@ -12,30 +13,33 @@ Credits:
1213
- https://deskroll.com/blog/article.php?id=Privacy_In_Windows_7_%E2%80%93_How_To_Disable_Telemetry_Data_Collection
1314

1415
## Removing any leftovers
16+
1517
Follow the steps below **after** running the script to make sure the script ran correctly.
1618

1719
### Check Task Scheduler
20+
1821
Press **Win + R**, type in `taskschd.msc` and hit enter. The Task Scheduler Library will show up.
1922
Expand **Task Scheduler Library > Microsoft > Windows**. If there are any of the following tasks, *delete* them.
2023

2124
- Everything under "*Application Experience*"
2225
- Everything under "*Autochk*"
2326
- Everything under "*Customer Experience Improvement Program*"
2427
- Under "*Disk Diagnostic*"
25-
- "*Microsoft-Windows-DiskDiagnosticDataCollector*"
28+
- "*Microsoft-Windows-DiskDiagnosticDataCollector*"
2629
- Under "*Maintenance*"
27-
- "*WinSAT*"
30+
- "*WinSAT*"
2831
- Under "*CloudExperienceHost*"
29-
- "*CreateObjectTask*"
32+
- "*CreateObjectTask*"
3033
- Under "*NetTrace*"
31-
- "*GatherNetworkInfo*"
34+
- "*GatherNetworkInfo*"
3235
- Under "*Shell*"
33-
- "*FamilySafetyMonitor*"
34-
- "*FamilySafetyRefresh*"
36+
- "*FamilySafetyMonitor*"
37+
- "*FamilySafetyRefresh*"
3538
- Under "*IME*"
36-
- "*SQM data sender*"
39+
- "*SQM data sender*"
3740

3841
### Hide the uninstalled Updates
42+
3943
Press **Win + R**, type in `control` and hit enter. The Control Panel will show up.
4044
Navigate to **System and Security** > **Windows Update** and hide the following updates under **Important** and **Optional**:
4145

@@ -87,7 +91,7 @@ Navigate to **System and Security** > **Windows Update** and hide the following
8791
- [KB3140166](https://support.microsoft.com/en-us/kb/3140166) Windows 10 Upgrade Scheduling
8892
- [KB3140185](https://support.microsoft.com/en-us/kb/3140185) Windows Anytime Upgrade (WAU) update for Windows 8.1 (March 2016)
8993
- [KB3146449](https://support.microsoft.com/en-us/kb/3146449) "Updated Internet Explorer 11 capabilities to upgrade Windows 8.1 and Windows 7"
90-
- [KB3150513](https://support.microsoft.com/en-us/kb/3150513) May 2016 Compatibility Update for Windows 7, 8, 8.1,another Windows 10 Upgrade KB
94+
- [KB3150513](https://support.microsoft.com/en-us/kb/3150513) May 2016 Compatibility Update for Windows 7, 8, 8.1, another Windows 10 Upgrade KB
9195
- [KB3173040](https://support.microsoft.com/en-us/kb/3173040) Fullscreen Windows 10 nagware experience
9296

93-
![Hide Updates](https://puu.sh/Bn6ke.png)
97+
![Hide Updates](.github/images/hide_updates.png)

0 commit comments

Comments
 (0)