How to Install Windows 10 Updates Manually

Windows 10 is designed to be forced , χωρίς την δικής σας πρωτύτερη έγκριση. Συχνά μάλιστα κατεβάζουν τις ενημερώσεις τις πιο ακατάλληλες για εσάς στιγμές, τις εγκαθιστούν και προχωράνε σε επανεκκίνηση του υπολογιστή σας.

Only users of Enterprise versions of Windows 10 have the ability to control how updates are downloaded and installed. Home and Pro versions of Windows 10 are locked to receive updates whenever Microsoft decides to release one and air it.

From the beginning of Windows 10 a huge number of users, accustomed to , is not happy with this behavior. Below you will find a method that will allow you to install updates after you first check them. It will actually turn off automatic updates.

To install Windows 10 updates manually, do the following:
1. Open a new command prompt with Administrator rights.
2. Type or copy-paste the following command and execute it:

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

3. Now run the following command:

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

The above commands turn off automatic updates in all recent versions of Windows 10. This way, you will be able to check for updates and install them manually using the Windows 10 Settings application.

In short, you can go to Settings – All settings – Update and security – and click the "Check for Updates" button on the right. Alternatively, you can press Win + R at the same time and in the "Execute" window that will appear type this command to immediately start checking the update.

ms-settings: windowsupdate-action

How it works
All of the above trick targets the UpdateOrchestrator team. Details of this group can be found in the Windows 10 Task Schedule, specifically under the Library \ Microsoft \ Windows \ UpdateOrchestrator.

The task scheduler activates a special binary file, C:\Windows\System32\UsoClient.exe, which runs the update function in the background as well as restart the operating system when required.

By running the takeown command, you simply change the ownership status of this file, that is, who can call it and run it from the Trusted Installer group to the Administrators group.

The next command, ICACLS, removes system privileges , along with the permissions for the following groups: "Administrators" "Authenticated Users" "Users" and "System".

Thus, no one can start UsoClient.exe anymore, and so the operating system will not be able to automatically install updates or download them. But if you open the Settings app, you should still be able to control all of these tasks manually.

How to undo the change
To undo the changes you have made, do the following.

1. Open a new command prompt with Administrator privileges.
2. Type or copy-paste the following command and execute it:

icalcs "% windir% \ System32 \ UsoClient.exe" / reset

3. Restore the TrustedInstaller group to the UsoClient.exe file, although you can skip this step safely. To reset the owner, go to the file explorer in the file in question, right-click, click "Properties" after "Change" where it says the owner and in the new window that opens type "Enter the object name to select "NT Service \ TrustedInstaller" as the new owner name and press the OK button.

Note: This method may stop working at any time. Keep in mind that any major or minor updates to the Windows 10 operating system may change the way Windows 10 receives updates.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by Dimitris

Dimitris hates on Mondays .....

One Comment

Leave a Reply
  1. It is almost a fact that MS will change the settings with some renewal, to the extent that it sees that a large number of users exceed its silly setting to restart your system and dissolve everything. Whether they will leave the choice of the above commands for a long time is also a matter.

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).