Stop Windows 10 Updates Properly and Completely

Page 31 of 37 FirstFirst ... 212930313233 ... LastLast

  1. Posts : 38
    WinDoze 10 Home
       #301

    Matthew Wai said:
    Please run the "# Show_update_titles.vbs" file in this zipped file and post a screenshot of the result showing the update title. Also specify what updates have been hidden via Windows Update MiniTool. There are times when my VBScript and WUMT get different results.
    Matthew here is the Available updates file and my hidden updates


    EDIT - Oh I just saw that the updates shown in your Available updates text file is one of my hidden updates (which I read up about and was not 100% convinced that it was OK) So I assume that MS is just serving it up again possibly?
    Attached Thumbnails Attached Thumbnails Stop Windows 10 Updates Properly and Completely-matthew_1.png   Stop Windows 10 Updates Properly and Completely-available-updates.png  
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #302

    Pedro147 said:
    @Matthew Wai is also rightfully credited with being the author of his fork of the script and also the Check_for_updates.vbs script.
    Disclaimer: the key commands used in the script were copied from Microsoft Docs. Matthew Wai is in no way responsible for the accuracy of the search results. The underlying Windows Update Agent APIs are supported by Microsoft.

    Pedro147 said:
    the updates shown in your Available updates text file is one of my hidden updates
    2018-12 Update for Windows 10 Version 1703 for x64-based Systems (KB4023057)
    2019-01 Update for Windows 10 Version 1703 for x64-based Systems (KB4023057)

    You have hidden the new version, but the VBScript can still find the old version. I don't know why, as I am no expert. The solution is to exclude the old one from the updates found by the VBScript. Open this folder: C:\Windows\Script\ and right-click on "Check_for_updates"-->"Edit". Under the line "Set Title = Result.Updates.Item (Number)", add the following line:
    If instr (Title, "2018-12 Update for Windows 10 Version 1703 for x64-based Systems (KB4023057)") <> 0 Then Total = Total - 1
    The blue part in quotes must be identical to the title shown in "Available update.txt". Just copy and paste.

    pf100 said:
    The latest v2.5.5 is way better than any previous versions because it creates (if it doesn't exist) and removes permissions from the folders "%systemroot%\UpdateAssistant", "%systemroot%\UpdateAssistantV2", and "%ProgramFiles%\rempl". That way, if a new update tries to install Windows Update Assistant, it's impossible. That's why you don't need to run the script anymore after an update.
    The above feature has been added into "Disable hijackers.cmd", so I advise Pedro147 to run it again, once and for all. I have also added "metered connection", which can stop Cumulative Updates and Features Updates according to How to REALLY stop Win10 from auto updating? - Page 2 - Windows 10 Forums.
    Anyway, play it safe and hide unwanted updates as soon as they have been found.

    pf100 said:
    He told me I was playing with fire
    Strictly speaking, in terms of security, running a script by an online stranger is indeed playing with fire.
    Last edited by Matthew Wai; 04 Feb 2019 at 04:32.
      My Computer


  3. Posts : 7,607
    Windows 10 Home 20H2
       #303

    pf100 said:
    There's no other way that I know of to allow notifications without checking for updates first.
    I think you are right. Yesterday, I hid the update. Today, I have run my VBScript but not clicked on "Check for updates". The result is shown below:
    Attached Thumbnails Attached Thumbnails Stop Windows 10 Updates Properly and Completely-yourre-up-date.jpg  
      My Computer


  4. Posts : 38
    WinDoze 10 Home
       #304

    Matthew Wai said:
    You have hidden the new version, but the VBScript can still find the old version. I don't know why, as I am no expert. The solution is to exclude the old one from the updates found by the VBScript. Open this folder: C:\Windows\Script\ and right-click on "Check_for_updates"-->"Edit". Under the line "Set Title = Result.Updates.Item (Number)", add the following line:
    If instr (Title, "2018-12 Update for Windows 10 Version 1703 for x64-based Systems (KB4023057)") <> 0 Then Total = Total - 1
    The blue part in quotes must be identical to the title shown in "Available update.txt". Just copy and paste.

    The above feature has been added into "Disable hijackers.cmd", so I advise Pedro147 to run it again, once and for all. I have also added "metered connection", which can stop Cumulative Updates and Features Updates according to How to REALLY stop Win10 from auto updating? - Page 2 - Windows 10 Forums.
    Anyway, play it safe and hide unwanted updates as soon as they have been found.
    I went to edit that file but it would not let me save it. I am admin so I went to Properties > Security and checked that I had full permission. I did not so I gave myself full control but it still would not let me save the edited vbs script. I restarted the computer just in case but no change The only permissions that I cannot give myself is special permission as it is greyed out.

    When you say "The above feature has been added into "Disable hijackers.cmd" where can I download this latest version please Matthew ? Thanks again
    Last edited by Pedro147; 04 Feb 2019 at 18:09.
      My Computer


  5. Posts : 98
    Windows 10
       #305

    Pedro147 said:
    I went to edit that file but it would not let me save it.
    Open notepad++ or whatever editor you're using as administrator, and edit it that way. Or copy the file to your desktop, edit it, and move the edited file back to the original folder.
      My Computer


  6. Posts : 38
    WinDoze 10 Home
       #306

    That did the business

    Thanks @pf100 now I really should have thought of that

    @Matthew Wai - I edited that vbs script and ran check for updates in the WUMT window and this is what I got again. So when it says

    [2:10:59 PM]: Searching for updates
    [2:11:10 PM]: Searching for updates: Succeeded

    does that mean that it searched and there is no updates to review ? Once again sorry to be so clueless :)

    I ran the WUMT from that latest Matthew's Preferences folder that you linked me to yesterday but it gave me the same result
    Attached Thumbnails Attached Thumbnails Stop Windows 10 Updates Properly and Completely-matthew-edited-vbs.png  
    Last edited by Pedro147; 04 Feb 2019 at 22:21.
      My Computer


  7. Posts : 7,607
    Windows 10 Home 20H2
       #307

    Pedro147 said:
    does that mean that it searched and there is no updates to review ?
    Yes. There are no new updates.

    Pedro147 said:
    I ran the WUMT from that latest Matthew's Preferences folder that you linked me to yesterday but it gave me the same result
    The latest version refers to “Disable hijackers.cmd” rather than WUMT, which has not been updated since 2016.

    Pedro147 said:
    where can I download this latest version please Matthew ?
    You already downloaded it when you clicked on the hypertext in the quote box in your post #301 above.
      My Computer


  8. Posts : 38
    WinDoze 10 Home
       #308

    Thanks for the help again @Matthew Wai
      My Computer


  9. Posts : 7,607
    Windows 10 Home 20H2
       #309

    pf100 said:
    The second code example will not create the tasks in an Asian path name (like 下载)
    Click here to download "An Asian path name.vbs" and save it to a "下载" folder.
    Run the VBScript to create "...\下载\Portable\WUMT Wrapper Script\WDU.xml".
    Open the "WDU.xml" file. An Asian path name is there.

    Pedro147 said:
    Thanks for the help again @Matthew Wai
    You are welcome. Have you run the updated version of "Disable hijackers.cmd"?
      My Computer


  10. Posts : 38
    WinDoze 10 Home
       #310

    Matthew Wai said:
    Click here to download "An Asian path name.vbs" and save it to a "下载" folder.
    Run the VBScript to create "...\下载\Portable\WUMT Wrapper Script\WDU.xml".
    Open the "WDU.xml" file. An Asian path name is there.


    You are welcome. Have you run the updated version of "Disable hijackers.cmd"?
    OK thanks for the reminder that there was this new script. I will run it when I get to work shortly.

    The Asian path name package is for what sorry ?
      My Computer


 

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

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




Windows 10 Forums