2
0

Fixed Typo - Patches Path

This commit is contained in:
scarrington 2025-01-16 13:03:56 -06:00
parent 74e1c3cc30
commit 2071fc7af0

View File

@ -88,7 +88,7 @@ echo Successfully Copied Login Scripts...
:: Add Scheduled Tasks
echo Adding Scheduled Tasks to the System...
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Windows\Add-System-Sched-Task.ps1"
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Patches\Windows\Add-System-Sched-Task.ps1"
echo Successfully Added System Scheduled Task at Login for All Users...
:: Remove Leftovers
@ -98,7 +98,7 @@ powershell Remove-Item -Path 'C:\Scripts\Software\gcpwstandaloneenterprise64.exe
:: Set Scripts Folder to Hidden
echo Hiding Scripts Folder...
powershell (Get-Item "C:\Path\To\Your\Folder").Attributes = "Hidden"
powershell (Get-Item "C:\Scripts").Attributes = "Hidden"
:: Perform Windows Updates
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Patches\Windows\Initial-Windows-Updates.ps1"