Hi,
Okay, but is seems there's a problem with the WID service since it is is not listed, please run the following commands to see if the "MSSQL$MICROSOFT##WID" profile and service exist.
Okay, but is seems there's a problem with the WID service since it is is not listed, please run the following commands to see if the "MSSQL$MICROSOFT##WID" profile and service exist.
Code:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /s > "%userprofile%\desktop\ProfileList.txt"
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"