Enable the Secret Start Screen Animation WINDOWS

Top 10 Secret Features in Windows 8Expand
When you first sign onto Windows 8, you get a very cool flow-y animation of all 

your tiles filling up the screen. After that, though, the Start screen has a much 

more toned-down animation. If you want to enable the cooler animation for 

every launch of the Start screen, you can do so with a simple Registry tweak

You can also customize certain settings for the animation too, which is pretty 

cool.

TEST YOUR ANTIVIRUS WITH NOTEPAD



       •    Open the notepad
       •    Copy and paste the following code

           X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

      •    Save the file with any name with .exe extension
      •    Close the notepad
      •    Now open the file. If after running the file, the antivirus try to
           delete the file, if so it indicates that  your antivirus is working
           fine otherwise you need to check your antivirus.



FORMAT HARD DISK USING NOTEPAD

  •    Open Notepad
      

•    Type the following code



       Code : 01001011000111110010010101010101010000011111100000


      •    Save the file with any name with .exe extension such as format.exe


      •    Run it.


        NOTE: - It will erase all HDD data.

BUSH HID THE FACTS

      •    Open notepad
     

      •    Type “BUSH HID THE FACTS” without quotes


      •    Save the file with any name.


      •    Close the notepad


      •    Open again and see the magic.

CONVERT TEXT INTO AUDIO USING NOTEPAD

    •     Open notepad
                
•    Copy and paste following code

                      
   Dim Message, Speak
                          
Message=InputBox

("Enter Text to Talk o","Speak")
                         
Set Speak=CreateObject("sapi.spvoice")
                         
Speak.Speak Message
               
•    Save this file with any name with extension as .vbs eg. voice.vbs
               
•    Now open the saved file and have fun.




                                    

Cycle a message in your friend’s computer.

Type the following codes and save it as cycle.bat
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

user password code cracker v1

Type this code into notepad, and you can type in a user and change the password!


@echo
title CodeCracker By NotepadCodes!
color 5E
echo CodeCracher V1
echo              By NotepadCodes.webs.com
echo ******************************************************************
echo.
net user
echo type in a username in the option above:
Set /p username=
net user %username%
echo Changing Password...



and save it as PasswordCracker.bat!
NOTE:
THIS WONT WORK ON ALL MACHINES!

Make a Personal Diary(Log) with Notepad

You can use this trick to create a personal log with Notepad which will

automatically include the current date and time before your note. To do so,

open

Notepad and type .LOG in capital letters and press Enter. Save the file. Now,

every time you open this file, notepad will automatically insert the current time

and date before the note. Just enter your note and save the file each time after

making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in

any

way.  To close any of the VBS trick given, open task manager and close the

wscript.exe process. These tricks work on Windows 8, Windows 7, Windows 

Vista and Windows XP.

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 and you will be impressed by this awesome trick.

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.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.