Disable Telemetry Windows

A PowerShell script to disable Windows 11 telemetry and Windows Recall feature

View on GitHub

Disable Telemetry Windows

A PowerShell script to disable Windows 11 telemetry and the Windows Recall feature.

Quick Install

Run in PowerShell as Administrator:

irm https://raw.githubusercontent.com/gabrielalmir/disable-telemetry-windows/main/disable-telemetry.ps1 | iex

How to Run as Administrator

Option 1: Open PowerShell as Admin

  1. Press Win + X
  2. Select Windows Terminal (Admin) or PowerShell (Admin)
  3. Run the command above

Option 2: From Start Menu

  1. Search for PowerShell in Start Menu
  2. Right-click and select Run as Administrator
  3. Run the command above

Option 3: Using the script file

Start-Process powershell -Verb RunAs -ArgumentList "-ExecutionPolicy Bypass -File .\disable-telemetry.ps1"

What It Does

Telemetry

Windows Recall

Manual Usage

# Clone the repository
git clone https://github.com/gabrielalmir/disable-telemetry-windows.git

# Run the script as Administrator
.\disable-telemetry.ps1

Requirements

License

MIT License - see LICENSE for details.