xRegistry: Fails to remove reg key when the Key is specified like 'HKEY_LOCAL_MACHINE' #444
Labels
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Details of the scenario you tried and the problem that is occurring
When deleting a registry key using the
xRegistry
resource, if we specify a traditional registry path likeHKEY_LOCAL_MACHINE\...
instead of a PSDrive style path, Then aProviderOperationExecutionFailure
error will be occured.Verbose logs showing the problem
Suggested solution to the issue
Fix
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
dev
The text was updated successfully, but these errors were encountered: