Skip to content

Commit

Permalink
Added RemoteRegistry to the script
Browse files Browse the repository at this point in the history
- Also fixed a description inside the script
- Updated Windows Update screenshot URL
  • Loading branch information
Strappazzon committed Aug 6, 2018
1 parent 02678a8 commit 77a2ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ Expand **Task Scheduler Library > Microsoft > Windows**, now *disable* or *delet
- Under "*IME*"
- "*SQM data sender*"

## Services
Press **Win + R**, type in `services.msc` and hit enter. The Services list will show up.
Look for the service named "**Remote Registry**". Right-click on it, select **Properties** and change its startup type from *Manual* to *Disabled*.

![Remote Registry](https://puu.sh/B6ZSw.png)

## Windows Update
Press **Win + R**, type in `control` and hit enter. The Control Panel will show up.
Navigate to **System and Security** > **Windows Update** and hide the following updates under Important and Optional updates:
Expand All @@ -58,4 +52,4 @@ Navigate to **System and Security** > **Windows Update** and hide the following
- **KB3123862** Updated capabilities to upgrade Windows 8.1 and Windows 7
- **KB971033** Description of the update for Windows Activation Technologies

![Hide Updates](https://puu.sh/B6ZSt.png)
![Hide Updates](https://linx.li/selif/bv07i1ob.png)
7 changes: 4 additions & 3 deletions teleme7ry.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo * *
echo * WELCOME TO TELEME7RY *
echo * *
echo * Author: Strappazzon *
echo * Version: v1.1 *
echo * Version: v1.2 *
echo * Source: https://github.com/Strappazzon/teleme7ry *
echo * *
echo * This script will disable telemetry in Windows 7 *
Expand All @@ -50,7 +50,7 @@ goto home
:restore
cls
echo.
echo TELEME7RY V1.1 IS RUNNING, PLEASE WAIT...
echo TELEME7RY V1.2 IS RUNNING, PLEASE WAIT...
echo =========================================
ping 127.0.0.1 -n 2 > nul
echo.
Expand All @@ -61,10 +61,11 @@ timeout /t -1
goto start
:start
echo.
echo STOPPING AND DELETING THE TASKS...
echo STOPPING AND DELETING THE SERVICES...
echo =========================================
sc stop DiagTrack
sc stop dmwappushservice
sc stop RemoteRegistry
ping 127.0.0.1 -n 1 > nul
sc delete DiagTrack
sc delete dmwappushservice
Expand Down

0 comments on commit 77a2ba7

Please sign in to comment.