Junior Member
您的住址: CC BY-NC-ND 4.0授權
文章: 779
|
安裝IMDISK時 出現下列情況
請問 如何解決? 謝謝 (我是win8.1-64版)
============
C:\Users\sam\Downloads\imdiskinst>if exist "C:\WINDOWS\system32\imdisk.exe"
("C:\WINDOWS\system32\imdisk.exe" -l | find "Device" ) && (
if not "" == "1" (
msgboxw "Please dismount all existing ImDisk virtual disks before upgrade!" 16 "
ImDisk Virtual Disk Driver setup"
start control imdisk.cpl
)
goto :eof
)
C:\Users\sam\Downloads\imdiskinst>net stop imdsksvc
'net' 不是內部或外部命令、可執行的程式或批次檔。
C:\Users\sam\Downloads\imdiskinst>net stop awealloc
'net' 不是內部或外部命令、可執行的程式或批次檔。
C:\Users\sam\Downloads\imdiskinst>net stop imdisk
'net' 不是內部或外部命令、可執行的程式或批次檔。
C:\Users\sam\Downloads\imdiskinst>rundll32 setupapi.dll,InstallHinfSection Defa
ultInstall 132 .\imdisk.inf
'rundll32' 不是內部或外部命令、可執行的程式或批次檔。
C:\Users\sam\Downloads\imdiskinst>if errorlevel 1 (
if not "" == "1" msgboxw "Setup failed. Please try to reboot the computer and th
en try to run the setup package again." 16 "ImDisk Virtual Disk Driver setup"
goto :eof
)
|