Make your Computer Welcome You

Make your Computer Welcome You


With this trick, you can make your Computer welcome you in its computerized voice.
You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

1.Click on Start. Navigate to All Programs, Accessories and Notepad.

2. Copy and paste the exact code given below.

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


3. Replace Username with your own name.

4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5. Copy the saved file.

6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

7. Paste the file.

Make your Computer Welcome you at startup

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Notepad Tricks: Create a Harmless Funny Virus

Notepad Tricks: Cool Notepad tricks for Windows

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file

Notepad Tricks: Make Your Keyboard Type (Any) Message Continuously

Notepad Tricks: Cool Notepad tricks for Windows


Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

Send this file to your friends as an email attachment to see the fun.

Change Processor Name Permanently

Change Processor Name Permanently


Steps :-
1. Open Notepad.
2. Copy and paste the exact code given below:-
--------------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="My Processor name 50000MHz"
--------------------------------------------------------------------------------------------------------------------------

3. Click on File Menu, click on Save As and select "All Types" in Save as Type option. Save the file as ProcessorNameChange.reg or *.reg.

4. Create a new shortcut on your desktop. Enter regedit / S "Location of the .reg file" as the location of the item. For example, enter regedit /S "C:\Processor Name.reg" if your registry file is located in the root of C:\ drive.

Processor Name

5. Copy the created Shortcut file.

6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista. Also remember that AppData is a hidden folder.) if C: is your System drive.

7. Paste the copied file.

This registry file would now execute each time when Windows starts and the Processor Name String would be modified each time. So, even upon restarting your computer, you will see that the changed processor name is permanent.

Hacking A FaCeBoOk Account

Hacking A FaCeBoOk Account method


 Reset the Password
The easiest way to "hack" into someone's
Facebook is through resetting the
password. This could be easier done by
people who are friends with the person
they're trying to hack.

#The first step would be to get your
friend's Facebook email login. If you
don't already know it, try looking on
their Facebook page in the Contact Info
section.

>>>Next, click on Forgotten your password?
and type in the victim's email. Their
account should come up. Click This is my
account.
 

>>>It will ask if you would like to reset the
password via the victim's emails. This
doesn't help, so press No longer have
access to these?
 

>>>It will now ask How can we reach you?
 

>>>Type in an email that you have that also
isn't linked to any other Facebook
account.
 

>>>It will now ask you a question. If you're
close friends with the victim, that's great.
 

>>>If you don't know too much about them,
make an educated guess. If you figure it
out, you can change the password. Now
you have to wait 24 hours to login to
their account.
 

>>>If you don't figure out the question, you
can click on Recover your account with
help from friends. This allows you to
choose between three and five friends.
 

>>>It will send them passwords, which you
may ask them for, and then type into the
next page. You can either create three to
five fake Facebook accounts and add
your friend (especially if they just add
anyone), or you can choose three to five
close friends of yours that would be
willing to give you the password.