guerda
guerda

Reputation: 24049

Change the taskbar settings programmatically?

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.

Upvotes: 2

Views: 5872

Answers (2)

Wade Hatler
Wade Hatler

Reputation: 1835

TaskBarCmd seems to do the job. It includes C++ source code. It uses the IBandSite COM Interface. Haven't tried the source, but the compiled version seems to work.

Upvotes: 0

Preet Sangha
Preet Sangha

Reputation: 65466

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\

and 64 bit eqivalent?

Upvotes: 1

Related Questions