views:

465

answers:

1

I want to change the settings of my taskbar with a small batch file or java programm or whatever.
So I want to know, if there is a registry key containg this information.

Does anybody knows, where Windows sets taskbar settings?

Edit: No, I don't want to annoy the users with changing taskbar settings on every boot.

A: 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\

and 64 bit eqivalent?

Preet Sangha
Thank you for your answer, but I don't have any clue how I can solve my problem with this piece of information. Could you please provide some more information?
furtelwart
Sorry, you asked where the settings for task bar are saved. For example animations are controlled in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskBarAnimations
Preet Sangha