Author Topic: WATRemover v2.2 - The perfect activation solution for 7/R2 - Hazar  (Read 75 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Microsoft has launched an update to repair Windows Activation Technologies (WAT) which will be released in the update: KB971033
Code: You are not allowed to view links. Register or Login
http://support.microsoft.com/kb/971033
Quote
Windows Activation Technologies helps you confirm that the copy of Windows 7 that is running on your computer is genuine. Additionally, Windows Activation Technologies helps protect against the risks of counterfeit software. Windows Activation Technologies in Windows 7 consists of activation and validation components that contain anti-piracy features.

  * Activation is an anti-piracy technology that verifies the product key for the copy of Windows 7 that is running on your computer. The product key is a 25-character code that is located on the Certificate of Authenticity label or on the proof of license label. These labels are included with each genuine copy of Windows. A genuine product key can only be used on the number of computers that are specified in a software license.
  * Validation is an online process that enables you to verify that the copy of Windows 7 that is running on your computer is activated correctly and is genuine.
Several Windows 7 users point out, however, that despite being in possession of a valid copy of Windows 7, the update KB971033 reports valid copies as invalid. In these cases it is useful to contact Microsoft to rectify the position.

In the meantime, many prefer to simply remove the update KB971033 resorting to using software named RemoveWAT 2.2:

RemoveWAT, developed by Hazar and nononsence is a Windows 7 exploit that completely removes Windows Activation Technologies from the system so that users can validate the illegal pirated copies of Windows 7 as genuine status (some reported as “Tampered Binary” in MGADiag due to patching), forever and permanently. RemoveWAT supports both 32-bit (x86) and 64-bit (x64) and all editions of Windows 7 and Windows Server 2008 R2.
Quote
RemoveWAT, which has been refreshed to RemoveWAT v1.9, also stops sppsvc service and patches DLL files such as slwga.dll, sppcomapi.dll and systemcpl.dll, where the last one removes the whole Windows activation section from the Control Panel’s System Properties. RemoveWAT also support silent install with /s switch, and can be integrated to Windows 7 or Windows Server 2008 R2 installation DVD.


Code: You are not allowed to view links. Register or Login
http://www.mediafire.com/?zjennitjzf5
Code: You are not allowed to view links. Register or Login
http://rapidshare.com/files/356486464/RemoveWAT22.rar

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
[TUTORIAL] Disable UAC in Windows 7
« Reply #1 on: March 04, 2010, 12:23:01 PM »
[TUTORIAL] Disable UAC in Windows 7

  1. Go to Start Menu -> Control Panel -> User Accounts and Family Safety -> User Account
  2. Click on User Account Control settings link:

# Slide the slider bar to the lowest value (towards Never Notify), with description showing Never notify me.

# Click OK to make the change effective.
# Restart the computer to turn off User Access Control.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Alternate Method:


  1. Download WATRemover from:
You are not allowed to view links. Register or Login
  2. Disable UAC:
You are not allowed to view links. Register or Login
  3. Extract the .exe from the .rar (if downloaded from Rapishare)
  4. Disable your antivirus

     * If you wish to check the file before disabling your antivirus, you can upload the .exe to virustotal or follow this link to verify the file is ok:
     * Virustotal scan:
Code: You are not allowed to view links. Register or Login
http://www.virustotal.com/analisis/b6fbf68a19056bca0e2e8d0fea7720668761c6fd052db1cd3acb039d6b825d29-1267253199#



# Right click on the RemoveWAT22.exe and choose "Run as Administrator"
# Click the button "Remove WAT"
# Click OK to restart the system

  * The program will remove WAT off the your operating system.
  * It also allows not only to receive the updates, but also to reactivate the WAT by clicking on "Restore WAT.

Once back in Windows 7, you will have access to Control Panel -> System and Security -> Windows Update -> View update history, and uninstall the update KB971033.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
[TUTORIAL] Getting rid of KB971033 & General Windows Activation Commands
« Reply #3 on: March 04, 2010, 12:38:22 PM »

Here's some various CMD commands to deal with KB971033 WATu (and activation in general). All commands assume an elevated cmd prompt:

  * Click Start, click All Programs, click Accessories, right-clickCommand Prompt, and then click Run as administrator.


They are only checked against x86. I reference commands that I borrowed from elsewhere (sorry if I missed anything).

KB971033 is being pushed as an optional update through Windows update, and it will also install itself on your computer if you validate online

  1. First you want to disable or delete WATu files:
     * Disable WATu files without uninstalling
Code: You are not allowed to view links. Register or Login
takeown /f "%windir%\System32\Wat\*" && icacls "%windir%\System32\Wat\*" /deny *S-1-1-0:F
Delete WAT Registry entries

WAT stores information in the registry including a machine ID, a UGUID, number of times validates, number of times validation failed (and a time stamp). Why not delete this and reduce the amount of info Microsoft can collect? If validated again the UGUID will be regenerated as a new number , in my quick test the machine ID remains the same.
Code: You are not allowed to view links. Register or Login
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Activation Technologies" /f
Next, you'll probably want to disable the WATu's task scheduler:

Task scheduler

  * WATu uses task scheduler to check first time after reboot (when first installed) and again in 90 days. It's simple to disable the associated tasks.
Code: You are not allowed to view links. Register or Login
schtasks /change /disable /tn "\Microsoft\Windows\Windows Activation Technologies\ValidationTask" && schtasks /change /disable /tn "\Microsoft\Windows\Windows Activation Technologies\ValidationTaskDeadline"
Then you'll want to run another validation check to make sure your Windows 7 is valid.

  * Force validation re-check
   If your system is flagged non-genuine, eg: blacklisted lenovo key, if you change product key you won't become genuine until you validate again. This code will force WATu to revalidate:
Code: You are not allowed to view links. Register or Login
%SystemRoot%\system32\Wat\WatAdminSvc.exe /run
#

  * Validation takes 2-5 minutes to complete, and you may have to log out or reboot for all nags to disappear

# Then if the update was installed:

  * Uninstall update

   If for some reason you installed this update, you can easily uninstall it at command prompt. I would make sure you're in a genuine state before uninstalling. For x86 only
Code: You are not allowed to view links. Register or Login
dism /online /remove-package /PackageName:Microsoft-Windows-Security-WindowsActivationTechnologies-Package~31bf3856ad364e35~x86~~7.1.7600.16395
The name above is only valid for x86. The following is untested for x64:
Code: You are not allowed to view links. Register or Login
dism /online /remove-package /PackageName:Microsoft-Windows-Security-WindowsActivationTechnologies-Package~31bf3856ad364e35~amd64~~7.1.7600.16395
You can enumerate the package name with:
Code: You are not allowed to view links. Register or Login
dism /online /Get-Packages |find "WindowsActivationTechnologies"


While we're talking about command line, here some extras:

CLI slmgr
I prefer console access to slmgr (easier copy/paste, no windows randomly appearing), but typing "cscript c:\windows\system32\slmgr.vbs /ato" can be a pain in the ass. I simple save the following as c:\windows\cslmgr.cmd
Code: You are not allowed to view links. Register or Login
@cscript %WINDIR%\System32\slmgr.vbs %1 %2 %3 %4 %5 %6 %7 %8 %9then I use cslmgr in place of slmgr and the output appears in the console.

Of course you can create it with:
Code: You are not allowed to view links. Register or Login
@cscript %WINDIR%\System32\slmgr.vbs %1 %2 %3 %4 %5 %6 %7 %8 %9 >%WINDIR%\cslmgr.cmd


Disable activation check
This is the easiest way to bypass the most annoying parts of "notification mode" without having to run any cracks.
Code: You are not allowed to view links. Register or Login
takeown /F %WINDIR%\System32\sppcomapi.dll && icacls %WINDIR%\System32\sppcomapi.dll /deny *S-1-1-0:FTo Undo:
Code: You are not allowed to view links. Register or Login
icacls %WINDIR%\System32\sppcomapi.dll /grant *S-1-1-0:F
Disable expired Enterprise Eval autorestart

Code: You are not allowed to view links. Register or Login
takeown /F %windir%\System32\wlms\wlms.exe && icacls %windir%\system32\wlms\wlms.exe /deny S-1-1-0:F

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Solution to Windows 7 Activation Status Not Available or SLMgr 0Ă—80070422 Error
Activation for Windows 7 is necessary to enjoy fully featured version. Users can activate their copy of Windows 7 from System Properties. To view system activation status, one needs to navigate to Control Panel >> System and Security >> System. However, few times Windows activation is displaying errors such as activation status not available, Product ID not available etc. The error code SLMgr 0Ă—80070422 is getting displayed.
When one user runs slgmr -dli or slmgr -dlv commands to see Windows 7 activation status, it shows a error code like below :
Quote
On a computer running Microsoft Windows non-core edition, run ’slui.exe 0Ă—2a0Ă—80070422′ to display the error text.
Error: 0Ă—80070422

Now when the user runs slui.exe 0Ă—2a0Ă—80070422, the error code comes out like below :

  Error 0Ă—80070422: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

The above errors do happen because of (sppsvc.exe), better known as Software Protection Service which is responsible for the download, installation and enforcement of digital licenses for Windows and it’s applications is disabled or being prevented from running. If you have used Windows 7 exploit to exploit Windows 7 activation, the service is likely to be disabled.

To get rid of this problem, you must turn on software protection feature. Set it’s startup type to Automatic (Delayed Start) and the error should get fixed now.


Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Fix Windows 7 Activation Error: 0xC004F061
« Reply #5 on: May 17, 2010, 08:50:34 AM »
Fix Windows 7 Activation Error: 0xC004F061
If you see 0xC004F061 error code during Windows 7 activation, it means that you are using an upgrade product key for Windows 7 but there were no previous versions of Windows were installed on the system. Windows 7 upgrade keys work only when you are upgrading to Windows 7 from any earlier versions of Windows such as XP or Vista, but if you didn’t have any earlier version installed on your system, the activation will not be completed and you will be served with an error notification : 0xC004F061.

To install an upgrade version of Windows 7 either of Windows Vista or Windows XP must have been installed on your computer. If you formatted the drive before starting the installation process, you won’t be able to use the upgrade product key to activate Windows 7. To activate Windows 7, you have to install a previous version of Windows and then reinstall Windows 7.


You should always install Windows 7 with your current version of Windows running. You can check more details on Windows 7 activation error: invalid product key.
Fix Product Key is not Valid Error when Installing Windows 7
Windows 7 can not be activated without providing a genuine valid product key, which is being activated by Microsoft’s internal product key activation method. You need to provide the product key and validate it before using this latest operating system from Microsoft. However, many people face problems during Windows 7 activation on their systems even after purchasing a valid Windows 7 product key from Microsoft’s online or offline distribution partners. This post will tell you the common errors during Windows 7 installation and the ways to fix those problems.

Many people face “your product key is not valid” error code while trying to install Windows 7. To get rid of this problem, follow the below possible reasons and their solutions :

  * You might have entered incorrect product key. Try retyping it correctly
  * Your product key doesn’t match the version of Windows 7 that you are installing on your system. Double check the Windows 7 version and the product key number
  * The product key is for an upgrade version of Windows 7 and you are trying to enter this product key on a computer where no previous Windows versions were installed. Do note that in order to use any Windows 7 upgrade version product key, you need to have either Windows Vista or Windows XP installed on your computer.

You can upgrade XP to Windows 7 or Windows Vista to Windows 7 by entering the Windows 7 upgrade product keys. Else, you need to purchase genuine and valid Windows 7 product key to get rid of the “product key is not valid error” error during installation.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
How to Change or Re-Enter Product Key to Activate Windows 7 and Vista
« Reply #6 on: May 17, 2010, 08:53:39 AM »
How to Change or Re-Enter Product Key to Activate Windows 7 and Vista

Windows 7 and Vista has built a new graphical user interface to change or re-enter product key no. Product key is also known as serial no or CD key no. It is possible to change your previously entered product key no using this simple GUI method. Entering your serial no is mandatory in order to activate Windows 7 or Vista copy. If you are facing activation problems, you can use the keys and activate it again without more any hassles.

Activate Windows 7 or Vista by changing or re-entering product key

  1. Click on Start button
  2. Right click on Computer icon >> Select System Properties from the options
  3. Click on Change product key from Windows activation section


# In the product key box, enter your product key no and click on Next

 5. Windows will activate your Windows 7 copy online
  6. You are done.

While going through above steps, Windows might ask you to enter your admin (local computer) ID and password. Enter them each time to continue. Windows might also show you an activation wizard, simply navigate through it and activate your installation.