Meka hadaganne kohomada ??

VPS09

Well-known member
  • Sep 13, 2014
    6,723
    2,135
    113
    maharagama
    Desktop eke okkoma Short cut tika me wage hadenawa bnz.
    Kalinut meka wela kollek mokakda ekak dunna .bat File ekak widiyata save karala Run karama hari giya,

    Meka hadaganna danna kenek innawa nm help ekak diyallako
    :(

    8xsnt3.jpg
     
    Last edited:

    other guy

    Well-known member
  • Apr 18, 2014
    8,667
    770
    113
    neverland
    දන්නේ නෑ මචන් .දන්න කෙනෙක් උදව් කරයි .
    පුලුවන් නම් පොටො එක ටිකක් පොඩි කරන්න
     

    DjSpK

    Well-known member
  • Nov 4, 2008
    5,298
    1,005
    113
    I'm Looking for Me !
    icon cache awulak . notepad eke me code eka paste karala save as "clear.bat" & run karanna
    Code:
    @echo off
    set iconcache=%localappdata%\IconCache.db
    If exist "%iconcache%" goto delID
    exit /B
    
    :delID
    ie4uinit.exe -ClearIconCache
    taskkill /IM explorer.exe /F 
    del "%iconcache%" /A
    start explorer.exe
    exit /B
     

    VPS09

    Well-known member
  • Sep 13, 2014
    6,723
    2,135
    113
    maharagama
    icon cache awulak . notepad eke me code eka paste karala save as "clear.bat" & run karanna
    Code:
    @echo off
    set iconcache=%localappdata%\IconCache.db
    If exist "%iconcache%" goto delID
    exit /B
    
    :delID
    ie4uinit.exe -ClearIconCache
    taskkill /IM explorer.exe /F 
    del "%iconcache%" /A
    start explorer.exe
    exit /B

    Hari giye nane bn. Giya parath hadagatte me wage kollek dunna .Bat file ekak run karala thamai :nerd:
     

    Lakshan-Seram

    Well-known member
  • May 31, 2011
    24,718
    12,629
    113
    127.0.0.1:8080/Kandy
    PHP:
    :: Created by: Shawn Brink
    :: http://www.sevenforums.com
    :: Tutorial:  http://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html
    
    @echo off
    set iconcache=%localappdata%\IconCache.db
    
    echo The Explorer process must be killed to delete the Icon DB. 
    echo.
    echo Please SAVE ALL OPEN WORK before continuing.
    echo.
    pause
    echo.
    If exist "%iconcache%" goto delID
    echo.
    echo Icon DB has already been deleted. 
    echo.
    pause
    exit /B
    
    :delID
    echo Attempting to delete Icon DB...
    echo.
    ie4uinit.exe -ClearIconCache
    taskkill /IM explorer.exe /F 
    del "%iconcache%" /A
    echo.
    echo Icon DB has been successfully deleted. Please "restart your PC" now to rebuild your icon cache.
    echo.
    start explorer.exe
    pause
    exit /B
     

    VPS09

    Well-known member
  • Sep 13, 2014
    6,723
    2,135
    113
    maharagama
    PHP:
    :: Created by: Shawn Brink
    :: http://www.sevenforums.com
    :: Tutorial:  http://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html
    
    @echo off
    set iconcache=%localappdata%\IconCache.db
    
    echo The Explorer process must be killed to delete the Icon DB. 
    echo.
    echo Please SAVE ALL OPEN WORK before continuing.
    echo.
    pause
    echo.
    If exist "%iconcache%" goto delID
    echo.
    echo Icon DB has already been deleted. 
    echo.
    pause
    exit /B
    
    :delID
    echo Attempting to delete Icon DB...
    echo.
    ie4uinit.exe -ClearIconCache
    taskkill /IM explorer.exe /F 
    del "%iconcache%" /A
    echo.
    echo Icon DB has been successfully deleted. Please "restart your PC" now to rebuild your icon cache.
    echo.
    start explorer.exe
    pause
    exit /B

    Mekat .Bat file ekkata dala run kara. Icon DB has been successfully deleted kiyala watuna command prompt eke.
    et restart wela baladdi ait tibba widiyamai
    :nerd: