From 948b6e5c3cc2dbcc4ca24108649bb0b9a3c1e218 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:07:40 +0200 Subject: [PATCH 1/2] open Cmd as Administrator https://github.com/MicrosoftDocs/windows-itpro-docs/issues/9075 --- windows/deployment/update/windows-update-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/windows-update-resources.md b/windows/deployment/update/windows-update-resources.md index ae68206cec..439b4f04e7 100644 --- a/windows/deployment/update/windows-update-resources.md +++ b/windows/deployment/update/windows-update-resources.md @@ -38,7 +38,7 @@ The following resources provide additional information about using Windows Updat ## Reset Windows Update components manually -1. Open a Windows command prompt. To open a command prompt, click **Start > Run**. Copy and paste (or type) the following command and then press ENTER: +1. Open a Windows command prompt as Administrator. To open a command prompt as Administrator, click **Start > Run**. Copy and paste (or type) the following command and then press Ctrl+Shift+Enter to run the command as an Administrator: ``` console cmd ``` From df2e0e01c8268b4acc8ced552f4cb34b6bed995e Mon Sep 17 00:00:00 2001 From: Jaime Ondrusek Date: Fri, 5 Mar 2021 10:55:16 -0700 Subject: [PATCH 2/2] Update windows-update-resources.md Simplified. --- windows/deployment/update/windows-update-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/windows-update-resources.md b/windows/deployment/update/windows-update-resources.md index 439b4f04e7..364700c9e3 100644 --- a/windows/deployment/update/windows-update-resources.md +++ b/windows/deployment/update/windows-update-resources.md @@ -38,7 +38,7 @@ The following resources provide additional information about using Windows Updat ## Reset Windows Update components manually -1. Open a Windows command prompt as Administrator. To open a command prompt as Administrator, click **Start > Run**. Copy and paste (or type) the following command and then press Ctrl+Shift+Enter to run the command as an Administrator: +1. Open a Windows command prompt as Administrator, and then run this command: ``` console cmd ```