Skip to content

Commit 77a2ba7

Browse files
author
Strappazzon
committed
Added RemoteRegistry to the script
- Also fixed a description inside the script - Updated Windows Update screenshot URL
1 parent 02678a8 commit 77a2ba7

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ Expand **Task Scheduler Library > Microsoft > Windows**, now *disable* or *delet
2929
- Under "*IME*"
3030
- "*SQM data sender*"
3131

32-
## Services
33-
Press **Win + R**, type in `services.msc` and hit enter. The Services list will show up.
34-
Look for the service named "**Remote Registry**". Right-click on it, select **Properties** and change its startup type from *Manual* to *Disabled*.
35-
36-
![Remote Registry](https://puu.sh/B6ZSw.png)
37-
3832
## Windows Update
3933
Press **Win + R**, type in `control` and hit enter. The Control Panel will show up.
4034
Navigate to **System and Security** > **Windows Update** and hide the following updates under Important and Optional updates:
@@ -58,4 +52,4 @@ Navigate to **System and Security** > **Windows Update** and hide the following
5852
- **KB3123862** Updated capabilities to upgrade Windows 8.1 and Windows 7
5953
- **KB971033** Description of the update for Windows Activation Technologies
6054

61-
![Hide Updates](https://puu.sh/B6ZSt.png)
55+
![Hide Updates](https://linx.li/selif/bv07i1ob.png)

teleme7ry.bat

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo * *
2727
echo * WELCOME TO TELEME7RY *
2828
echo * *
2929
echo * Author: Strappazzon *
30-
echo * Version: v1.1 *
30+
echo * Version: v1.2 *
3131
echo * Source: https://github.com/Strappazzon/teleme7ry *
3232
echo * *
3333
echo * This script will disable telemetry in Windows 7 *
@@ -50,7 +50,7 @@ goto home
5050
:restore
5151
cls
5252
echo.
53-
echo TELEME7RY V1.1 IS RUNNING, PLEASE WAIT...
53+
echo TELEME7RY V1.2 IS RUNNING, PLEASE WAIT...
5454
echo =========================================
5555
ping 127.0.0.1 -n 2 > nul
5656
echo.
@@ -61,10 +61,11 @@ timeout /t -1
6161
goto start
6262
:start
6363
echo.
64-
echo STOPPING AND DELETING THE TASKS...
64+
echo STOPPING AND DELETING THE SERVICES...
6565
echo =========================================
6666
sc stop DiagTrack
6767
sc stop dmwappushservice
68+
sc stop RemoteRegistry
6869
ping 127.0.0.1 -n 1 > nul
6970
sc delete DiagTrack
7071
sc delete dmwappushservice

0 commit comments

Comments
 (0)