1
1
# TELEME7RY
2
+
2
3
#### An automated batch script to disable telemetry in Windows 7
3
4
4
5
Teleme7ry aims to remove any telemetry service, schedule and update in Windows 7.
5
6
6
- ![ ] ( https://puu.sh/BPXHI .png)
7
+ ![ Teleme7ry ] ( .github/images/preview .png)
7
8
8
9
Credits:
9
10
- https://superuser.com/a/972506
@@ -12,30 +13,33 @@ Credits:
12
13
- https://deskroll.com/blog/article.php?id=Privacy_In_Windows_7_%E2%80%93_How_To_Disable_Telemetry_Data_Collection
13
14
14
15
## Removing any leftovers
16
+
15
17
Follow the steps below ** after** running the script to make sure the script ran correctly.
16
18
17
19
### Check Task Scheduler
20
+
18
21
Press ** Win + R** , type in ` taskschd.msc ` and hit enter. The Task Scheduler Library will show up.
19
22
Expand ** Task Scheduler Library > Microsoft > Windows** . If there are any of the following tasks, * delete* them.
20
23
21
24
- Everything under "* Application Experience* "
22
25
- Everything under "* Autochk* "
23
26
- Everything under "* Customer Experience Improvement Program* "
24
27
- Under "* Disk Diagnostic* "
25
- - "*Microsoft-Windows-DiskDiagnosticDataCollector*"
28
+ - "* Microsoft-Windows-DiskDiagnosticDataCollector* "
26
29
- Under "* Maintenance* "
27
- - "*WinSAT*"
30
+ - "* WinSAT* "
28
31
- Under "* CloudExperienceHost* "
29
- - "*CreateObjectTask*"
32
+ - "* CreateObjectTask* "
30
33
- Under "* NetTrace* "
31
- - "*GatherNetworkInfo*"
34
+ - "* GatherNetworkInfo* "
32
35
- Under "* Shell* "
33
- - "*FamilySafetyMonitor*"
34
- - "*FamilySafetyRefresh*"
36
+ - "* FamilySafetyMonitor* "
37
+ - "* FamilySafetyRefresh* "
35
38
- Under "* IME* "
36
- - "*SQM data sender*"
39
+ - "* SQM data sender* "
37
40
38
41
### Hide the uninstalled Updates
42
+
39
43
Press ** Win + R** , type in ` control ` and hit enter. The Control Panel will show up.
40
44
Navigate to ** System and Security** > ** Windows Update** and hide the following updates under ** Important** and ** Optional** :
41
45
@@ -87,7 +91,7 @@ Navigate to **System and Security** > **Windows Update** and hide the following
87
91
- [ KB3140166] ( https://support.microsoft.com/en-us/kb/3140166 ) Windows 10 Upgrade Scheduling
88
92
- [ KB3140185] ( https://support.microsoft.com/en-us/kb/3140185 ) Windows Anytime Upgrade (WAU) update for Windows 8.1 (March 2016)
89
93
- [ 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
91
95
- [ KB3173040] ( https://support.microsoft.com/en-us/kb/3173040 ) Fullscreen Windows 10 nagware experience
92
96
93
- ![ Hide Updates] ( https://puu.sh/Bn6ke .png)
97
+ ![ Hide Updates] ( .github/images/hide_updates .png)
0 commit comments