function Get-RegValue([String] $KeyPath, [String] $ValueName) { (Get-ItemProperty -LiteralPath $KeyPath -Name $ValueName).$ValueName }
確定! 回上一頁