⭐ If this tool helped you, please consider giving it a star! ⭐
Language: English | Українська
A powerful script to disable telemetry and data collection in Windows operating system. This tool runs with TrustedInstaller privileges for maximum effectiveness and supports all modern Windows architectures.
Author: EXLOUD
GitHub: https://github.com/EXLOUD
A script to disable telemetry and data collection in Windows operating system.
This tool allows you to disable various Windows telemetry services that collect usage data and send it to Microsoft. The script runs with elevated privileges (TrustedInstaller) for maximum effectiveness.
- Operating System: Windows 10/11
- PowerShell: version 5.0 or newer
- Architecture: x64, x86 (win32), ARM64
- Privileges: Run as Administrator
This script utilizes a custom privilege escalation utility (superUser*.exe) to execute PowerShell commands with TrustedInstaller-level permissions, ensuring deep system-level changes can be applied reliably.
Note: The
superUserbinaries included in this release are pre-compiled third-party utilities used temporarily for privilege escalation. Custom open-source alternatives are under development.
📂 assets
📄 launcher.bat # Main launcher
📂 script/
│ 📄 telemetry-win.ps1 # Main PowerShell script
│ 📂 Tools/
│ 📂 x64/
│ │ 📄 superUser64.exe
│ 📂 win32/
│ │ 📄 superUser32.exe
│ 📂 arm64/
│ 📄 superUserA64.exe
📄 README.md
📄 README-UK.md
- Download all project files
- Extract to any folder
- Run
launcher.batas Administrator
- Right-click on
launcher.bat - Select "Run as administrator"
- Confirm UAC prompt
- Wait for script completion
The launcher performs the following actions:
- Checks for PowerShell 5 availability
- Detects CPU architecture (x64/x86/ARM64)
- Locates appropriate
superUserversion - Launches PowerShell script with TrustedInstaller privileges
- Applies configurations to disable telemetry
The script may disable/configure:
- Windows telemetry services
- Diagnostic data collection
- Usage data transmission to Microsoft
- Advertising identifiers
- Automatic telemetry updates
- Various scheduled tasks
- UWP background apps
- Reserved Storage
- DiagTrack logs
- CompatTelRunner.exe
- And more (see script for full list)
For detailed list of changes, see telemetry-win.ps1
- Backup: Create a system restore point before running
- Responsibility: Use at your own risk
- Testing: Test on a virtual machine first
- Updates: Some settings may reset after Windows updates
If you need to restore default settings:
- Use system restore point
- Or manually enable disabled services via
services.msc - Restart the system
- Ensure PowerShell is installed
- Check path:
%SystemRoot%\System32\WindowsPowerShell\v1.0\
- Verify
superUserfiles exist inscript/Tools/subfolders - Ensure folder structure is preserved
- Your CPU architecture is not supported
- Contact developer to add support
- GitHub Issues: Create an issue in the repository
- GitHub: https://github.com/EXLOUD
This project is licensed under the MIT License.
MIT License
Copyright (c) 2025 EXLOUD
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.
Warning: This tool modifies Windows system settings. Make sure you understand the consequences before use.