Strappazzon / teleme7ry

⛔ Disable telemetry in Windows 7

Home Page:https://strappazzon.xyz/teleme7ry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Teleme7ry

Automated batch script to disable telemetry in Windows 7.

HTML Version GitHub All Releases Latest Release

AboutGetting StartedDownloadContributingCreditsLicense

About

This batch script will remove telemetry and nagware-related Tasks, Services and Updates.

It will also block telemetry domains and IPs.

For more details refer to the Wiki.

Getting Started

WARNING

Before you proceed, please make sure that:

  • Windows Update DOES NOT install updates automatically.
  • hosts file is not write protected. Some antivirus products make it read-only.
  • You have read this README.

Run teleme7ry.bat with elevated privileges.

Teleme7ry will run some checks and if they are successful you will be presented with this display:

Teleme7ry

Here's a description of each task:

  • 1. Create a restore point
    • A system restore point with the name "Teleme7ry vX.Y" will be created.
      • Make sure that System Restore is On otherwise the task will fail.
  • 2. Stop and delete telemetry services
    • Telemetry services will be stopped and deleted. You can see the full list here.
  • 3. Delete telemetry and nagware tasks
    • Telemetry and nagware tasks will be deleted. You can see the full list here.
  • 4. Block telemetry domains and IPs
    • Teleme7ry rules will be merged with the hosts file. You can see all the rules here.
    • Duplicate lines inside the hosts file, if any, will be removed (due to limitations, this includes hosts entries that have nothing to do with telemetry).
  • 5. Uninstall telemetry and nagware updates
    • Telemetry and Nagware updates will be uninstalled. You can see the full list here.
    • Your computer will be restarted aftwerwards.
  • A (case insensitive). Automatic mode: Perform all of the above tasks
    • The script will go through every task above, in order.
  • Q (case insensitive). Quit
    • The script will quit without making changes to the system.

ATTENTION

Remember to hide the updates uninstalled by Teleme7ry.

Open the Control Panel and navigate to System and Security > Windows Update > Check for Updates and hide all the updates listed here, under Important and Optional.

Hide Updates

Download

You can download the latest version of Teleme7ry from the Releases page.

Contributing

If you are interested in fixing issues and contributing directly to Teleme7ry, please see:

Credits

Updates, Hosts, Services and Tasks

Logo

License

MIT License

Copyright (c) 2018 - 2020 Alberto Strappazzon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

⛔ Disable telemetry in Windows 7

https://strappazzon.xyz/teleme7ry

License:MIT License


Languages

Language:Batchfile 100.0%