Set a background for your pendrive.

10:58 PM Edit This 4 Comments »
You can set your own or any other image as a background in your pen drive.
Just follow these:-
1. Copy and paste the following code in notepad
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image="Image.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
2. In the above code the third line,
IconArea_Image="Image.jpg"
Change Image.jpg to the name of the desired image withan extension .jpg
3 .Now save the file with a name
Desktop.ini.
4. Copy this file to the pen drive and also the image you want to set as the background.
5. Hide both these files in the USB.

Now open the pendrive again and see your the change!
This works fine on a XP machine.


Make your OS talk.

11:38 AM Edit This 0 Comments »
Hey! found this script(vbscript) that asks you to enter a word or a sentence in an inputbox and later the system will speak out those words. This works fine on Windows XP, but never tried it on a Vista machine. Try it:-

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Just copy and paste the above code in notepad. Save it with any name but an extension .vbs
say for example speak.vbs.
After saving open it and write anything in the inputbox and press the OK button.
And Listen!!

Script to open up you CD/DVD drive.

2:59 AM Edit This 1 Comment »
Hey! This one is good. If you really look to try different things this one is for you.
Instead of pressing the button open up your CD/DVD drive by a simple process.

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

Copy Paste the above script on notepad. Save it with any name say "eject" and witha extension .vbs like eject.vbs.

After saving open the file and see the drive open up.

The very first post.

9:51 AM Edit This 0 Comments »
Hey friends, it is been one complete year doing my Bachelor's in computers.
And through this blog I would we telling you the various unknowns of the computer system, it's softwares, security tips and all.
Putting on the first one are some bugs in your computer system you never ever noticed.
  • Nobody can create a FOLDER anywhere on the computer which can be named as "CON". This is something pretty cool...and unbelievable. TRY IT NOW ,IT WILL NOT CREATE " CON " FOLDER.
  • 1.) Open an empty notepad file
    2.) Type "Bush hid the facts" (without the quotes)
    3.) Save it as whatever you want.
    4.) Close it, and re-open it.
    Is it just a really weird bug??? It appears that a lot of other character strings in the pattern 4 letters, 3 letters, 3 letters and 5 letters will give the same result. For example, the phrase "Bill fed the goats" also displays the garbled text.

    In fact, even a line of text such as "hhhh hhh hhh hhhhh" will elicit the same results.
    some character strings that fit the "4,3,3,5" pattern do not generate the error. For example, the phrase "Bush hid the truth" is displayed normally
    "Fred led the brats", "brad ate the trees" and other strings also escape the error.
    Probably that a certain combination and/or frequency of letters in the character string cause Notepad to misinterpret the encoding of the file when it is re-opened. If the file is originally saved as "Unicode" rather than "ANSI" the text displays correctly. Older versions of Notepad such as those that came with Windows 95, 98 or ME do not include Unicode support so the error does not occur.
  • Open Microsoft Word and type

    =rand (200, 99)

    And then press ENTER
    then see the magic.
  • This last one for now. Goto NOTEPAD:
    type "Q33N". Now change the font size to 72 and change the font to "WINGDINGS".
    Now see the magic.For 9/11 WTC ATTACK, the planes that crashed -one had the number "Q33N".
    Now if you will try typing Q33N after font changing it won't work.