bugfixes
This commit is contained in:
parent
36b8403222
commit
c60ee4d52e
@ -40,10 +40,13 @@ del /F "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul
|
|||||||
echo refreshing desktop (W10 style) ...
|
echo refreshing desktop (W10 style) ...
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo sleep 5 seconds ...
|
||||||
|
ping 127.0.0.1 -n 5 > NUL 2>&1
|
||||||
|
|
||||||
rem install configfile from folder personal ...
|
rem install configfile from folder personal ...
|
||||||
if EXIST ..\personal\%openvpn_configfile% (
|
if EXIST ..\personal\%openvpn_configfile% (
|
||||||
echo importing OpenVPN configfile ...
|
echo importing OpenVPN configfile ...
|
||||||
%capicli% -w 10 -f ..\personal\%openvpn_configfile% ImportProfile
|
%capicli% -f ..\personal\%openvpn_configfile% ImportProfile
|
||||||
) else (
|
) else (
|
||||||
echo no configfile found!
|
echo no configfile found!
|
||||||
)
|
)
|
||||||
|
10
scripts/uninstall-apps.cmd
Normal file
10
scripts/uninstall-apps.cmd
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo starting powershell script ...
|
||||||
|
powershell -command .\uninstall-apps.ps1
|
||||||
|
echo.
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
Loading…
Reference in New Issue
Block a user