2012年7月25日 星期三

DISK2VHD ERROR snapshotting volume:災難性的失敗

DISK2VHD 執行實體轉虛擬時出現如下訊息


執行如下檔案,將其儲存成BAT
////////////////
@echo off
REM
REM Batch file for Windows XP, 2003, and Vista that attempts to reset the
REM Volume Shadow Copy (VSS) installation.
REM
REM 2BrightSparks Pte Ltd
REM http://www.2BrightSparks.com/
REM
echo --- This batch file must be run as an Administrator. If you are using Windows
echo --- Vista then run it by right-clicking on the batch file and selecting
echo --- Run as administrator
%SYSTEMDRIVE%
cd %SystemRoot%\System32
echo.
echo --- Ignore any messages saying a service is not started.
echo.
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
echo --- eventcls.dll will fail to register on Windows Vista.
regsvr32 /i eventcls.dll
echo --- es.dll will fail to register on Windows Vista.
regsvr32 es.dll
regsvr32 stdprov.dll
echo.
echo --- vssui.dll only exists on Windows 2003. Ignore the error if not using Windows 2003.
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
echo.
echo --- msxml4.dll may not be installed and is optional. Ignore the error.
regsvr32 msxml4.dll
echo.
echo ------------------------------------------------------------------------
echo.
echo IMPORTANT: Reboot your computer. After the reboot, open a command prompt
echo and run the following:
echo.
echo vssadmin list writers
echo.
echo Ensure that all your writers are displayed without errors.
echo.
pause

////////////////

參考至:http://forum.sysinternals.com/topic20783.html

1 則留言:

新人不是「Windows 更新完就會用」:資訊前輩帶新人,到底該教到什麼程度? #資訊人 #MIS #IT職場 #資訊工程師 #網管工程師 #新人培訓 #新人教育 #教育訓練 #職場帶人 #技術傳承 #資訊管理 #問題解決 #IT維運 #職場經驗 #工作SOP #什麼都做!~良

  做資訊久了,總有一天會遇到一個問題: 「前輩,這個新人你幫忙帶一下。」 聽到這句話的瞬間,心裡通常會出現三個字: 「我??」 因為帶新人這件事情,表面上只是教他怎麼操作,實際上卻可能變成: 教技術、教流程、教溝通、教公司文化,最後還要順便幫忙判斷—— 「這個人到底會不會?」 ...