Disable shift override for autostart programs per user
Posted
by Jens
on Super User
See other posts from Super User
or by Jens
Published on 2010-04-01T07:28:51Z
Indexed on
2010/04/01
7:33 UTC
Read the original article
Hit count: 236
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?
© Super User or respective owner