Skip to content

Commit

Permalink
Update set.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
caglaryalcin committed Aug 2, 2024
1 parent 5a8362c commit 7c21b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c21b90

Please sign in to comment.