How to set a registry key value?Set-ItemProperty -Path "HKLM:\Path\To\Key" -Name ValueName -Value NewValue
コメント