This commit is contained in:
USER
2023-01-17 17:37:31 +00:00
commit c045419336
15 changed files with 156 additions and 0 deletions

20
base_Onboot.bat Normal file
View File

@ -0,0 +1,20 @@
@echo off
set C:\Scripts\wBase\baseENV.bat
@REM xxxxxxx
set LOCAL_ONBOOT=%LOCAL%\local_Onboot.bat
echo "base_Onboot: Started"
set SPEEDUP=C:\Scripts\NetworkScripts\SpeedUp.bat
call %TMESSAGE% '"%check_computername% Onboot starting "'
echo "Fixing time...."
call %BASE%baseFixTime.bat
call %TMESSAGE% '"...STARTED base %check_computername% "'
echo "base_Onboot: Finished"