5 lines
152 B
PowerShell
5 lines
152 B
PowerShell
# (Remediate_GenericRegistryChange.ps1)
|
|
# Modify a registry value
|
|
|
|
Set-ItemProperty -Path "HKLM:\Software\MyApp" -Name "MySetting" -Value "NewValue"
|