今天想要在搜索框打开Myeclipse,结果发现搜索框不能使用,百度尝试了好几种方法无果后,在另一篇博客中找到了解决办法。
该博客网址:https://blog.csdn.net/qq_40875146/article/details/81742533

  1. 首先,打开管理员命令窗口,win+x,可以看到弹出一个窗口,打开windows Powershell(管理员)如图win10无法使用搜索框
  2. 输入以下英文
    start powershell 回车
  3. 输入以下代码
    Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “((_.InstallLocation)\AppXManifest.xml”} 回车
  4. 完美解决

相关文章:

  • 2021-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-10-31
  • 2021-07-18
  • 2021-11-07
  • 2021-07-19
猜你喜欢
  • 2021-12-25
  • 2021-06-05
  • 2021-12-10
  • 2021-10-01
  • 2021-06-19
  • 2021-11-23
  • 2021-12-23
相关资源
相似解决方案