LANCommander/LANCommander.Server/Snippets/Examples/Set Registry Key.ps1
2024-08-04 18:44:33 -05:00

2 lines
No EOL
146 B
PowerShell

# Creates or updates a key in the registry
New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\<Path>" -Name "KeyName" -Value "New Value" -Force