Jump to content

Script to change Drive Letter Icons


sykes
 Share

Recommended Posts

This script uses a registry hack to change the icons for the drive letters

$drive = FileSelectFolder("Select Drive", "")
$drive = StringLeft($drive, 1)

If $drive = "" Then 
   MsgBox(0, "Error", "No Drive Letter Was Selected")
   Exit
EndIf

$icon = FileOpenDialog("Select A New Icon", "C:\", "(*.ico)")

Regwrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\"_ 
& $Drive & "\DefaultIcon\", "", "REG_SZ", $icon)

ProcessClose("Explorer.exe")

*Watch Word Wrap*

Edited by psichosis

We have enough youth. How about a fountain of SMART?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...