Remove All Trailing Whitespace Characters in '.ps1' Files

This commit is contained in:
Mr.k
2024-06-23 09:01:57 +03:00
parent 864f063878
commit c8a448d465
28 changed files with 165 additions and 165 deletions

View File

@ -50,7 +50,7 @@ function Invoke-WinUtilTweaks {
Write-Debug "KeepServiceStartup is $KeepServiceStartup"
$sync.configs.tweaks.$CheckBox.service | ForEach-Object {
$changeservice = $true
# The check for !($undo) is required, without it the script will throw an error for accessing unavailable memeber, which's the 'OriginalService' Property
if($KeepServiceStartup -AND !($undo)) {
try {