This commit is contained in:
Michael H.G. Schmidt 2021-09-06 13:17:53 +02:00
parent 36b8403222
commit c60ee4d52e
2 changed files with 14 additions and 1 deletions

View File

@ -40,10 +40,13 @@ del /F "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo sleep 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
rem install configfile from folder personal ...
if EXIST ..\personal\%openvpn_configfile% (
echo importing OpenVPN configfile ...
%capicli% -w 10 -f ..\personal\%openvpn_configfile% ImportProfile
%capicli% -f ..\personal\%openvpn_configfile% ImportProfile
) else (
echo no configfile found!
)

View File

@ -0,0 +1,10 @@
@echo off
echo ####### %0 #######
echo starting powershell script ...
powershell -command .\uninstall-apps.ps1
echo.
echo ####### %0 #######