I have created a workaround for this problem.
It’s working now for me.
IF you are running Windows10 on a 32-bit machine.
It involves creating (by exporting) and prepping (by editing) a scriptfile.
This will enable you to add the missing info into the Windows10 register (32-bit machine).
WARNING: Always Backup your entire registry FIRST!
START YOUR REGISTRY EDITOR APP
From the Start menu, type regedit.exe in the search box, and then press Enter.
If you are prompted for an administrator password, or for confirmation, type the password, or provide confirmation.
When your Registry Editor app is running…
Locate the 1st entry (Computer). It’s on the left of the Registry Editor.
Right-click the entry.
Click Export.
A dialog box pops up.
In the Export Registry File dialog box, select a location to save the backup copy, and then type a name (eg EntireRegistrybackup)
in the File name field.
Click Save.
BACKUP THE WOW6432Node key…
Double-click on the registry key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node
Click Export.
In the Export Registry File dialog box, select a location to save the backup copy, and then type a name (eg WOWbackup)
in the File name field.
Click Save.
BACKUP THE EdgeUpdate key…
Double-click on the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate
Click Export.
In the Export Registry File dialog box, select a location to save the backup copy, and then type a name (eg EdgeUpdatebackup) for the backup file in the File name field.
Click Save.
CREATE A SCRIPT FILE
Make a copy of the EdgeUpdatebackup file and name this copy “WorkingScript” (sans quotes)
PREP THE SCRIPT FILE
Using Notepad, open and edit the “WorkingScript” file and…
Replace all instances of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate with
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate
Click Save.
USE THE SCRIPT TO ADD MISSING INFO TO THE REGISTER
Double-click on the “WorkingScript.reg” file.
This will place the info in the WOW6432Node.
EOF
Regards Yer