░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░
Page 1 of 1
░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks. Here are 3 of the coolest tricks that you can try using Notepad.
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks:
1.) Open Notepad.
2.)Copy and paste the code given below in Notepad.
CODE:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
3.) Save the file as "Matrix.bat" or *.bat. to your Desktop.
It will look like this on your Desktop;
Next just Click and open and a CMD window will pop up with scrolling numbers resembling the "Matrix Code"
Keyboard Disco:
This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.
1. Open Notepad.
2. Copy paste the exact code given below:-
CODE:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".
It will look like this;
Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
Continuously Open/Close CD/DVD:
OK I'm going to show you how to prank your family & friends with this one.
Like before, Open Notepad and cut-n-paste code below:
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
Save it as "Music.vbs"
Right click on icon and click Create Shortcut.
Right click on shortcut and click properties , then click on Change Icon and choose the Music CD icon.
It will change the icon to look like a music CD. Then just tell someone that they need to check out this cool ass song and when they click the icon the CD/DVD Disc tray will start opening and closing by itself, then you can tell them WTF did you do to my computer?!?!? ..hahaha
To disable/stop, start Task Manager and ending the wscript.exe process.
These are 3 harmless .bat and .vbs scripts and can do NO harm to your computer. Now you know something cool you can do with your notepad.
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks:
1.) Open Notepad.
2.)Copy and paste the code given below in Notepad.
CODE:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
3.) Save the file as "Matrix.bat" or *.bat. to your Desktop.
It will look like this on your Desktop;
Next just Click and open and a CMD window will pop up with scrolling numbers resembling the "Matrix Code"
Keyboard Disco:
This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.
1. Open Notepad.
2. Copy paste the exact code given below:-
CODE:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".
It will look like this;
Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
Continuously Open/Close CD/DVD:
OK I'm going to show you how to prank your family & friends with this one.
Like before, Open Notepad and cut-n-paste code below:
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
Save it as "Music.vbs"
Right click on icon and click Create Shortcut.
Right click on shortcut and click properties , then click on Change Icon and choose the Music CD icon.
It will change the icon to look like a music CD. Then just tell someone that they need to check out this cool ass song and when they click the icon the CD/DVD Disc tray will start opening and closing by itself, then you can tell them WTF did you do to my computer?!?!? ..hahaha
To disable/stop, start Task Manager and ending the wscript.exe process.
These are 3 harmless .bat and .vbs scripts and can do NO harm to your computer. Now you know something cool you can do with your notepad.
Similar topics
» TIPS AND TRICKS FOR COMPUTER USERS
» Private Folder Locker using Notepad (with delete feature)
» Best 20 Windows Run Commands
» Windows 8 Aio 32/64 Activated
» Windows 7 Black Dev 25.2 x64 / Team OS
» Private Folder Locker using Notepad (with delete feature)
» Best 20 Windows Run Commands
» Windows 8 Aio 32/64 Activated
» Windows 7 Black Dev 25.2 x64 / Team OS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum