Question

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.

Was it helpful?

Solution

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

and 64 bit eqivalent?

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top