Thursday, 30 January 2021
Sometimes the dedicated client (thick client) does not work because of internet explorer and we get the annoying message “The page cannot be displayed”
To solve it we usually go to the windows task manager to finish all the processes of “iexplore.exe” that have been opened, one by one, and in this way the dedicated client will work again. The bad thing is that there are many iexplore processes running….
A simple trick to facilitate the completion of all iexplore tasks in one fell swoop is to make a simple .bat with this line:
taskkill /IM iexplore.exe /T /F


