Configuration Wizard (dsmicfgx.exe) may fail and exit at the “Instance User ID” configuration step
CTGRI0011E An error occurred when accessing the remote registry or service control manager. Hint: Some errors occur due to restrictions imposed by the User Account Control (UAC) settings. Review the UAC settings of the target and disable it.
Follow these steps:
1. Click Start, click Run, type “regedit”, and then press ENTER.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3. If the LocalAccountTokenFilterPolicy registry entry does not exist, follow these steps:
a. On the Edit menu, point to New, and then click DWORD Value.
b. Type LocalAccountTokenFilterPolicy, and then press ENTER.
4. Right-click LocalAccountTokenFilterPolicy, and then click “Modify”
5. In the Value data box, type 1, and then click OK.
6. Restart your computer.
Alternatively, you can modify the registry entry manually by typing the following command line (all in one single line) from an MS-DOS command prompt:
cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
Please take a backup of your Windows registry before implementing this! ***