
전체 경로를 입력하지 않고 VBoxManage를 어떻게 실행합니까? 그래서 VirtualBox 폴더를 PATH에 넣었지만 실행할 때나 cmd에서 계속 오류가 발생 VBoxManage
합니다 VBoxManage.exe
.
C:\Users\tom>VBoxManage.exe
Permission denied
그러나 전체 경로로 실행하면 작동합니다.
C:\Users\tom>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
Oracle VM VirtualBox Command Line Management Interface Version 5.2.18
(C) 2005-2018 Oracle Corporation
All rights reserved.
Usage:
VBoxManage [<general option>] <command>
...
폴더를 PATH에 추가한 후 이미 시스템을 다시 시작했습니다.
답변1
좋아, 어떤 이유에서인지 내 Userhome 에 다른(손상된) VBoxManage.exe가 놓여 있었습니다 C:\Users\tom
. 삭제하고 이제 작동합니다.