This registry setting enables you to change the setting that will Autohide unused icons on the Startbar.
The registry file itself looks like this;
---------------------------------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ----------------------------------------------------------------------------
Please note this will change only the current user & any newly logged-in users.
REG_DWORD (Range: 0|1)
If it's turned on (00000001) The machine will automatically restart and will not show you the BSOD. In this case check the event log to see the error(s)
If it's turned off (00000000) The machine will not automatically restart and will show you the BSOD until the machine is physically reset.
Attached: Registry files to turn this setting on & off.
If you are planning to add these entries to the machines in the environment, you need to take the help of ACTIVE SETUP registries as they are HKCU entries.