Advertisement
SORAW441

[Win10] App Compatibility Engine Tweak

Mar 10th, 2021 (edited)
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.18 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;This will disable some settings
  4. ;Revised 17/10/21, still a prototype
  5.  
  6. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
  7. "AITEnable"=dword:00000000
  8. "DisableUAR"=dword:00000001
  9. "DisableInventory"=dword:00000001
  10. "SbEnable"=dword:00000001
  11. "DisableEngine"=dword:00000001
  12. "DisablePCA"=dword:00000001
  13.  
  14. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc]
  15. "Start"=dword:00000004
  16.  
  17. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM]
  18. "DisableCustomerImprovementProgram"=dword:00000001
  19.  
  20. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
  21. "CEIP"=dword:00000002
  22.  
  23. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows]
  24. "CEIPEnable"=dword:00000000
  25.  
  26. [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\AppCompat]
  27. "AITEnable"=dword:00000000
  28. "DisableUAR"=dword:00000001
  29. "DisableInventory"=dword:00000001
  30. "SbEnable"=dword:00000001
  31. "DisableEngine"=dword:00000001
  32. "DisablePCA"=dword:00000001
  33.  
  34. ;comment with the ";" if you - do not want - to disable UAC via registry
  35. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
  36. "EnableLUA"=dword:00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement