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.

Sunday 11 March 2012

Download APK files from Android Market to PC


Use at your own risk. I’ll not take responsibility for anything happen to you or your account.
APK Downloader is a Google Chrome extension that allows you to download Android APK files from Android Market to your PC.
  1. Download and Install APK Downloader.
  2. Right click on Chrome shortcut, select “Properties” and Go to “Shortcut” tab. In “Target” field, insert [space]–ignore-certificate-errors at the end. Once you have that finished, click “OK” .
  3. Open Chrome with that shortcut and go to APK Downloader Options page. If your screen looks like the right picture
  4. Enter email and device ID on Options page.
  5. There are two ways to get Email and Device ID :
    a) install this Device ID app, it will show you your emails and Device ID
    b) Open dial pad, call *#*#8255#*#* ( 8255 = TALK ). If it opens “GTalk Service Monitor”, find lines   that begin with JID and Device ID. Your email is JID, and your device id is a string that after android- prefix
  6. Enter your email’s password, then press Login. If everything is ok, now you can use APK Downloader
  7. Now open  Android Market and view any Application, then press  APK Downloader icon on address bar.
  8. Now you can Download any apk file to your PC.