Windows 10: Stop Windows 10 Updates Properly and Completely

Discus and support Stop Windows 10 Updates Properly and Completely in Windows 10 Updates and Activation to solve the problem; Matthew, 1 I have never seen ● in a folder path. I do not know if that is going to introduce complications or not. 2 To run a batch file... Discussion in 'Windows 10 Updates and Activation' started by EdTittel, Feb 24, 2018.

  1. Try3 Win User

    Stop Windows 10 Updates Properly and Completely


    Matthew,

    1 I have never seen ● in a folder path. I do not know if that is going to introduce complications or not.

    2 To run a batch file minimised, you just create a shortcut to it and set the shortcut's properties [right-click, Properties, Run - Normal window, Maximised, Minimised]. You do not need the Start command to do this [although it does have other uses].

    3 There is something strange going on with links to specific posts. My link still takes me to post #33 but your link takes me to post #41.

    4 I would urge you to put all batch files, vbs files & other script files within a folder group to which you have applied protection by limiting the permissions to change anything to the Administrators group. This will allow you to run them without worrying that they might have been corrupted by malware since you last checked them. A procedure for doing so is in the explanatory pdf contained in the CustomMsgBox.zip file that I have given you a link to in my post #33.

    Denis
     
  2. Matthew Wai, Apr 28, 2018
    #62
  3. Try3 Win User
  4. Try3 Win User

    Stop Windows 10 Updates Properly and Completely

    Matthew,

    Check_update_settings.bat works [as does its vbs subroutine Update settings changed.vbs]
    - You do not pass arguments to your vbs subroutine so it shows the same message whether it is the metered check or the USOClient check that has failed.
    - If you look at the zip files I gave you links to, you will see some examples of passing arguments from batch files to vbs files.

    I have not run Check for updates.vbs.
    - I will only consider doing so if I can check where the code came from and can read reviews by people I trust about this procedure.
    - So if the Sub Check_for_updates section of the code came from somewhere in TenForums please tell me where.
    - I would almost certainly feel the need to restore a system image afterwards to make sure that there were no hidden side-effects of running the procedure you suggest. So testing alternative procedures of running updates takes significantly longer than the time taken by the test alone.
    - I do not feel any motivation for testing a WU utility that does not achieve what my current scheme achieves.

    I have reliable anti-Windows update settings [metered connections, USOClient disabled] and I generally use PSWU to list updates then go to the MS update catalog to download them.
    - There's an explanation of PSWU somewhere in TenForums - it is a PowerShell utility that can list updates or download them or download & install them].
    - I also use the WUMiniTool because it is very handy for grabbing update installation files for items I cannot find in the MS update catalog. There have recently, for example, been a couple of Windows defender platform updates that could only be obtained through WU so the WUMiniTool allowed me to get hold of them.
    I have four computers and use my mobile phone as my internet connection. I can never waste my internet data allowance by separately downloading updates for each computer when it is possible to download them once for them all [or twice if there are separate x86 versions as my oldest computer is 32 bit].

    Your links to posts in this thread have -4 stuck on the end of the thread's url. It might be this that stops me using those links. Your last one took me to post #41 again.
    Stop Windows 10 Updates Properly and Completely
    instead of
    Stop Windows 10 Updates Properly and Completely
    which does take me to post #31. Note that TenForums threads do not use the same page numbers for everybody because user's profiles include a setting for how long each page can be. I have mine set to the longest setting so this current thread only has 2 pages for me.

    Denis
     
  5. I downloaded "CheckUpdates.vbs" from VB Script to Check, Download, and Install Windows Updates from Microsoft
    Then I modified it, which became "Check for updates.vbs", which will only check for updates but not download and install them.
     
    Matthew Wai, Apr 29, 2018
    #65
  6. Try the following VBScript, which will only check whether connection is available.
    Code: Option Explicit Dim Test, Result Set Test = GetObject("winmgmts:{impersonationLevel=impersonate}!\\").ExecQuery _ ("select * from Win32_PingStatus where address = 'www.msftconnecttest.com'") For Each Result in Test If Result.Statuscode = 0 Then Call Connection_is_available Wscript.quit Else result = MsgBox (_ "Internet connection is unavailable.",64,_ "Attention, please!") End If Next Sub Connection_is_available MsgBox _ "Internet connection is available.",64,_ "Attention, please!" End Sub[/quote]
     
    Matthew Wai, Apr 29, 2018
    #66
  7. Matthew Wai, Apr 29, 2018
    #67
  8. Try3 Win User

    Stop Windows 10 Updates Properly and Completely

  9. How can I find where it is?

    I think the problem was caused by the setting below.
     
    Matthew Wai, Apr 29, 2018
    #69
Thema:

Stop Windows 10 Updates Properly and Completely

Loading...
  1. Stop Windows 10 Updates Properly and Completely - Similar Threads - Stop Updates Properly

  2. Updates completely stopped working.

    in Windows 10 Installation and Upgrade
    Updates completely stopped working.: After AI installed on my computer Updates completely stopped working. Cannot get History. Troubleshooter cannot find the issue.* Changed to a question https://answers.microsoft.com/en-us/windows/forum/all/updates-completely-stopped-working/8874ea56-49f9-42e0-be4e-c2004cfcac01
  3. Updates completely stopped working.

    in Windows 10 Gaming
    Updates completely stopped working.: After AI installed on my computer Updates completely stopped working. Cannot get History. Troubleshooter cannot find the issue. https://answers.microsoft.com/en-us/windows/forum/all/updates-completely-stopped-working/8874ea56-49f9-42e0-be4e-c2004cfcac01
  4. Updates completely stopped working.

    in Windows 10 Software and Apps
    Updates completely stopped working.: After AI installed on my computer Updates completely stopped working. Cannot get History. Troubleshooter cannot find the issue. https://answers.microsoft.com/en-us/windows/forum/all/updates-completely-stopped-working/8874ea56-49f9-42e0-be4e-c2004cfcac01
  5. Updates completely stopped working.

    in Windows 10 Installation and Upgrade
    Updates completely stopped working.: After AI installed on my computer Updates completely stopped working. Cannot get History. Troubleshooter cannot find the issue. https://answers.microsoft.com/en-us/windows/forum/all/updates-completely-stopped-working/8874ea56-49f9-42e0-be4e-c2004cfcac01
  6. Window 10 update not completed

    in Windows 10 Installation and Upgrade
    Window 10 update not completed: Hi, I have tried to update the windows 10 latest version in my Laptop but unable to do so, the installation percentage showing 99% since past 24 hrs, how do I fix the issue please let me know. Note - I have install Windows Assistant...
  7. Windows 10 update will not complete

    in Windows 10 Installation and Upgrade
    Windows 10 update will not complete: I had to reload windows on my computer and it is operational and functional but there are a lot of updates to be applied. It downloads and runs but never completes. It sits at 99% on Getting your update ready. I leave it overnight and it never completes. I reboot and...
  8. Windows 10 Home Edition v2018 - STOP WINDOWS UPDATE COMPLETELY

    in Windows 10 Installation and Upgrade
    Windows 10 Home Edition v2018 - STOP WINDOWS UPDATE COMPLETELY: Hi I have Windows 10 Home Edition v2018 How do I stop windows update ? every single time i restart my laptop , The windows update starts runs for 20 minutes completes and than upon restart i get message sorry we couldnt complete the updates and than another 20 minutes...
  9. Windows 10 will not complete updates

    in Windows 10 Installation and Upgrade
    Windows 10 will not complete updates: Ver: 1803, build: 17134.345 Windows Update tells me that my device is missing important security and quality fixes. When check for updates is selected, it cannot find anything to update. Is this a new bug that is being worked on or a hidden check box that I'm not aware of?...
  10. How to Stop the Updates.......... Completely

    in Windows 10 Updates and Activation
    How to Stop the Updates.......... Completely: Good afternoon, How do I get the updates to stop. I want to do a COMPLETE stop of the updates. 106312