added hint for Microsoft store

This commit is contained in:
Michael H.G. Schmidt 2022-12-29 17:01:45 +01:00
parent 4d82d318e8
commit 240591fb08
3 changed files with 6 additions and 5 deletions

View File

@ -41,9 +41,7 @@ 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
timeout /nobreak 5
rem install configfile from folder personal ...
if EXIST ..\personal\%openvpn_configfile% (

View File

@ -11,7 +11,7 @@ echo ####### %0 #######
echo killing Teams process ...
taskkill /F /IM teams.exe 2>nul
timeout /nobreak 3
timeout /nobreak 5
echo cleaning cache ...
deltree "%USERPROFILE%\AppData\Roaming\Microsoft\Teams"

View File

@ -236,11 +236,14 @@ echo ####### %0 #######
echo READY.
echo.
echo sleep 5 seconds ...
ping 127.0.0.1 -n 5 >nul 2>&1
echo killing logmonitor ...
taskkill /f /im logmonitor.exe
echo asking the user to remove the USB stick ...
prompt-user "INSTALLATION FINISHED. Please REMOVE the installation MEDIA (USB Stick) NOW!"
prompt-user "+++ INSTALLATION FINISHED. +++ Please REMOVE the installation MEDIA (USB Stick) NOW! IMPORTANT HINT: Disable the update blocker to make the Microsoft Store work!"
echo rebooting ...
shutdown -g -t 0