diff --git a/set.psm1 b/set.psm1 index 4676168..64d52c0 100644 --- a/set.psm1 +++ b/set.psm1 @@ -1898,6 +1898,7 @@ Function SystemSettings { } Set-ItemProperty -Path "$keyPath\$subKey" -Name $propertyName -Value $propertyValue -Type DWord + Write-Host "[DONE]" -ForegroundColor Green -BackgroundColor Black } catch { Write-Host "[WARNING] $_" -ForegroundColor Red -BackgroundColor Black