Wednesday, 11 January 2012

Activate Windows 7 & Windows Vista

Using This Technique Everyone Can Use The Trial Version of  Windows 7 & Vista Approx 360 Days After The Expired Time :

Step 1 :- Open DOS Prompt & Type The Command "slmgr -rearm" & Press Enter Key


Note :- After Using This Command You Must Re-Start Your System. After That You Can Extend Your Trial Period With 30 Days. You Can Use This Command For 3 Times After 30 Days of Using The Command..

Belows Is The Technique By Which You Can Use The Above Command Again  For 8 Times More....


Step 2 :- Open Registry Editor With The Help of Command "Regedit"




Step 3 :- Goto HKEY-LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SL

Or instead "SL", Search for "SoftwareProtectionPlatform"

Step 4 :- In the Right Panel Change "SkipRearm" value to 1

That's All Now You Can Use The Step 1 For More 8 Times..

Enjoy With Your Trail Version Windows :) :)



Thursday, 11 August 2011

How To Remove Autorun.inf Manualy Without Help Of Any Third Party Software


First click the “Start” button and go to “Run“. You can also press “Windows+R“. Type “cmd” there.



Type the following commands in the Command Prompt
  • Type “<Drive_name>:” in the command prompt and hit “Enter“. (“Drive_name” is where the problem occurs, it may be any USB drive)
  • Type “attrib” and hit “Enter“. (This shows the files that are present in the currently working directory. You can also use the command “dir/w/o/a/p“)
  • If there are any file named autorun.inf then go for next steps else the drive is not affected with any autorun.inf file.
  • Type “attrib -h -r -s -a *.* ” then hit “Enter“.  (This command removes the Hidden, Read Only, System and Archive attributes over any file)
  • After unhiding and removing attributes you can see the files.  So you can delete the file now.
  • Type “del <filename>” in the Command Prompt and hit “Enter“. (As for example del autorun.inf)

 


           Now your computer is virus free. Enjoy! Feel free to share your experience with us.