Just as a precaution, it is always a good idea to back up Windows Registry and create a restore point. If anything bad happens, you can easily restore your system by restoring the backup or the restore point.

Add Check for Updates Option to Desktop Context Menu

Like many things, you need to modify the Windows Registry to add the “Check for Updates” option to the Desktop context menu. To start, press “Win + R,” type regedit and press the Enter button. Alternatively, you can also search for it in the Start menu.

The above action will open Windows Registry. Here, copy the below path, paste it in the Registry Editor’s address bar and press the Enter button. As soon as you press the Enter button, you will be taken to the key you need to edit.

Now we need to create a couple of keys. Right-click on the “Shell” key and select the option “New” and then “Key.”

Name the new key as “Check for Updates” and press the Enter button. This is the name that appears in the desktop context menu. You can customize it to meet your needs.

Again, right-click on the newly created key and select “New -> Key.”

Name the new key as “command” and press the Enter button to set the name.

After creating the keys, we need to point them to the update option in the Windows 10 Settings app. We can do that using a specific URI. To do that, make sure that the “Check for Updates” key is selected and then select the option “New -> String Value” from the right-click context menu in the right panel.

Name the new String Value as “SettingsURI” and press Enter.

Double-click on the newly created value to open the “Edit Value” window. Enter ms-settings:windowsupdate-action  in the “Value Data” field and click on the “OK” button to save the changes.

Now, select the “command” key appearing in the left pane, right-click on the right panel and select the option “New -> String Value.”

Name the new String value as “DelegateExecute” and press Enter to save the changes.

To change the value data, double-click on the newly created value, enter the below value in the blank field and click on the “OK” button to save the changes.

As soon as you are done with the above changes, you will see a new option, “Check for Updates,” added to the desktop context menu. Restart the system if you don’t see the new option. Selecting the option will automatically open the Settings app and trigger the “Check for Updates” option.

This step is completely optional, but you can make the desktop context menu listing a bit nicer by adding an icon to it. To add the icon, select the “Check for Updates” key, right-click on the right panel and select the option “New -> String Value.”

Name the new String value “Icon.” Double-click on the value, enter the following path in the Value Data field and click on the “OK” button to save the changes.

That’s all there is to do. You will see a nice icon right before “Check for Updates” option in the desktop context menu.

Do comment below sharing your thoughts and experiences about using the above method to add the “Check for Updates” option to the desktop context menu.