Mencoba memasang gambar wim untuk menambahkan driver.
Saya terus mendapatkan kesalahan berikut:
PS C:\Users\Administrator> DISM /MOUNT-WIM /WIMFILE:C:\RemoteInstall\Boot\x64\Images\boot-(4).wim /INDEX:1 /MOUNTDIR:C:S
hares
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Error: 2
The system cannot find the file specified.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Tapi saya memilikinya:
Directory: C:\RemoteInstall\Boot\x64\Images
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 3/24/2014 11:02 AM 278953532 boot-(2).wim
-a--- 6/25/2014 5:13 PM 8192 boot-(2).wim.bcd
-a--- 4/25/2014 5:08 PM 263900022 boot-(3).wim
-a--- 6/25/2014 5:13 PM 8192 boot-(3).wim.bcd
-a--- 6/25/2014 5:13 PM 278942048 boot-(4).wim
-a--- 6/25/2014 5:13 PM 8192 boot-(4).wim.bcd
-a--- 3/20/2014 11:50 PM 217559035 boot.wim
-a--- 6/25/2014 5:13 PM 8192 boot.wim.bcd
-a--- 6/25/2014 2:25 PM 234786548 windows-image-capture.wim
-a--- 6/25/2014 5:13 PM 8192 windows-image-capture.wim.bcd
Adakah yang tahu penyebabnya?
Apa yang ada di dism.log? Web sepertinya mengindikasikan bahwa itu bisa berupa item file lain, ketergantungan untuk program?
—
Psycogeek
Tambahkan "" di sekitar nama file setelah / WIMFILE :. apakah ini berhasil?
—
magicandre1981