From 77a2ba754752a6a238027ecf93b86da4b24258e4 Mon Sep 17 00:00:00 2001 From: Strappazzon Date: Mon, 6 Aug 2018 17:08:59 +0200 Subject: [PATCH] Added RemoteRegistry to the script - Also fixed a description inside the script - Updated Windows Update screenshot URL --- README.md | 8 +------- teleme7ry.bat | 7 ++++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8dbb6ec..4b432ff 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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) diff --git a/teleme7ry.bat b/teleme7ry.bat index ec08ab5..500ae39 100644 --- a/teleme7ry.bat +++ b/teleme7ry.bat @@ -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 * @@ -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. @@ -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