I have several production machines and sometimes test operators will unfortunately make unwanted changes. I want to make sure the taskbar is on the bottom - one PC it keeps getting moved to the right hand side.
I found an article that explained which registry setting to modify. I can check that setting and set it, if needed, successfully HOWEVER it says in order to make the changes IMMEDIATELY take effect that the Explorer shell must be restarted.
So, my question is how can I do that? How can I PROGRAMMATICALLY make the taskbar move to the correct spot AFTER I modify the registry?
I usually write in Vb.Net but I could convert C# if needed.
I appreciate any help!