1.Create A MATRIX effect Yourself

Just copy and paste the following lines in your notepad and save it as name Matrix.txt
The texts are:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random
%%random%%random%
goto tricks
The color code 02 is for green you can change the color code if u wish.
After Saving the notepad rename the file from Matrix.txt to Matrix.bat
Upon running the Bat file you will see the MATRIX on the roll.
2.SHUTDOWN your computer in just one click
Ever wondered if you could shutdown down your pc or laptop in just one CLICK with browsing into the start menu. Here's how you can make your own easy shutdown button.
- RIGHT click on empty area on desktop ,then select new and then click on shortcuts.
- On the dialog box just type shutdown.exe -s then click next.
- Just type any name on the box appeared.
- The new shortcut icon will be created.
- You can now change the icon -just right click on the the shortcut just created and click on the option Change icon.
Want a timer shutdown (just replace the code) ,actually by default it takes 30 sec to shutdown but you can increase the timer by replacing the code
![]() |
| get free products from amazon |
shutdown.exe -s by
shutdown -s -t 50
to shutdown in 50 sec
If you want to shutdown message before shutdown initiates then just replace the previous shutdown command with
shutdown -s -t 50 -c"your message"
BE updated with more such funny pranks and technical news .
Just SUBSCRIBE with your email.


Thnks
ReplyDelete