PDA

View Full Version : Disable Taskbar always on top (W2K)


senius
03-06-2003, 06:00 AM
Hi.

I have found a way to disable the Taskbar 'always on top' feature.

It's a bit tricky, but here's what you've got to do.

1. Start regedit.
2. Find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\StuckRects2]
3. Double-click the 'Settings' property and change the value after the four FF's to 00 (disable) or 02 (enable).
4. The trick is now _NOT_ to reboot the computer via the normal MS way but to run the down.exe utility from http://www.losoft.de/download/ls-tools.zip with the /R /Q /F options.

(Disable)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,ff,ff,ff,ff,00,00,00,00,03,00,00, 00,3e,00,00,00,1e,00,00,00,fe,ff,ff,ff,e4,02,00,00 ,02,04,00,00,02,03,00,00

(Enable)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00, 00,3e,00,00,00,1e,00,00,00,fe,ff,ff,ff,e4,02,00,00 ,02,04,00,00,02,03,00,00

If you wan't to hack Winnt, the key you have to alter is called

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\StuckRects]

Everything else is the same.

Hope you can use this little hack.
Enjoy,
Jacob

Kevin.Brewer
05-20-2003, 06:10 PM
In the above post, Jacob Vandborg (senius) correctly describes the registry settings to enable or disable the Taskbar property "Always on top". This property is a member of the "Taskbar and Start Menu Properties" list. When this properties list is opened, the following checkboxes are shown:
Always on top
Auto hide
Show small icons in Start menu
Show clock
Use Personalized Menus

Jacob correctly says, in order to disable this property, to change the value after the four FF's from 02 (enabled) to 00 (disabled).

By experimentation, I've learned that the right hand nibble (four bits) of the 02 contains two other Taskbar and Start menu properties as shown below:

0010
| | | |
| | | +----- Auto hide (0 = disable, 1 = enable)
| | +------- Always on top (0 = disable, 1 = enable)
| +--------- Unknown
+----------- Show clock (0 = enable, 1 = disable)


Sincerely,

Kevin J. Brewer

AnimekaHome
06-16-2003, 03:48 PM
That missing bit is in fact the "Show small icons in start menu" option.

Why on earth did MS have to hide these settings like this? And we can't even change them easily...

keyser
09-08-2003, 01:40 AM
Do you know how to does this on XP

Ethier this method doesn't work on XP or im doing somthing wrong.

james3mg
10-29-2003, 11:07 AM
Why do you call this "hidden" Right-click your taskbar, go to properties and the top set of checkboxes on the "taskbar" tab are these settings exactly...pretty easy to get to, and no extra shutdown utility

dokteriq
11-10-2009, 11:59 PM
how do you set this using group policy?