Jump to content

Recommended Posts

Posted

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

CODE
REGEDIT4

[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

Posted

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

CODE
REGEDIT4

[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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...