win11 去除文件预览图并保留具体图片预览

运行下列脚本:

off
echo.
taskkill /f /im explorer.exe
timeout 2 /nobreak>nul
echo.
DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
REG ADD "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell" /V Logo /T REG_SZ /D imageres.dll,-3 /F
timeout 2 /nobreak>nul
start explorer.exe

效果:
① 文件夹不显示预览图
在这里插入图片描述

② 文件夹详细图片显示预览
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/m0_51487301/article/details/140220263