Will this work to disable the new WAT update?

Discussion in 'Windows 7' started by userno69, Feb 17, 2010.

  1. userno69

    userno69 MDL Novice

    Jul 3, 2008
    9
    0
    0
    #1 userno69, Feb 17, 2010
    Last edited by a moderator: Apr 20, 2017
    I spoke with Hazar about how to disable the new WAT update on my computer which is at a university, which requires that automatic updates be enabled to connect to the internet. I have been using 7 Loader Release 5 with the "Hazar option 2" method and it has worked fine, but eventually the new WAT update will get installed. I asked Hazar how I can immunize myself from it and was told this:

    Code:
    1. Disconnect from the internet (unplug cable and disable any wireless)
    
    2. Install the leaked update (x86 is for 32-bit, and x64 is for 64-bit)
    
    3. After you install the update and before you restart the computer, go to All Programs -> Accessories and right click on Command Prompt and run it as administrator.
    
    4. Copy, paste and run the following command:
    
    takeown /f "%windir%\System32\Wat\*"
    
    5. After running that command, copy, paste and run the next command:
    
    icacls "%windir%\System32\Wat\*" /deny *S-1-1-0:F
    
    6. Type exit to close the command prompt
    
    7. You are now protected from the update and can reconnect to the internet
    I have done this. Can anybody confirm whether it will protect me?