added log message

This commit is contained in:
2021-03-22 15:43:23 -04:00
parent da1479b96b
commit 6230c962d6
+1
View File
@@ -5,3 +5,4 @@ If ( !((Get-ItemProperty -Path $REG_PATH -Name $REG_PROP -ErrorAction SilentlyCo
Try { New-ItemProperty -Path $REG_PATH -Name $REG_PROP -PropertyType DWord -Value 1 | Out-Null }
Catch { LogErr $_.Exception.Message }
}
Else { LogMsg "The registry path already exists: ""${REG_PATH}\${REG_PROP}""" }