That is unusual, as the Pro 64-bit version ought to contain two registry keys in relation to Windows Update.
There are two methods you could consider at this point:
- Using the Group Policy Editor to adjust the settings
- Merging some new keys into the Registry with correct DWORD values
Happy to explain how to use the Group Policy Editor, but for now let's try the simpler merge option:
- Open a Notepad file and copy the following five lines of instruction into it:
Registry Editor Version 5
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000002
That DWORD AU Options has four settings:
- 2 (To notify for download and notify for install)
- 3 (To auto download and notify for install)
- 4 (To auto download and schedule the install)
- 5 (To allow local admin to choose setting)
If you prefer 3, 4 or 5 as the option then in the Notepad change both "AUOptions". For example if you wanted option 5 then change like so: "AUOptions"-dword:00000005
- Now in Notepad click File | Save As
- In the left pane select Desktop as location to save to
- Next to "File name" type update.reg
- Next to "Save as type" use the drop arrow to choose All files
- Click the Save button
- Next go to desktop and right click on the update.reg file you just created | select Merge
- An alert will pop up click yes
- Another alert will pop up click yes
- Finally click OK
- Reboot computer for changes to take affect.
Let me know if the issue is resolved. If not I'll explain the Group Policy Editor and how to make changes there.
Regards,
Regedit32