SpyX - Windows Telemetry Blocker

A powerful PowerShell script that blocks Windows telemetry, enhances privacy, and optimizes system performance without affecting usability.

# Open source Windows telemetry blocker
# Created by: net
# Version: 2.0
function Disable-AllTelemetry {
  # Disables 40+ telemetry services
  # Blocks 70+ tracking hosts
  # Optimizes Windows privacy
}
View on GitHub

Features

Telemetry Blocking

Disables Windows telemetry services, registry entries, and scheduled tasks that collect your data without consent.

Privacy Protection

Removes advertising IDs, disables location tracking, and prevents Windows from collecting personal information.

Performance Boost

Reduces CPU and RAM usage by disabling unnecessary background services and processes.

Network Security

Blocks 70+ Microsoft and tracking domains to prevent data transmission to telemetry servers.

Easy Revert

One-click option to revert all changes and restore Windows to its original settings if needed.

Open Source

Completely transparent code. Anyone can review, modify, and contribute to the project.

About the Project

SpyX is an open-source PowerShell script designed to give users control over their Windows privacy. Unlike other tools that break Windows functionality, SpyX carefully targets only telemetry and data collection features while keeping all essential services intact.

The project was created to address growing concerns about Windows privacy and to provide a lightweight, effective solution that anyone can use without technical expertise.

Created by net

Privacy enthusiast and Windows optimization expert. Created SpyX to help users regain control over their data and system performance. Always open to feedback and improvements from the community.

Open Source • Community Driven • Always Free

Installation

1

Download the Script

Download the latest version of SpyX.ps1 directly:

Download SpyX.ps1

Right-click and "Save link as..." to download

2

Run as Administrator

Right-click on PowerShell and select "Run as Administrator", then navigate to the script location.

cd C:\path\to\script
.\SpyX.ps1
3

Use the Interface

The GUI will open. Select the optimizations you want to apply. For best results, use "Disable ALL Telemetry" first.

4

Restart & Enjoy

Restart your computer to apply all changes. Your system will have better privacy and performance.

View Full Source Code on GitHub