Disable shift override for autostart programs per user
- by Jens
When starting up windows, one can normally disable all programs in the autostart folder by pressing and holding the SHIFT key.
This behavior can be disabled by creating the key ignoreShiftOverride with DWORD setting of 1 in the registry key
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon.
I'd like to be able to configure this setting for each individual user. How can this be done?