Fix whitespace and compile formatting

This commit is contained in:
Chris Titus Tech
2026-01-08 09:01:34 -06:00
parent 644fa3975a
commit 148360305c
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ function Install-WinUtilChoco {
if ((Test-WinUtilPackageManager -choco) -eq "installed") {
return
}
Write-Host "Chocolatey is not installed, installing now."
Invoke-WebRequest -Uri https://community.chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression
}

View File

@@ -24,10 +24,10 @@ function Invoke-WPFUpdatesdisable {
Write-Host "Disabled wuauserv Service"
Set-Service -Name wuauserv -StartupType Disabled
Write-Host "Disabled UsoSvc Service"
Set-Service -Name UsoSvc -StartupType Disabled
Write-Host "Disabled WaaSMedicSvc Service"
Set-Service -Name WaaSMedicSvc -StartupType Disabled