Tuesday 12 June 2012

Set Windows 7 Menus to Open to the Left or Right Side


1. To Have Menus Open to the Left  Download Left.reg


2. To Have Menus Open to the Right  Download Right.reg


3. Right click on the downloaded .reg file and click on Merge.

4. Click on Run, Yes, Yes, and OK when prompted.

5. Log off and log on, or restart the computer to apply.

Friday 18 May 2012

Remove Viruses or Malware Using command prompt “attrib”


“attrib” is a very useful tool to check if your pen drives  have been infected by a virus. The ”attrib” is used to set and remove file attributes (read-only, archive,system and hidden).
  1. +s  :- means it is a system file and you cannot delete it just by using the delete command.
  2. +h  :- means it is hidden. so, you cannot delete it.
  3. +r  :- means it is a read only file.so,  you cannot delete it just by using the delete command.
Now we need to set the attributes for example we set  attributes of autorun.inf   to -s -h -r . so, we can manually delete it.
  1. Go to Start Menu > Run.
  2. Type cmd  & Press Enter.
  3. Type attrib -s -h -r autorun.inf ( be sure to include -s -h -r because you cannot change the attributes using only -s or -h or -r alone).
  4. If the autorun.inf file has no more attributes, you can now delete it by typing del autorun.inf .
In case when the all folders in pen drive or hard drive affected by viruses and converted into application which has size of some KB then you can recover those all folders and sub folders using single command.
  1. Go to Start Menu > Run.
  2. Type cmd  & Press Enter.
  3. K: &  Press Enter  ( ‘K’  is  your removable drive ).
  4. K:\>attrib -H -S \*.* /S /D  &  Press Enter.
That’s it …

Wednesday 11 April 2012

Quick Heal Total Security Use For Free


  1. Install quick heal 2012 trial version and register for 30 days trial period.
  2. After 30 days uninstall quick heal and run Quick Heal Removal for  X64 or X32. (Password : darpan223)
  3. It will remove registry entry of your previous installation.
  4. After restarting your PC you can again use 30 days trial.
  5. This can be done Unlimited Time and you can use quick heal trial many times. 

Wednesday 21 March 2012

Add Top Menu Bar to Any Blogger Templet

  1. Go To your Blogger Dashboard, Layout >> Edit HTML >> And find This code : " </b:skin> " .
  2. And After it add  This code.
  3. That’s it, and now let’s add the menu it self to our template.
  4. Go To your Blogger Dashboard, Layout >> Page Elements >> and now above blog posts area, click add gadget  And choose Add HTML/JavaScript.
  5. Leave the title empty and at the content area add This code.
  6. Now Click Save and check your blog.
  7. Now you have to change the menu links for your own links and titles, and you can change themenu colors as well.
  8. change The symbol  "# " to your link, and change the word  " Edit "  to your title.
  9. you can repeat this part of code as you like,every time you add this part of code again to your menu code, a new link will be added to your menu.

Sunday 18 March 2012

Upgrade Windows 7 from Home Premium to Ultimate


You can upgrade your Windows 7 form Home Basic or Home Premium to Ultimate or Professional.
  1. Download Keygen and extract it (password : darpan223).
  2. Run Keygen and generate proper key.
  3. Now Go to Start menu and Write "WindowsAnytimeUpgrade " and open it.
  4. Click on "Enter Upgrade Key " and Enter previously generated key.
  5. Wait until it downloads required updates.
  6. After Restart your PC , it will show you upgraded version.