Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Script]: Disable Intel(R) Telemetry Service #467

Open
P0W3 opened this issue Dec 12, 2024 · 0 comments
Open

[New Script]: Disable Intel(R) Telemetry Service #467

P0W3 opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@P0W3
Copy link

P0W3 commented Dec 12, 2024

Operating system

Windows

Name of the script

Disable Intel(R) Telemetry Service

Documentation/References

This script will disable the IntelTA.sys driver, which is a service provided by Intel Corporation. IntelTA.sys is a part of the Intel Telemetry technology, which is used to collect system performance and usage data. The driver is located in the "%SYSTEMROOT%\System32\drivers\" directory.

Reference 1: https://www.file.net/process/intelta.sys.html
Reference 2: https://batcmd.com/windows/10/services/telemetry/

Code

:: ----------------------------------------------------------
:: -------Disable Intel(R) Telemetry Service--------
:: ----------------------------------------------------------
echo --- Disable Intel(R) Telemetry Service
:: Set the registry value: "HKLM\SYSTEM\CurrentControlSet\Services\Telemetry!Start"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\SYSTEM\CurrentControlSet\Services\Telemetry'; $data = '4'; reg add 'HKLM\SYSTEM\CurrentControlSet\Services\Telemetry' /v 'Start' /t 'REG_DWORD' /d "^""$data"^"" /f"

Revert code

No response

Suggested category

Disable OS Data Collection > Disable Intel Telemetry

Recommendation level

None

Additional information

image

@P0W3 P0W3 added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant