added files and folders

This commit is contained in:
2023-03-05 21:08:50 -06:00
parent 68e1aeeb19
commit bd986b58f0
124 changed files with 2510 additions and 0 deletions

17
StartOpenVPNatBoot.bat Normal file
View File

@@ -0,0 +1,17 @@
timeout 30 >nul
start /wait cmd /c "D:\Scripts\StopDownloaders.bat"
cd \
openvpn-gui.exe --command disconnect_all
taskkill /f /im "openvpn-gui.exe"
taskkill /f /im "openvpn.exe"
taskkill /f /im "openvpnserv.exe"
net stop "OpenVPNServiceInteractive"
net stop "OpenVPNServiceLegacy"
net stop "OpenVPNService"
timeout 10 >nul
ipconfig /flushdns
start openvpn-gui.exe --connect "USMidwest.ovpn"
timeout 30 >nul
ipconfig /flushdns
start /wait cmd /c "D:\Scripts\StartDownloaders.bat"
exit