Archive for September 8, 2007

Give your USB a background

Posted: September 8, 2007 in Computer

Give your USB a background

Step :1

Copy this code to ur text editor,then save it as “desktop.ini”

 

[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0

 

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=”your_picture.jpg”
IconArea_Text=”0xFFFFFF”
VeBRA sources – don’t delete the tag above, it’s there for XXXXX purposes –
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}

 

[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp

Step :2

Put “desktop.ini and your_picture.jpg in ur USB Drive then Hidden it.

Step :3

Refresh ..and enjoy with new background…

Auto Shutdown your PC

Posted: September 8, 2007 in Computer

 

Auto Shutdown your PC 

example you wish to shutdown at 11:35am. Type this in
start=>Run
Type Code: at 11:35 shutdown -s
to abort
Code:
shutdown -a

Take Note: All time are in 24hr, example u would like to shutdown at 8:30pm, you should type “at 20:30 shutdown -s” without quote…