Summary: Convert a Windows PowerShell path to a standard path.
How can I convert a Windows PowerShell registry provider path to a standard registry path?
Use the Convert-Path cmdlet, for example:
Convert-Path HKLM:\SOFTWARE\Microsoft
Summary: Convert a Windows PowerShell path to a standard path.
How can I convert a Windows PowerShell registry provider path to a standard registry path?
Use the Convert-Path cmdlet, for example:
Convert-Path HKLM:\SOFTWARE\Microsoft