Skip to content

Commit

Permalink
Update Disable Telemetry Features.bat
Browse files Browse the repository at this point in the history
Add Program Compat Assistant settings
  • Loading branch information
Espionage724 authored Dec 23, 2024
1 parent c6f2ed8 commit 202ff1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Disable Telemetry Features.bat
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t "REG_DWORD" /d "0" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableInventory" /t "REG_DWORD" /d "1" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t "REG_DWORD" /d "1" /f

0 comments on commit 202ff1c

Please sign in to comment.