Windows – Disable Intel AT Registration Notification

email me

REG ADD “HKLM\SOFTWARE\Wow6432Node\Intel\PIcon\Setting” /v “ShowUserNotification” /t REG_DWORD /d “0” /f

 

Notes

sc config LMS start=disabled

To disable application load on startup for all users, add a value named
AppAutoStartDefaultVal with value 0 to the following registry location
HKLM\SOFTWARE\Intel\PIcon\Setting

To enable application load in ”disabled state” add a value named
AutoStartInDisabled with value 1 to the following registry location
HKLM\SOFTWARE\Intel\PIcon\Setting