Disable WinXP logo when boot up ur computer :
In Run prompt , Enter msconfig, now click the BOOT.INI tab. Check /NOGUIBOOT , Apply ok.
Trick to create icon folder :
1. Create a New Folder
2. Rename it as con & press space & then press alt+255
3. Press Enter.
Icon Of Removable Drivers :
1. A Good size is 34 pixels square.
2. Open Notepad to Create your Autorun File.
3. Type [AutoRun] in first line.
4. Name your Drive in the second line:
label=Name
5. Specify your icon in the third line .
ICON=your-icon-file.ico
6. If you wanted to call your drive “My USB Drive” with an Icon named “myusbdrive.ico”,your code would be look like this
[AutoRun]
label=MyUSBDrive
ICON=myusbdrive.ico
7.Click file & save as. Change the file type to “all” & name it as AUTORUN.inf
8.Ensure that both your AUTORUN.inf & .ico files are in the root of your removable drive, instead of your folder.
0 comments:
Post a Comment