Fixed Typo - Patches Path
This commit is contained in:
parent
74e1c3cc30
commit
2071fc7af0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user