Windows 10 resim ön izlemesi görünmüyor

dalton01

Centipat
Katılım
19 Temmuz 2022
Mesajlar
8
Daha fazla  
Cinsiyet
Erkek
Merhaba,
Windows 10 temiz kurulum yaptım fakat birtakım sorunlar var klasör içerisindeki resimlerin ön izlemesi görünmüyor. Bu durum oldukça can sıkıcı bir hal aldı. Birkaç yöntem denedim. Denediğim yöntemleri aşağıda paylaşıyorum.

Screenshot_1.png


1- Klasör seçeneklerinden küçük resimlerde dosya simgesini görüntüle tuşunun tikini kaldırdım.
2- Performans ayarları bölümünden simgeler yerine küçük resimleri göster seçeneğini işaretledim.
3- Disk temizleme bölümünden küçük resimleri sildim.
4- Komut satırına,
SFC / scannow.
DISM.exe /online /cleanup-image /scanhealth
DISM.exe /online /cleanup-image /restorehealth

Bu kodları da yazdım herhangi bir değişiklik olmadı.

Bunun yanı sıra ilginç bir sorunu daha eklemek istiyorum. Bu sorunla bağlantılı olduğunu düşünüyorum. Görev çubuğunda bazı simgeler görünmüyor.

Screenshot_2.png


Sorunlarım bunlar yardımlarınızı bekliyorum şimdiden teşekkürler.
 
Son düzenleyen: Moderatör:
  1. Yeni bir metin belgesi
  2. İçine aşağıdaki komutları yapıştır
  3. Farklı kaydet
  4. "dumduz.bat"
  5. Yönetici olarak çalıştır
  6. Çalışan tüm uygulamalarını kapat
  7. Press any key ekranında bir tuşa bas
  8. Do you want to restart sorusunda Y yazıp enterla.
Kod:
@echo off
set iconcache=%localappdata%\IconCache.db
set iconcache_x=%localappdata%\Microsoft\Windows\Explorer\iconcache*

echo.
echo The explorer process must be temporarily killed before deleting the IconCache.db file.
echo.
echo Please SAVE ALL OPEN WORK before continuing.
echo.
pause
echo.
If exist "%iconcache%" goto delete
echo.
echo The %localappdata%\IconCache.db file has already been deleted.
echo.
If exist "%iconcache_x%" goto delete
echo.
echo The %localappdata%\Microsoft\Windows\Explorer\IconCache_*.db files have already been deleted.
echo.
exit /B


:delete
echo.
echo Attempting to delete IconCache.db files...
echo.
ie4uinit.exe -show
taskkill /IM explorer.exe /F
If exist del /A /F /Q "%iconcache%"
If exist del /A /F /Q "%iconcache_x%"
start explorer.exe
echo.
echo IconCache database files have been successfully deleted.
goto restart


:restart
echo.
echo.
echo You will need to restart the PC to finish rebuilding your icon cache.
echo.
CHOICE /C:YN /M "Do you want to restart the PC now?"
IF ERRORLEVEL 2 goto no
IF ERRORLEVEL 1 goto yes

:yes
shutdown /r /f /t 00

:no
exit /B
 
  1. Yeni bir metin belgesi
  2. İçine aşağıdaki komutları yapıştır
  3. Farklı kaydet
  4. "dumduz.bat"
  5. Yönetici olarak çalıştır
  6. Çalışan tüm uygulamalarını kapat
  7. Press any key ekranında bir tuşa bas
  8. Do you want to restart sorusunda Y yazıp enterla.
Kod:
@echo off
set iconcache=%localappdata%\IconCache.db
set iconcache_x=%localappdata%\Microsoft\Windows\Explorer\iconcache*

echo.
echo The explorer process must be temporarily killed before deleting the IconCache.db file.
echo.
echo Please SAVE ALL OPEN WORK before continuing.
echo.
pause
echo.
If exist "%iconcache%" goto delete
echo.
echo The %localappdata%\IconCache.db file has already been deleted.
echo.
If exist "%iconcache_x%" goto delete
echo.
echo The %localappdata%\Microsoft\Windows\Explorer\IconCache_*.db files have already been deleted.
echo.
exit /B

:delete
echo.
echo Attempting to delete IconCache.db files...
echo.
ie4uinit.exe -show
taskkill /IM explorer.exe /F
If exist del /A /F /Q "%iconcache%"
If exist del /A /F /Q "%iconcache_x%"
start explorer.exe
echo.
echo IconCache database files have been successfully deleted.
goto restart

:restart
echo.
echo.
echo You will need to restart the PC to finish rebuilding your icon cache.
echo.
CHOICE /C:YN /M "Do you want to restart the PC now?"
IF ERRORLEVEL 2 goto no
IF ERRORLEVEL 1 goto yes

:yes
shutdown /r /f /t 00

:no
exit /B

Teşekkür ederim küçük resim ön izleme sorunum düzeldi fakat 2. görseldeki sorunum düzelmiyor hiçbir şekilde. Görev çubuğunda simgesi görünmeyen bazı uygulamalar; "ayarlar", "Microsoft fotoğraflar", "OneDrive" vb.
 

Yeni konular

Geri
Yukarı