Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPosh
2.9.9
Public/Xpand/Get-XpandPath.ps1
function
Get-XpandPath
(
)
{
(
Get-ItemProperty
-Path
'HKLM:\SOFTWARE\Wow6432node\Microsoft\.NETFramework\AssemblyFolders\Xpand'
)
.
'(default)'
}