Hello Friends, Today I will share a very useful Notepad trick with you. You can show it to your friend and surprise them.

This Process is also known as “Ghost Keyboard Typing

More Tricks:

Simple Steps to learn Ghost Keyboard Typing

Step: 1 Right click on your desktop and create new text file.

Step: 2 Exactly Copy the code given below and Paste it in notepad document that you have just created.

set wshshell = wscript.CreateObject(“wScript.Shell”)

wshshell.run “Notepad”

wscript.sleep 400

wshshell.sendkeys “S”

wscript.sleep 100

wshshell.sendkeys “H”

wscript.sleep 120

wshshell.sendkeys “U”

wscript.sleep 200

wshshell.sendkeys “B”

wscript.sleep 100

wshshell.sendkeys “H”

wscript.sleep 140

wshshell.sendkeys “A”

wscript.sleep 100

wshshell.sendkeys “M”

wscript.sleep 50

wshshell.sendkeys ” “

wscript.sleep 120

wshshell.sendkeys “C”

wscript.sleep 170

wshshell.sendkeys “H”

wscript.sleep 100

wshshell.sendkeys “U”

wscript.sleep 50

wshshell.sendkeys “G”

wscript.sleep 120

wshshell.sendkeys “H”

wscript.sleep 160

Step: 3 Save the above code in Notepad file As ” Technofizi.vbs ” (Without Quotes ) but make sure While saving this file select Save as type “All files” and extension must be .vbs

Step: 4 Now double click on The saved File, You will see “Shubham Chugh “(It�s My Name) will be typed Automatically. Moreover you can edit the Words In the above given Code with any desired words you want Notepad to type for you.

!!!IMPORTANT !!!

While Double Clicking on the saved file if you see an error box like ” line 1 ” and “Char 37” Then dont worry, Right click on Technofizi.vbs and click on edit,

Now delete all Double quotations ie: ” and Type them all manually from your keyboard, save it and now you will have no errors.