Thursday, December 8, 2011

Keyboard shortcuts

Now today i am providing you keyboard shortcuts of all kinds.
Just download from below

Download

Wednesday, December 7, 2011

Fake Dual OS

Its a prank you can try it on your own pc and your friends pc also.
It will display other OS name before booting.


  1. First right click My Computer>Properties>Advanced
  2. Click Settings in Startup and Recovery.
  3. Check Time to display list of Operating System.
  4. Then click Edit. You will now open boot.ini in notepad.
  5. So this is the time you can create your own fake Dual Boot Operating System.
  6. Just copy the last line and paste it under.
  7. Inside the quotation marks you can type your new entry there. Ex. "Microsoft Windows Vista Longhorn"
  8. Don't forget to press control 's' to save that modified boot.ini
  9. Reboot the system to see the effect.
Its tested and working 
Enjoy!

Monday, December 5, 2011

View pdf file without any software

Now you can view pdf file without using any software its an easy just follow below steps.
1. Intall google chrome on your PC.
2. Right Click on the pdf file that needs to be viewed.
3. In choose program select google chrome and open the file.
4. You can view the file directly in Google chrome.
Second way
Drag and drop way
1. open Google chrome browser window .
2. Drag the file on the opened window , the inner content of the file can be viewed on the browser window.

Enjoy!

Hide folder in advance way

Now you can create hidden folder in an easy way just follow below steps.
1. Right click anywhere where u want to create hidden folder and create new folder
2. Then right clcik on the rename and press alt+0160
3. The you would see that the file name dissapears (this cannot be done normally)
4. Now its time to change the icon
5. Right click on the file and click properties.
6. Then click the customize tab and click change icon
7. The scroll till you find a blank icon  see the image below.

8. Then select it
9. click ok,apply,ok.



Enjoy!

Friday, December 2, 2011

Clear your temporary file,log and cookies


To clear your temporary files, log and cookies just copy this code into notepad...


Code
@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp

del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause

Now save the file as Delete.bat(Remeber must save the file as .bat).

Now just click on it. it will delete all temporary files automatically

Enjoy!