diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index b59f633..844128c 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -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"