qored Posted September 12, 2008 Posted September 12, 2008 Hi there, plz tell me how to convert this reg file to AutoIt script or convert it then send it here if u don't mind here is the code & the reg file is attached CODEREGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "4"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Folder.ico,0" "3"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Folder.ico,0" "8"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\drive.ico,0" "11"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\CD-DVD_Drive.ico,0" "6"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Floppy_Drive.ico,0" "5"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Floppy_Drive.ico,0" "7"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\usb.ico,0" thanks for all >_<shell_icons.zip
Bowmore Posted September 12, 2008 Posted September 12, 2008 Hi there, plz tell me how to convert this reg file to AutoIt script or convert it then send it here if u don't mind here is the code & the reg file is attached CODEREGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "4"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Folder.ico,0" "3"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Folder.ico,0" "8"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\drive.ico,0" "11"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\CD-DVD_Drive.ico,0" "6"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Floppy_Drive.ico,0" "5"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Floppy_Drive.ico,0" "7"="C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\usb.ico,0" thanks for all >_< This should get you started RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons", "4", "REG_SZ", "C:\\WINDOWS\\Resources\\Themes\\VistaVG Black\\Icons\\Folder.ico,0") "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook
Andreik Posted September 12, 2008 Posted September 12, 2008 Read in help file about RegWrite, this should help you.
Andreik Posted September 12, 2008 Posted September 12, 2008 thanks so much brothers its working Welcome to AutoIt Forum!
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