Skip to content

Instantly share code, notes, and snippets.

@TitleOS
Created February 20, 2022 22:44
Show Gist options
  • Save TitleOS/ed776eeeb437683e18b2658cdc66e5d1 to your computer and use it in GitHub Desktop.
Save TitleOS/ed776eeeb437683e18b2658cdc66e5d1 to your computer and use it in GitHub Desktop.
Removes the four primary telemetry services on Xbox SystemOS. Requires Admin or above.
:: Stops then deletes the four primary telemetry services on Xbox SystemOS. Requires Admin or above.
sc stop etwuploaderservice
sc stop DiagTrack
sc stop XBBlackbox
sc stop xbdiagservice
sc delete etwuploaderservice
sc delete DiagTrack
sc delete XBBlackbox
sc delete xbdiagservice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment