Guest User

Untitled

a guest
Mar 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. REM @echo off
  2. set "UTIL=%SystemRoot%\System32\ie4uinit.exe"
  3.  
  4. IF NOT EXIST %UTIL% (
  5. set "UTIL=%SystemRoot%\Sysnative\ie4uinit.exe"
  6. )
  7.  
  8. %UTIL% -ClearIconCache
  9. %UTIL% -show
Add Comment
Please, Sign In to add comment