[SOLVED] Can't install any Windows Updates anymore (Win 11)

Please run the following command to determine which Adminstrator account is currently in use:
Code:
wmic useraccount get name,sid

Then remove the the duplicate SID from the registry and rename the profile folder to admin.old or something else.
Rich (BB code):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2166086994-2776305065-2847648681-500
    ProfileImagePath    REG_EXPAND_SZ    C:\Users\Administrator

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2835564740-1010704931-13409515-500
    ProfileImagePath    REG_EXPAND_SZ    C:\Users\administrator
 
Problem solved, updates have been successfully installed!

Many, many thanks for your help!!!
 
You're welcome. Glad to hear the upgrade to 24H2 installed successfully this time.(y)
I will mark this thread as solved.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top