Enable Remote Registry Access
The Remote Registry service must be running on the target machine. If the Remote register service is off, you will receive the following error:
Message not found for errorCode: 0xC0000034
or
Access is denied
By default Windows >= 7 systems will still deny remote access to the registry, even if the Remote Registry service is started.
To test this:
- Attempt to access the replica registry using Regedit on another machine.
- If you get an error similar to
Access is denied
, run PowerShell as an administrator on the replica, and executeEnable-PSRemoting
. - Restart the machine and try launching the replica again.