DISM:系统找不到指定的文件

DISM:系统找不到指定的文件

尝试安装 wim 映像来添加驱动程序。

我不断收到以下错误:

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

但我有:

    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                                             

知道可能是什么原因造成的吗?

答案1

检查您的路径 C:\Shares,您有 C:Shares。

相关内容