Tuesday, September 21, 2010

Tricks For Windows 7

Hi there,


Before applying the method I'm about to describe, I had installed several Windows 7 machines applying several crack flavors (RemoveWAT, Chew-WGA, etc). I can't complain, they worked wonderfullly for a few months, but after that the annoying messages returned. You know what I mean, those ones that pop up right before you log in and say things like "Your windows is illegal" or "Your license is counterfeited" or "We're going to annoy you with these messages everyday you damn pirate". After some reading I found out that the cracks were being de-activated by Microsoft via the "Windows Updates". Some people even had the exact KB number marked so we could uninstall it or prevent its download. I was not confortable with that, 'cause I simply didn't have the time to read each and every update before downloading. So what I did for a couple of times is download new versions of the cracks and re-apply them. This worked but only temporarily. It's when realized that this was going to be an eternal run and chase between the crackers and M$.


Please click on read more

This Guide is for:
- People who aren't happy applying cracks, .exe's and are tired of playing run and chase with M$.
- People who don't mind executing simple commands every 30 days / 120 days.

This Guide is not for:
- People who just want to apply a patch or crack and forget about the rest. This method will require you to do things recurrently


THE GUIDE


1) Create a batch file with the following commands:


Code:
reg load HKLM\MY_SYSTEM "%~dp0Windows\System32\config\system"reg delete HKLM\MY_SYSTEM\WPA /freg unload HKLM\MY_SYSTEMTo achieve this, run notepad as administrator and paste the code above. Then save it with name delwpa.bat as type "all files" on drive C:\ at the root level 2) Restart the machine and press F8 right after the BIOS screen to get to the Advanced Boot Options.3) Select Repair your Computer, select your Input language, enter your Login details and Open Command Prompt. 4) Type C: to go to the main drive. Then type dir to get the list of files where you should see the file delwpa.bat created in Step 1). Execute the file by typing it:

Code:
delwpa.batThe console should display messages saying that the commands were executed successfully. Close the console window and reboot the machine 5) Back on Windows: login and don't worry if the desktop shows a message like "This product is not genuine". Just ignore it.Run Command Prompt as administrador, and execute the following command depending on your Windows 7 version:

Code:

Ultimate
slmgr /ipk D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV
Professional:
Code:
slmgr /ipk HYF8J-CVRMY-CM74G-RPHKF-PW487
Home Premium:
Code:
slmgr /ipk RHPQ2-RMFJH-74XYM-BH4JX-XM76F
Home Basic:
Code:
slmgr /ipk YGFVB-QTFXQ-3H233-PTWTJ-YRYRV
Starter:
Code:
slmgr /ipk 7Q28W-FT9PC-CMMYT-WHMY2-89M6G
Then perform a final reboot on your machine.
6) After the reboot, check that everything is alright by running a command prompt as administrator and executing:
Code:
slmgr /dlvWait for a few seconds and you should get a window with lots of data. This is what we're interested in: License Status: Initial Grace Period Time remaining: 30 days Remaining windows rearm count: 4And that's it! Just like a brand new windows. Now all you have to do is wait 30 days, execute a simple rearm and you'll be fine. This future simple rearm will add another 30 days to the grace period. The command for a simple rearm is:

Code:
slmgr /rearm
(remember to always run the command prompt as administrator).


VERY IMPORTANT: Windows will let you do a rearm 4 times only, meaning that you will have a maximum of 120 days Grace period. After those 120 days you should follow the Guide again to reset the rearm count. If you decide to always keep the delwpa.bat file on your computer, then all you need is to follow steps 2-6.


So this Guide is basicaly a matter of timing. Create your alerts in Outlook or whatever is the program you use for tasks, and set reminders every 30 days for simple rearms, and every 120 days for resetting the rearm counts.