gcue Posted March 24, 2004 Posted March 24, 2004 as part of an win XP unattended install, im trying to set the following under my computer: my computer > view > list my computer > view > status bar tools > folder options > view > apply to all folders i've tried using run("explorer.exe /select,c:") WinWaitActive("My Computer", "", "3") WinMenuSelectItem("My Computer", "", "&View", "&List") WinMenuSelectItem("My Computer", "", "&View", "Status &Bar") WinMenuSelectItem("My Computer", "", "&Tools", "Folder &Options") .... didnt know where to go from there.. none of the settings apply. i also tried: run("explorer.exe /select,c:") WinWaitActive("My Computer", "", "3") ControlClick("My Computer", "", "CabinetWClass2") ControlClick("My Computer", "", "CabinetWClass7") neither work can anyone help? i would really appreciate it!!! -thanks!
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