Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Windows Registry Editor Version 5.00
- ;This will reverse the program compatibility assistant entries to default (and re-enable therefore AIT telemetry and CEIP)
- ;This will enable application telemetry again i believe but if something got broken you can try this.
- ;Program compatibility assistant is now re-enabled via service (start = 2 instead of 4 )
- ;Rev 16/10/21.
- ;Note you still need to enable the 'Program Compatibility Assistant Service'
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
- "AITEnable"=dword:00000001
- "SbEnable"=dword:00000001
- "DisableUAR"=dword:00000000
- "DisablePCA"=dword:00000000
- "DisableInventory"=dword:00000000
- "DisableEngine"=dword:00000000
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM]
- "DisableCustomerImprovementProgram"=dword:00000000
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc]
- "Start"=dword:00000002
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
- "CEIP"=dword:00000001
- [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SQMClient\Windows]
- "CEIPEnable"=dword:00000001
- [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\AppCompat]
- "AITEnable"=dword:00000001
- "SbEnable"=dword:00000001
- "DisableUAR"=dword:00000000
- "DisablePCA"=dword:00000000
- "DisableInventory"=dword:00000000
- "DisableEngine"=dword:00000000
- ;comment if you want to keep UAC disabled
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
- "EnableLUA"=dword:00000001
Add Comment
Please, Sign In to add comment