0 Answers
PS> Get-ItemProperty -Path HKCU: -Name testKey
testKey : {80, 83, 116, 105...}
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\
PSParentPath :
PSChildName : HKEY_CURRENT_USER
PSDrive : HKCU
PSProvider : Microsoft.PowerShell.Core\Registry
PS> (Get-ItemProperty -Path HKCU: ).testKey
80
83
116
105
112
115
46
78
69
84
PS C:\Users\libao> [char[]]((Get-ItemProperty -Path HKCU: ).testKey)
P
S
t
i
p
s
.
N
E
T
PS C:\Users\libao> [char[]]((Get-ItemProperty -Path HKCU: ).testKey) -join '
PStips.NET
谢谢您,Mooser Lee,问题顺利解决
请定位个数据源,要输出的格式。