Skip to main content

Cool Tricks with NOTEPAD

               COOL NOTEPAD TRICKS FOR WINDOWS

( Note: All tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager (cntrl+shift+esc) and close the ""wscript.exe"" process. These tricks work on windows 10/8/7/vista/xp )

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing.  It is also famous for its tricks and hacks. Here is the best and coolest tricks that you can try using Notepad........JUST FUN...

EXAMPLE :::::::::::::::

1)  MATRIX CODE EFFECT : command ".bat"(batch) file :--------
                     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. 
CODE :::
      
            @echo off
            color 02
            :tricks
            echo %random%%random%%random%%random%%random%%random%%random%%random%
            goto tricks


continuously you will see the matrix falling code ... with ".bat" file.......



2) To make your keyboard type (any massage) continuously :-----------------
                     with vbs tricks, you will make any of your friend's keyboard type any message continuously.just send this file in zip file via mail....just for fun :D.... Open Notepad, copy the code given below and save the file as HACK.vbs or ".vbs". You will need to restart your computer to stop this. 

CODE:::::::

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

3) To make  your  computer  talk   :------------------
            With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.Copy and paste the code given below in Notepad and save the file as "speak.vbs" or ".vbs". 

CODE ::::::
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message


Enter some text in enter text column and click OK.Now your Computer will speak...


4)  Create a Harmless Virus Continuously eject CD/DVD drives  :-----------
           with this vbs tricks create a code which will continuously eject your computer cd/dvd drive..Copy and paste the code given below in Notepad and save the file as "eject.vbs" or ".vbs".

CODE :::::::::

             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

just double click on vbs file and fun with tricks....harmless tricks remember.


5) To Make a personal diary with LOG :

         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.


   
   

6)  Shut-down The Computer After Conveying Any Message :---------
       with this tricks after conveying a (any) message it shuts down the computer without any confirmation.It is a harmless .To create a shutdown file ,copy and paste given below the code in your notepad .save as "takerest.bat" or " .bat ".

CODE :::::
   
       @echo off
       msg * Its time to get some rest.
       shutdown -c “Error! You have to take rest! Byeeeeee” -s

follow me on ______
YouTube : https://www.youtube.com/channel/UCzzE8LpBYGhLrp5L0dlbeWw
Facebook : https://www.facebook.com/easy2solution
twitter : https://twitter.com/easy2solutiontwitter
Google+ : https://plus.google.com/u/0/b/102754800820594467020/102754800820594467020?hl=en










Comments

Popular posts from this blog

How to know if your system is using EFI/UEFI or BIOS firmware interface?

Internet Tips and Tricks

Top Internet tips and tricks :--------- 1)  You will take full advantage of tabbed browsing on all Internet Browser. While reading an article or browsing a website, Any link to another page can be opened in a new tab so it does not interrupt your reading. To perform this action,hold down the ctrl key and left click the link .   If you have a mouse with a  wheel , click the link by depressing the wheel instead of rolling it. Either of the methods opens a link in a new window. Tip:  To open an new blank tab, press  Ctrl + T  at the same time.   -----   There are dozens of different shortcut keys that can be used with Internet browsers. Below are a few of our top suggested Internet browser shortcuts. Press  Alt + D  or  Ctrl + L  to move the cursor into the  address bar . Hold down the  Ctrl key and press the " + " or " - "  to increase and decrease the size of text.  Ctrl + 0 ...