Stopping GWX ConfigManager

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #21

    Of course I did all my regedit edits with admin permission.

    I'm running sfc /scannow again at the present time.

    Done and found no integrity violations.

    Rebooted and checked regedit for GWX and found nothing.

    Don't forget that a reboot can do wonders.
      My Computer


  2. Posts : 318
    Windows 10 x64
       #22

    I simply zipped the entire contents of C:/Windows/system32/GWX. I kept the zip file just in case, but I deleted all of the original files in that folder. Done.
      My Computer


  3. Posts : 2
    Windows 8.1
       #23

    So there is another way of getting rid of the advertisement for Windows 10 but still reserve your copy.

    Navigate to C:\Windows\System32\GWX

    Right click on the folder and Click Properties then click the Security Tab. Find Administrators and give Full Control.

    Inside C:\Windows\System32\GWX there is a config file called Config.xml and also in the C:\Windows\System32\GWX\Download folder has the same Config.xml. Open these files in notepad.

    Inside you will see the following lines. You can stop the program from running by setting all the values below to false. I reserved my copy before I did this. So you may want to do that before making these changes. So now when you start up Windows GWX.exe will run check at what stage Windows 10 is currently at and then close if below GA (read below)

    <Phase name="None">
    <AntUXProcess>false</AntUXProcess>
    <TrayIcon>false</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>false</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="AnticipationUX">
    <AntUXProcess>false</AntUXProcess>
    <TrayIcon>false</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>false</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="Reservation">
    <AntUXProcess>false</AntUXProcess>
    <TrayIcon>false</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>false</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="Reserved">
    <AntUXProcess>false</AntUXProcess>
    <TrayIcon>false</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>false</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="RTM">
    <AntUXProcess>false</AntUXProcess>
    <TrayIcon>false</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>false</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>

    I would stop at this point because GA means it is Generally Available.

    <Phase name="GA">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeDetected">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeDownloadInProgress">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>true</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeDownloaded">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>true</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeReadyToInstall">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>true</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeReadySetupInProgress">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>true</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeSetupCompatBlock">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeSetupRolledBack">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeSetupFailed">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>false</SetupComplete>
    </Phase>
    <Phase name="UpgradeSetupComplete">
    <AntUXProcess>true</AntUXProcess>
    <TrayIcon>true</TrayIcon>
    <Advertisement>false</Advertisement>
    <ReservationPage>false</ReservationPage>
    <Upgrading>true</Upgrading>
    <DownloadInProgress>false</DownloadInProgress>
    <DownloadComplete>false</DownloadComplete>
    <ReadyForSetup>false</ReadyForSetup>
    <SetupInProgress>false</SetupInProgress>
    <SetupComplete>true</SetupComplete>
    </Phase>
      My Computer


  4. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #24

    I still believe the neatest method is to disable the Scheduled Tasks. :) Unless someone points out something I missed?
      My Computer


  5. Posts : 2
    Windows 8.1
       #25

    Disabling the Scheduled Tasks stops the program from running which interrupts the intended purpose of GWX.exe that is to install Windows 10 as soon as it is available. If you stop the tasks then the program will not run anymore and will not check if Windows 10 is ready to be installed. By using my method Windows 10 will still install as planned you will just not be annoyed anymore.

    If you don't want Windows 10 or would prefer to install it at your own leisure then disabling the tasks is a perfect way.

    I personally like shiny new things so I reserved my upgrade and want it to be installed asap :)
      My Computer


  6. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #26

    Appreciate the comment, I don't think I would install it straight away and deal with all the possible bugs!

    I can run the exe anytime to reserve my copy if I so wish, and capable of checking what's going on. It is not like a one time deal that will expire in a week.

    I was hoping to get an answer like "you don't notice but it is running this and that, check that event log" and some such. :)
      My Computer


  7. Posts : 1
    Windows 7, 64 bit
       #27

    Okay I have deleted all of those two folders system32 and SysWOW64. I have disabled and deleted Tasks of Windows/gwx folder but as you can see I am not allowed to disable these tasks of Windows/GWX Triggers folder. I can't shutdown or restart my laptop as the task eng is preventing it each time. What can I do. This never happened before and I am sleepy. My problems are just as same as dancing leaves .
    Attached Thumbnails Attached Thumbnails Stopping GWX ConfigManager-capture.png  
    Last edited by Moho2511; 24 Jun 2015 at 15:33.
      My Computer


  8. Posts : 299
    Windows 7 x64 Pro
    Thread Starter
       #28

    Just an update: Several of the unwanted updates have reappeared despite being hidden. Clearly, MS has a way to ignore the 'hide this update' directive. Be careful!

    For those who care, here is my list of updates to eradicate: KB3068708, KB3065987, KB3035583, KB3022345, KB3021917, KB2990214, KB2952664
      My Computer


  9. Posts : 299
    Windows 7 x64 Pro
    Thread Starter
       #29

    The reason that the updates keep reappearing is that MS, in full evilness mode, republishes them with a new publication date. As such, previous attempts to block the update are bypassed.
      My Computer


  10. Posts : 1
    Windows 8.1 64-bits
       #30

    First time I compressed then deleted, but now thought than probably would need it so uninstalled and reinstalled which kinda got rid of reserving Windows 10 popup on Windows update.
    This time, instead of deleting, renamed... On GWX or GWX.exe's Properties, Security, Advanced, and Change link in front of Owner: (which in this case will be TrustedInstaller) and then do whatever you want, I personally renamed GWX.exe to GWX.reserved.exe
    To the ones who still have the popup of Windows 10 on Windows Update, try to reserve it, reinstall, it will disappear somehow.
    Hope it helps!
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:49.
Find Us