mrmacadamia Posted June 9, 2009 Posted June 9, 2009 (edited) I'm googling around the net about registry editing for windows explorer tool bar(back, forward, up etc) I did find how to customize it by right click on the toolbar and then choose the customize option. And I also did find registry editing for 'disable the customize button' and 'lockdown the explorer toolbars' hack. But, my problem is that I want to customize the toolbar the way i want with registry and then lockdown the toolbar. I don't want to go to each pc to manually customize it lock the toolbar down. Is it posibble to create a script with autoit just to use regwrite? thanks Edited June 9, 2009 by mrmacadamia
mrmacadamia Posted June 16, 2009 Author Posted June 16, 2009 ok i've been searching a lot about customizing windows explorer toolbar (back, forward etc) via registry but it seems imposibble as far as i know.So, maybe i want to use autoit to automate it instead. How i do that because i can't seem to do it as Auto Window Info could't detect it.I think Autohotkey can handle it(I didn't try it yet) as i found it herehttp://www.autohotkey.com/forum/topic44019...oolbar+exploreranyway thanks
Mat Posted June 16, 2009 Posted June 16, 2009 Run (@WindowsDir & "\Explorer.exe", "c:\") sleep (1000) ControlHide ("", "", "ToolbarWindow321") ControlHide ("", "", "ToolbarWindow322") ControlHide ("", "", "ComboBoxEx321") ControlMove ("", "", "ReBarWindow321", -1, -1, 25, -1); ?? not sure what you want to do here. codes not perfect, but it gives an idea... MDiesel AutoIt Project Listing
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now