joe43wv Posted August 20, 2008 Posted August 20, 2008 I'm looking for either a batch script or a VB script that'll run at startup to hide the taskbars on all machines, we are running XP in the entire house. I've done some research but haven't found what I'm needing, any ideas? Thanks!
cogumel0 Posted August 22, 2008 Posted August 22, 2008 I'm looking for either a batch script or a VB script that'll run at startup to hide the taskbars on all machines, we are running XP in the entire house. I've done some research but haven't found what I'm needing, any ideas? Thanks!You can do changes to the registry to that effect. Just make a reg file and call it using reg command on a batch file.As for the keys to change on registry...HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2Value Name: SettingsValue Type: REG_BINARYValue Data: (Mine)hex:28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00,00,6b,00,00,00,1e,\00,00,00,fe,ff,ff,ff,e4,02,00,00,02,04,00,00,02,03,00,00SINGLE OPTIONS:08 = No Settings Enabled09 = Auto Hide00 = Show Clock0A = Always on Top0C = Show small icons in Start MenuMULTIPLE OPTIONS:01 = Auto Hide and Show Clock02 = Always on Top and Show Clock03 = Always on Top and Auto Hide and Show Clock04 = Show small icons in Start Menu and Show Clock0E = Always on Top and Show small icons in Start Menu0F = Always on Top and Auto Hide and Show small icons in Start Menu06 = Always on Top and Show small icons in Start Menu and Show Clock07 = All Options Enabled0B = Always on Top and Auto Hide0D = Auto Hide and Show small icons in Start MenuThe value you want to change is the 9th binary value. To test it, you don't need to restart or logout, just ctrl+alt+del, kill explorer and start it up again.hope it helps.cogumel0
joe43wv Posted September 3, 2008 Author Posted September 3, 2008 I tried using this on some of the systems that have autologon setup and it doesn't want to seem to work with that script. Any thoughts? Is there a way that no matter who logs onto a certain device that it will autohide the taskbar. Kind of autohide on all accounts sort of thing?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now