Skip to content

Commit

Permalink
don't disable windows update on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 22, 2024
1 parent 5dc5795 commit 57920a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/requisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Internet Explorer\Main" -Name "
Write-Output "IE first run welcome screen has been disabled."

Write-Output 'Setting Windows Update service to Manual startup type.'
Start-Process -FilePath "powershell.exe" -ArgumentList "Set-Service -Name wuauserv -StartupType Manual"
if ($firstrun -ne 'yes') { Start-Process -FilePath "powershell.exe" -ArgumentList "Set-Service -Name wuauserv -StartupType Manual" }

#Write-Output "Set DNS to Privacy"
#
Expand Down

0 comments on commit 57920a7

Please sign in to comment.