LANCommander/LANCommander.Server/Snippets/Examples/Set Registry Key.ps1
2024-09-17 18:14:19 -05:00

1 line
No EOL
127 B
PowerShell

New-ItemProperty -Path "registry::\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\<Path>" -Name "KeyName" -Value "New Value" -Force