我有一个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"
它有效,增加了价值。但是,在字符串的开头添加了三个符号。
有没有办法阻止这种情况发生?