Oracle Box 來賓添加

Oracle Box 來賓添加

我在 Oracle Virtual Box 4.3.2 中下載了 Windows 7 Home Premium。之後嘗試安裝 Guest Additions 4.3.2。收到錯誤:0xE0000243。這表示找不到32位元系統的驅動程式。我發現這個建議的修復:

To get the files you need, you have to extract them from the Windows Guest
Additions installers.  To extract them do the following:

VBoxWindowsAdditions-86 /extract /E=C:\Drivers.

我不知道如何或在哪裡輸入這個。 Windows 7 是訪客主機,Windows 8.1 是主機。

答案1

來賓附加內容作為光學媒體(即CD)提供給Windows 來賓。
您發布的命令列假定 E: 作為光碟機的磁碟機號碼。

你應該做什麼:告訴 VBox 安裝 Guest Additions,然後它將 Additions 作為包含名為VBoxWindowsAdditions-86.exe.

因此,打開一個cmd窗口,使用 導航到光碟驅動器cd /D <your drive letter>,然後調用VBoxWindowsAdditions-86.exe /extract /E=C:\Drivers,其中C:\Drivers是要儲存解壓縮檔案的目錄。

相關內容