Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@echo off
ie4uinit.exe -show
timeout /t 2 /nobreak>NUL
taskkill /IM explorer.exe /F
timeout /t 2 >nul
del /A /F /Q "%localappdata%\IconCache.db"
del /A /F /Q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"
start explorer.exe
exit /b
@echo off
taskkill /f /im explorer.exe
timeout 2 /nobreak>nul
DEL /F /S /Q /A "%LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db"
timeout 2 /nobreak>nul
start explorer.exe
exit /b