Make a symbol for your hard disks, very beautiful hard disks

Option 1:
If you want to decorate your computer with images, make a symbol for your hard disk. Here is the sollution.

First, creat a file autorun.inf in the root folder of disk which you want to creat a symbol as picture below. This file includes 2 rows of content:
[autorun]
icon= link to file icon
Example:
[autorun]
icon=Sphere lemon.ico
* In order to hide this file, right click to autorun.inf file/Properties and check Hidden -> Ok.
* Then close My Computer, open again to see the result.
Option 2:
Open notepad and compose this code, save as “reg” extension
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@=”C:\\WINDOWS\\system32\\icon\\12.ico,0″
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]
@=”C:\\WINDOWS\\system32\\icon\\2.ico,0″
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E\DefaultIcon]
@=”C:\\WINDOWS\\system32\\icon\\11.ico,0″
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]
@=”C:\\WINDOWS\\system32\\icon\\1.ico,0″
Important notes: @=”link to icon”
If you do not want to do this work, Download this file and icon. Easy to do.
Have fun
0 comments :
Post a Comment