BrianDrab
Emeritus
Excellent. Do the following.
Enable Windows Update
1. Click your Start button and type cmd.exe into the search box.
2. Right-click on cmd that comes up in the search results and select Run as administrator. Click Continue if prompted with the User Account Control dialog.
3. Copy/Paste the following into the command-prompt window and hit enter. Note: You will have to right-click your mouse in the command-prompt window and select paste. You can't use the keyboard shortcuts.
sc config wuauserv start= delayed-auto && sc start wuauserv
4. You should see something similar to the following. The important parts are in Red. If you see this, you did it correctly.
Enable Windows Update
1. Click your Start button and type cmd.exe into the search box.
2. Right-click on cmd that comes up in the search results and select Run as administrator. Click Continue if prompted with the User Account Control dialog.
3. Copy/Paste the following into the command-prompt window and hit enter. Note: You will have to right-click your mouse in the command-prompt window and select paste. You can't use the keyboard shortcuts.
sc config wuauserv start= delayed-auto && sc start wuauserv
4. You should see something similar to the following. The important parts are in Red. If you see this, you did it correctly.
Code:
[SC] ChangeServiceConfig [COLOR=#ff0000]SUCCESS[/COLOR]
SERVICE_NAME: wuauserv
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 2 [COLOR=#ff0000]START_PENDING[/COLOR]
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
PID : 1136
FLAGS :