Powershell将随机符号添加到注册表值?

时间:2018-01-19 10:24:55

标签: powershell

我有一个PowerShell脚本,可以在某个位置添加字符串值:

Push-Location
Set-Location HKCU:
New-ItemProperty  -Path  
SOFTWARE\Microsoft\Office\16.0\Common\Security\Crypto\EscrowCerts -Name 
"EscrowCert01" -Value '‎02 ee 7f'  -PropertyType "String"

它有效,增加了价值。但是,在字符串的开头添加了三个符号。

Unwanted Symbols

有没有办法阻止这种情况发生?

0 个答案:

没有答案