美文网首页
各种奇怪问题

各种奇怪问题

作者: n0rt0n | 来源:发表于2019-05-21 15:53 被阅读0次

    问题1 :系统找不到指定的路径

    1)当我打开新的CMD(Win + R => cmd)时。它从介绍开始。 (第3行)

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    系统找不到指定的路径 The system cannot find the path specified.

    解决:
    问题是当您运行cmd.exe时某些程序已设置为自动运行。 在我的情况下,安装了ANSICON ...然后我移动了文件而没有正确卸载。
    我在这篇博文中找到了一个解决方案:
    http://carol-nichols.com/2011/03/17/the-system-cannot-find-the-path-specified/
    简短的版本是找到
    HKCU \ Software \ Microsoft \ Command Processor \ AutoRun
    并清除价值。

    相关文章

      网友评论

          本文标题:各种奇怪问题

          本文链接:https://www.haomeiwen.com/subject/woyriqtx.html