Monday, October 23, 2006

let's learn some computer stuff nw. Do u have a flash drive (USB)? Then do u want to add a background to the falsh drive and add ur own icon to be displayed in My Computer (Windows). Here's the code for the icon display.

just make an autorun file. open the notepad and type the following.
-----------------------------------
[autorun]
icon = UCSC.ico
-----------------------------------
UCSC.ico may be any picture of the form of .ico . that is an icon format. and finally save the file as autorun.inf . u r done.

code for flash drive background
type the following in the notepad.
-----------------------------------
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=kalpa1.jpg
IconArea_text=0x00ffffff

[.ShellClassInfo]
ConfirmFileOp=0
font color="#00ffffff"
-----------------------------------
in the iconArea_image, u can give any picture of type jpg, bmp, gif, etc. here i have used a picture called kalpa.jpg picture of the jpeg format. u can change the Icon_Area_text and font color by using html color codes. try this. enjoy. now u can customize ur flash drive with ur identity.

No comments: