zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    转 -- Linux系列:Ubuntu虚拟机设置固定IP上网(配置IP、网关、DNS、防止resolv.conf被重写)
    转 -- 求一个二进制数值中的1的个数
    ubuntu 搭建 samba 服务器
    64bit ubuntu 安装32bit的软件
    ubuntu 添加管理员账户
    #ifdef 和 #if defined 的区别 -- 转
    xming + putty 搭建远程图形化ssh访问ubuntu 14.04
    ubuntu 安装bochs
    强制类型转换中的精度丢失
    转载 -- 如何判断Javascript对象是否存在
  • 原文地址:https://www.cnblogs.com/iitrust/p/12663487.html
Copyright © 2011-2022 走看看