first commit

This commit is contained in:
USER
2023-01-17 23:15:21 +00:00
commit 773c15c6ce
27 changed files with 1059 additions and 0 deletions

21
archive/vLastBoot.bat Normal file
View File

@ -0,0 +1,21 @@
@echo off
set myname=%COMPUTERNAME%
echo "Found computer %myname%"
set EXE="%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe"
set TEMPLATE="C:\Scripts\AddPrinters.ps1"
set VSETINFO="C:\Scripts\vSetInfo.bat"
set VSYNCTHING="C:\Scripts\vSyncthing.bat"
set VCLEANAPPS="C:\Scripts\CleaningScripts\CleanApps.bat"
set VSPEEDUP="C:\Scripts\NetworkScripts\SpeedUp.bat"
set VLOGON="C:\Scripts\vLogon.bat"
set LASTBOOTPS="C:\Scripts\LastBoot.ps1"
echo "vLastBoot: Start"
%EXE% -ExecutionPolicy Bypass -File %LASTBOOTPS%
echo "vLastBoot: Finished"