Windows 11

Registry change to change to default right click


reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f



FORCE WINDOWS TO CLOSE APPS AT SHUTDOWN


The best solution is to open the registry editor, navigate to \HKEY_CURRENT_USER\Control Panel\Desktop and create three strings (if they don't already exist). Create AutoEndTasks and set it to 1, create WaitToKillAppTimeOut and set it to 2000. Finally, create HungAppTimeOut and set that to 2000 also. These automatically force-close any open apps after a 2000-millisecond (2 second) delay (shorter delays could be problematic because it wouldn't give apps that are closing time to close themselves).