• win10在资源管理器创建、删除文件,修改文件名。需刷新才更新问题


    http://blog.sina.com.cn/s/blog_53bf54e00102zase.html

    win10系统运行接近2两年,莫名出现删除、创建文件时,需重新刷新才可更新。

    在网上搜到了4个解决方式。

    1、关闭音频插口,自动弹出功能。

    2、修改注册表计算机HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlUpdate项中updateMode值改为0

    3、关闭杀毒软件、关闭windows defender。

    以上3中方式均为根本解决问题,但是偶尔有效。

    最终在google大神,搜索“win 10 create file refresh”,查到以下连接

    https://answers.microsoft.com/en-us/windows/forum/windows_10-files-winpc/windows-10-file-explorer-windows-dont-refresh/32e5292b-333d-4b7c-a099-549831aa9339

    内容如下:

    Hi,

    Thank you for posting your query on Microsoft Community.

    I would suggest you follow the steps below and see if it helps:

    Step 1: DISM TOOL:

    On the Search bar type “cmd”. You will notice Command prompt as an option Right Click on it and select Run as Administrator. (If prompted for a password, type the password and click Allow)

     Type “DISM.exe /Online /Cleanup-image /Restorehealth”

    For more information about DISM click on the link below: https://support.microsoft.com/en-us/kb/947821

    Step 2: System File Checker (SFC) Scan:

    Press Windows Key and type “cmd”. You will notice Command prompt as an option Right Click on it and select Run as Administrator.

    Type “sfc /scannow” and hit Enter.

    Exit Command Prompt.

    For more information about SFC Scan click on the link below:

    https://support.microsoft.com/en-us/kb/929833 

    Hope this helps.

    Regards,

    Jesinta Rozario

    也没细细研究,每步的含义,直接按照Step1进行操作。最终可自动刷新。然后重启系统。

    重启后,又不能自动刷新,然后单独执行Step2,又可以自动刷新,再次重启系统。问题又出现了。

    最终,把以下四步依次执行完毕,

    Dism.exe /online /Cleanup-Image /StartComponentCleanup
    sfc /scannow
    Dism /Online /Cleanup-Image /RestoreHealth

    sfc /scannow

    重启。问题终究解决。

    困扰我两天的问题啊!!!

     
    ————————————————
    版权声明:本文为CSDN博主「tantch」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/ttcttcttc/article/details/79685868

  • 相关阅读:
    Computer Networking: Computer networks and the Internet
    编译pqxx源码configure时遇到codecs.py LookupError的解决方法
    DBMS-存储和文件结构
    DBMS-关系数据库的设计:范式、函数依赖、分解算法、多值依赖
    WebPack填坑笔记
    VsCode常用快捷键
    用户 在地址栏输入网址 经历了那些
    正向代理和反向代理
    检测浏览器(BOM)以及地址栏网址的API
    js变量按照存储方式区分,有哪些类型,并表述其特点
  • 原文地址:https://www.cnblogs.com/iitrust/p/12663487.html
Copyright © 2020-2023  润新知