Tag Archives: win10

windows关闭Hyper-v

关闭Hyper-v 我之前在win上面安装了docker,然后发现docker和vmware不能共存,所以卸载了docker,但是又发现安装docker时开启了hyper-v缺没关闭,vmware不能正常启动,按照以下方法可以解决这个问题: 运行命令(以管理员身份来运行) bcdedit /set hypervisorlaunchtype off 完成后检查一下 Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Windows\system32> bcdedit /enum Windows Boot Manager ——————– identifier {bootmgr} device partition=\Device\HarddiskVolume2 path \EFI\Microsoft\Boot\bootmgfw.efi description Windows Boot Manager locale en-US inherit {globalsettings} default … Continue reading

Posted in 通用 | Tagged , | Leave a comment

Win10 新建文件夹或者删除文件夹不自动刷新的问题

最近用win10不知道是什么原因,新建、删除、重命名等各种常规操作,完了之后,系统不会自动刷新,要手动刷新一下才能看到效果,非常不方便,所以搜了一下,发现这个方法可以:

Posted in Win10 | Tagged | Leave a comment