使用Windows 10命令提示符,我必须键入 .exe
几乎任何命令使其工作。例如,
>ping google.com
'ping' is not recognized as an internal or external command,
operable program or batch file.
>ping.exe google.com
Pinging google.com [216.58.217.46] with 32 bytes of data:
Reply from 216.58.217.46: bytes=32 time=11ms TTL=55
>where java
'where' is not recognized as an internal or external command,
operable program or batch file.
>where.exe java
INFO: Could not find files for the given pattern(s).
>where.exe java.exe
C:\ProgramData\Oracle\Java\javapath\java.exe
我在使用运行SDK管理器的Android Studio时遇到问题,我怀疑这是相关的。此外,它很烦人,我想知道它是否会破坏其他脚本。我不确切知道这种情况何时开始发生,但我想不出任何我改变过的设置会做到这一点。