SORAW441

[Win] Application Engine tweak - Part-Reversal

Oct 16th, 2021 (edited)
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.17 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;This will reverse the disabling of Switchback Compatibility Engine and Program Compatibility Assistant. This will also keep CEIP disabled.
  4. ;Revised 16/10/21.
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
  6. "AITEnable"=dword:00000000
  7. "SbEnable"=dword:00000001
  8. "DisableUAR"=dword:00000001
  9. "DisablePCA"=dword:00000000
  10. "DisableInventory"=dword:00000001
  11. "DisableEngine"=dword:00000000
  12.  
  13. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM]
  14. "DisableCustomerImprovementProgram"=dword:00000001
  15.  
  16. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
  17. "CEIP"=dword:00000002
  18.  
  19. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows]
  20. "CEIPEnable"=dword:00000000
  21.  
  22. [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\AppCompat]
  23. "AITEnable"=dword:00000000
  24. "SbEnable"=dword:00000001
  25. "DisableUAR"=dword:00000001
  26. "DisablePCA"=dword:00000000
  27. "DisableInventory"=dword:00000001
  28. "DisableEngine"=dword:00000000
  29.  
  30. ;Uncomment if you want to disable UAC via registry
  31. ;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
  32. ;"EnableLUA"=dword:00000000
  33.  
  34.  
Add Comment
Please, Sign In to add comment