BidVertiser

Google
 

Saturday, February 14, 2009

Make Notepad Write On Its Own...!!!

A Notepad that writes on it own is for sure a very weird thing but very funny in the same time. And if you change the icon of the file you create with the Notepad's, and replace the Notepad icon from your friend's computer with this file for sure you will create a great prank.

1. Open Notepad.

2.
Copy this script in Notepad:

set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "ell"
WScript.Sleep 500
WshShell.SendKeys "o "

The little program will make your Notepad type "Hello". You can always make your custom message by replacing the letters between the " " signs with the ones you want.

You can add more lines like the following ones for more letters:

WScript.Sleep 500
WshShell.SendKeys "insert here your letter of group of letters "

3. Now save the file. Go to File->Save as. Type the name of the file with the extension .vbs. For example if you want to choose the name Notepad, type Notepad.vbs. Also be sure that File type is All files not Text file!

The file will look like this.

4. When you doubleclick on it, Notepad will start typing letters.

Don't forget to comment about this post and my blog and tell me if you liked it and if I get your responses I'll bring you some more cool tricks...!

Tuesday, January 27, 2009

Make A Computer Desktop Prank

If you want to make a joke to your friends to go crazy this is the right article for you. Change their computer icons with some fake ones. And when he click on them nothing happens.
Just follow the steps below to perform your prank.

1. Make a Print Screen of your desktop. You can use the Print Scrn button on your keyboard.

2. Open MS Paint go to Edit and choose Paste.

3. Go to File-> Save as and save the picture.

4. Now set the saved picture as the Desktop Wallpaper.

5.  Right click on an empty place on your desktop and choose Arrange Icons by.

7. Now click on Show Desktop Icons and make sure it is unchecked.

8. Your real icons will disappear and will remain only the screenshot you have made.

You won't be able to open any icon. And this for sure will drive mad the owner of the computer.

Tuesday, January 6, 2009

Measure your alcohol level with your iPod !

iBreath Alcohol Breathalyzer is the ultimate iPod accessory that lets you take your own alcohol breath test to get home safely.This cool breathalyzer it is also an iPod FM Tuner that transmits your iPod tunes to any FM tuner.

Blow and exhale into it for at least 5 seconds and 2 seconds later, this amazing tool let's you know if ou are within the legal limit to drive. It even has a timer that can be set from 1 minute up to 8 hours to remind you when it's time for the next test. Great gadget for parties.

Technical Details:

- Compact, stylish design
- No batteries needed
- All Functions & results shown on iBreath LCD display
- 0.000 - 0.100% BAC Range
- Wireless FM Transmitter

Included Accessories:


- iBreath
- 12V Car Plug
- USB Cable
- Instruction Manual

Go here to buy this product.

Monday, January 5, 2009

The new Mac Mini

Regarding the Mac mini, some people think they know everything there is to know but there are rumors that a new Mac mini will be announced at Macworld Expo 2009 next week. (January 5-9, 2009)

Many details are vague but we still have no idea if the dimensions of the new mini are different from the existing model.The internal optical drive is going to be changed to a SATA optical drive that can be swapped out for a second SATA hard drive.

Having a second internal hard drive is very useful for the mini in a server role. Using a solution of RAID 1 mirroring becomes very simple.

The new Mac mini won't be made of topped with white plastic like the current model, instead it will be using black plastic and aluminum. The new mini has a "lip" similar to the Time Capsule.

The optical disc slot is hidden under the lip so it won't be obvious in case the owner chooses to have two hard drives instead of a hard and optical drive combo.

Let's hope for all Mac lovers that this rumor is true.

Saturday, January 3, 2009

Remove the Username and Picture from Windows XP Start Menu

If you don't like that your username and picture are displayed in Start menu, then dont worry, there is a solution to disable that. Just follow the steps in this tutorial.

1. Start Windows Explorer and go to the folder C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures.
(The option Show hidden Files from Tools/Folder Options must be checked)

2. In that folder, rename the picture which corresponds to your user account.
For example, if your username is Cristian, rename Cristian.bmp to old_Cristian.bmp.

3. Rename the following folder:
C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures

to something else. For example:

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\No_Default Pictures

4. Go to Start -> Run.


5. Type regedit and press Enter.


6. Navigate to this key: HKEY_CURRENT_USER \ Software \ Microsoft\ Windows \ CurrentVersion \ Policies \ Explorer and set NoUserNameInStartMenu value data to 1.

If you don't have this dword make it by right clicking on the key and select New.


7. After you Restart your computer you see that your username and picture are gone from your Start menu.