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에 문제가 있으며 관련이있는 것 같습니다. 또한 성가 시며 다른 스크립트를 깨뜨릴 수 있을지 궁금합니다. 언제 이런 일이 일어 났는지 정확히 알지 못하지만 변경 한 설정을 생각할 수 없습니다.