Unable to Disable Windows 10 Update.

Page 2 of 2 FirstFirst 12

  1. Posts : 5,492
    Windows 11 Home
       #11

    Matthew Wai said:
    It might require Group Policy Editor, which is absent from Home.
    I have not really checked those, but most people say they work.
    I use my own method on Home (disabling auto-checking for updates).
    Code:
    takeown /f "%WINDIR%\System32\UsoClient.exe" /a
    icacls "%WINDIR%\System32\UsoClient.exe" /inheritance:r /grant:r Administrators:F /c
    icacls "%WINDIR%\System32\UsoClient.exe" /remove "Administrators"
      My Computer


  2. Posts : 5
    Windows 10
    Thread Starter
       #12

    TairikuOkami said:
    I have not really checked those, but most people say they work.
    I use my own method on Home (disabling auto-checking for updates).
    Code:
    takeown /f "%WINDIR%\System32\UsoClient.exe" /a
    icacls "%WINDIR%\System32\UsoClient.exe" /inheritance:r /grant:r Administrators:F /c
    icacls "%WINDIR%\System32\UsoClient.exe" /remove "Administrators"
    where do I paste them and click enter?
      My Computer


  3. Posts : 5,492
    Windows 11 Home
       #13

    samfernendaze said:
    where do I paste them and click enter?
    Into CMD as admin. If you do not have English version, "Administrators" might need to be in your language.
      My Computer


  4. Posts : 5
    Windows 10
    Thread Starter
       #14

    TairikuOkami said:
    Into CMD as admin. If you do not have English version, "Administrators" might need to be in your language.
    Open CMD and paste the entire thing?
    Theres a C://*********/ashra(user)/ something like that.
      My Computer


  5. Posts : 7,631
    Windows 10 Home 20H2
       #15

    In an elevated Command Prompt, run the following commands one by one:

    takeown /f "%WINDIR%\System32\UsoClient.exe" /a

    icacls "%WINDIR%\System32\UsoClient.exe" /inheritance:r /remove "Administrators" "Authenticated Users" "Users" "System"

    Alternatively, run "Disable hijackers" downloaded from Microsoft OneDrive - Access files anywhere. Create docs with free Office Online.
      My Computer


  6. Posts : 6
    Windows 10
       #16

    Hi !
    take a look at this How to stop automatic updates in Windows 10 - Microsoft Community
    this might help
    Arso
      My Computer


  7. Posts : 7,631
    Windows 10 Home 20H2
       #17

    I have long since disabled UsoClient.exe, but Windows Updates says "Last checked: Yesterday, 18:25" although I did not click on "Check for updates" yesterday.
    The screenshot below was taken a few minutes ago (12-11-2018).

    Unable to Disable Windows 10 Update.-2018-11-12.jpg

    "0x41303" denotes "The task has not yet run".
    "0x80070005" denotes "Access is denied".
      My Computer


  8. Posts : 5,492
    Windows 11 Home
       #18

    The task did not run, but something else initiated the scan. Some AVs perform vulnerability scan and when they detect an outdated Windows, they update it. There are also Windows Defender and store updates.

    You could deny access to all users, but then even manual scan would fail and you would have to download and install all updates manually. There are also many other work-arounds to break WU, like:

    Code:
    Remove SoftwareDistribution folder and create a nonexistent symlink, updates will always fail
    taskkill /im TiWorker.exe /f
    net stop wuauserv /y
    rd "%WINDIR%\SoftwareDistribution" /s /q
    mklink /d "%WINDIR%\SoftwareDistribution" "X:\SoftwareDistribution"
    Or simply block svchost.exe in the firewall, but that will also prevent updating certificates!
      My Computer


  9. Posts : 7,631
    Windows 10 Home 20H2
       #19

    Do you mean your above codes will not cause the following?

    TairikuOkami said:
    even manual scan would fail and you would have to download and install all updates manually
      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 07:34.
Find Us




Windows 10 Forums