What interesting you can do with your boring PC




What interesting you can do with your boring
PC



  Well many of you may think that
your PC is very boring
. I think these tricks may change your thinking.

 

Lets start with notepad 

Have you ever thought that we can do multiple things with notepad rather than typing only?

well some of the tricks of notepad are:

  1. The plane crash trick.

  • Type Q33N  in capital letters in notepad

  • Increase the font size to 72.

  • Change the Font to Wingdings. Now, you will see a plane is attacking two buildings.

     

    2. The virus trick.

    why not make a virus and have fun with friends. It is very simple.

    NOTE:
    Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:

    Open Notepad.
    Paste the following code in the notepad file:

    @echo off

    title Get A Life

    cd C:\

    :menu

    cls


    echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.

    pause

    echo Pick your option:

    echo 1. Die Slowly

    echo 2. Instant Death

    echo 3. Stay Away From This One

    echo 4. Die this way (For Wimps!)

    echo 5. Easy way out

    set input=nothing

    set /p input=Choice:

    if %input%==1 goto one

    if %input%==2 goto two

Save the file with any name and with a .bat extension and close the file.

     3. Lock your personal folders

Open notepad. Copy the following code in notepad file :

cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==YOUR PASSWORD HERE goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End

Change the “YOUR PASSWORD HERE” with your password.

Save it as batch file ( with extension .bat ) For eg. Locker.bat

Now open  the batch file.

 


Comments