mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-03 19:53:50 -05:00
remove trailing whitespaces
THX to Mr.K :)
This commit is contained in:
@ -27,7 +27,7 @@ function Invoke-WPFFeatureInstall {
|
||||
|
||||
$sync.ProcessRunning = $false
|
||||
$sync.form.Dispatcher.Invoke([action]{ Set-WinUtilTaskbaritem -state "None" -overlay "checkmark" })
|
||||
|
||||
|
||||
Write-Host "==================================="
|
||||
Write-Host "--- Features are Installed ---"
|
||||
Write-Host "--- A Reboot may be required ---"
|
||||
|
@ -28,9 +28,9 @@ function Invoke-WPFShortcut {
|
||||
else{
|
||||
$shell = "powershell.exe"
|
||||
}
|
||||
|
||||
|
||||
$shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://christitus.com/win | iex`"`'"
|
||||
|
||||
|
||||
$DestinationName = "WinUtil.lnk"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user