Magic and Amazing Computer Tricks

Magic and Amazing Computer Tricks

Here is the list of some magic computer tricks that everyone should try. These are cool and funny tricks that turn your system into magic state. You can try these tricks only using notepad no any resources are required.

1. CHANGE NAME OF RECYCLE BIN

To change the name of the Recycle Bin on desktop, follow these simple steps:-
goto RUN type “regedit”
and then go to:-
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
and change the name “Recycle Bin” to whatever you want (don’t type any quotes).


2. DELETE ADMINISTRATOR PASSWORD

Step 1. Put your hard disk of your computer in any other PC .
Step 2. Boot that computer and use your hard disk as a secondary hard disk (Do’t boot as primary hard disk).
Step 3. Then open that drive in which the victim’s window (or your window) is installed.
Step 4. Go to location windows->system32->config
Step 5. And delete SAM.exe and SAM.log
Step 6. Now remove hard disk and put in your computer.
Step 7. And boot your computer


Computer Tricks
Computer Tricks

3. LOCK YOUR PRIVATE FOLDER

  1. Make a folder on the desktop and name it as “folder
  2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File -> save as.
  3. In the “save as” name it as lock.bat and click save ! (Save it on Desktop)
  4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File -> save as.
  5. In the “save as” name it as key.bat and click save ! (Save it on Desktop)
  6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
  7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again.
  8. Lock your folder and hide the key.bat somewhere else on your hard disk.
  9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it.

4. CHANGE THE IMAGE ON LOGIN SCREEN OF [WINDOWS 7]

Its very easy to show custom image on windows 7 login screen. Here are the steps to do it.
Open the below path in your system
C:\Windows\System32\oobe\INFO\background
Paste your image there.
Rename it as ‘backgrounddefault‘.
Log off and see effect.
Enjoy your custom image on login screen.


5. MICROSOFT WORD TRICK

Do you know you can create table in word Without using table properties.
By using simple + and – sign you can create a table.
+—–+———+
Type like above plus and minus alternate to draw a table. Maintain – continuously (No Space)
Then press enter button you can see table This is a funny trick to create a table on short time period.
Here minus represent width of the table and plus represent the column of a table.


6. USE YOUR PEN DRIVE AS A RAM

1) Insert your pen drive on system.
2) Open properties by right click on its icon.
3) Click on ready boost.
4) Click on use this device.
5) Select how much memory you want to use as a ram.
6) Click on apply button.
7) Click on OK.
Now enjoy your increased ram using your pen drive.


7. MAKE YOUR DESKTOP ICONS TRANSPARENT

Just follow these simple steps.
First Go to the Control Panel
-> System
-> Advanced
-> Performance area
-> Settings button
-> Visual Effects tab “Use drop shadows for icon labels on the Desktop”.
you are done!


8. PERSONAL DIARY USING NOTEPAD

Here you will learn to convert your notepad file as a Digital diary or a log book to keep record of your daily work instead of using pen and paper. Follow these simple steps.

  1. Open Notepad and Type .LOG (in capital Letters) and press enter.
  2. Save the program with any name and close it.
  3. Open the file again. Now you can see current date and time, This will happen every time you reopen this notepad file.

9. DANCING KEYBOARD LED

In this part we will create an interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script program.

  1. Open Notepad and copy below codes into it.
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop
  2. Then save this file as dance.vbs (name can be anything but .vbs is must)
  3. Open your saved file and see your keyboard led blinking like disco lights.

10. MATRIX EFFECT

In this trick we will make a batch file in notepad which will act as matrix effect that you might have seen in movies. Matrix effect is basically number flashes in green color.

  1. Open Notepad and copy below code into it.
    @echo off
    color 02
    :start
    echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
    goto start
  2. Now save this file as Matrix.bat (name can be anything but .bat is must)
  3. Open your saved file and you will have matrix effect on your screen.

11. COMPUTER MALE OR FEMALE

This is a funny trick that let you know the gender of your computer whether it is male or female. So let start.

  1. Open Notepad and paste the following codes.
    CreateObject("SAPI.SpVoice").Speak"i love you"
  2. Save the file as gender.vbs
  3. Now, open the save file
    If you hear male voice then your computer is male and if you hear female voice then its female.

You should also read Programmers Jokes here. Which represent programmer’s life fun.


Comments

One response to “Magic and Amazing Computer Tricks”

  1. Imran Solanki Avatar
    Imran Solanki

    Nice article dude. Really they are cool tricks for computer. Everyone should have try that on their computer.

Leave a Reply

Your email address will not be published. Required fields are marked *