惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

博客园 - yeahgis

更新Win11后,不显示图片缩略图 在Ubuntu 20.04.1 LST上安装摩尔线程MTT S80驱动 解决arcmap10.2无法连接arcgis server管理的问题 终于解决了AMD RYZEN 3970X的散热问题 免费访问Web of Science并检索WOS入藏号的方法 纪念一下 ASP.NET LinqDataSource数据绑定后,遇到[MissingMethodException: 没有为该对象定义无参数的构造函数。]问题。 error 2593 operator << 不明确的可能的解决方法 C++读取mysql中utf8mb4编码表数据乱码问题及UTF8转GBK编码 arcgis flexviewer中由Application向widget传值 Flash Builder中“Error: #2036 加载未完成”错误的解决方法 ArcGIS Server API for JavaScript调用错误:已阻止跨源请求:同源策略禁止读取位于...... Win10下E3-1231 V3开启Intel虚拟化技术(vt-x)安装HAXM GPS accuracy in Android 解决Win7旗舰版开机后无线网络识别非常慢的问题 Android学习笔记----解决“com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536”问题 Android学习笔记----Activity的生命周期图示 Android学习笔记----TimerTask中显示Toast的问题 Android学习笔记----天地图API开发之UnsatisfiedLinkError
Win10文件资源管理器无法找到“始终显示图标,不显示缩略图”的...
yeahgis · 2023-05-11 · via 博客园 - yeahgis

来源:https://answers.microsoft.com/en-us/windows/forum/all/always-show-icons-never-thumbnails-option-not/31a04351-eaf7-4ed0-9b1f-d74682514f11

顺利解决缩略图不显示的问题。有可能会问是否替换,输入yes即可。

Based from the screenshot that you've provided, it appears that the option to enable or disable Always show icons, never thumbnails has been missing which can be caused by an application that changes the value on the Registry or corruption of the system file that is handling the File Explorer Options. This can be resolved by adding the option on the Registry using the Command Prompt. To do this, follow the steps below: 

    1. Click Start and type cmd in the search box. Right-click and select Run as administrator.
    2. Copy and paste the command below into the Command Prompt window and press Enter:

      REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v DisableThumbnails /t REG_DWORD /d 0
      Note: After pressing Enter, you will receive a message saying The operation completed successfully

    3. Once it's successful, close the Command Prompt window.
    4. Restart your computer for the changes to take effect and check if the issue persists.