重置虛擬卷影複製服務

摘要: Windows 卷影複製服務有時會遇到檔更改,導致其無法執行必要的任務。VSS 服務執行的一些任務是磁碟快照創建、備份程式快照,Microsoft Windows Hyper-V 使用它來創建虛擬機檢查點。

本文章適用於 本文章不適用於 本文無關於任何特定產品。 本文未識別所有產品版本。

症狀

無法進行虛擬機器生產檢查點。錯誤為:

"Production checkpoints cannot be created for...".

備份失敗。錯誤為:

 "Production checkpoints cannot be created for..."


記錄報告 VSS 服務未執行:

VMWare Servers can show "Get-VMIntegrationService -VMName "XXXX" shows lost comm for VSS".

原因

定期 Windows Server 更新和涉及作業系統檔案的檔案損毀最常導致磁碟區陰影複製服務失敗。   

解析度

說明:
下面是一個旨在為卷影複製 (VSS) 服務執行檔重置的腳本。
1.將從上邊框下到上下邊框的所有內容複製到記事本檔。
2.使用名稱 儲存檔案”RESET_VSS_SCRIPT.BAT ,然後在管理命令視窗中運行。
 


rem Rename FILENAME to RESET_VSS_SCRIPT.BAT
rem Run script in Administrator command window

net stop "System Event Notification Service"
net stop "Background Intelligent Transfer Service"
net stop "COM+ Event System"
net stop "Microsoft Software Shadow Copy Provider"
net stop "Volume Shadow Copy"
cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ATL.DLL
regsvr32 /s comsvcs.DLL
regsvr32 /s credui.DLL
regsvr32 /s CRYPTNET.DLL
regsvr32 /s CRYPTUI.DLL
regsvr32 /s dhcpqec.DLL
regsvr32 /s dssenh.DLL
regsvr32 /s eapqec.DLL
regsvr32 /s esscli.DLL
regsvr32 /s FastProx.DLL
regsvr32 /s FirewallAPI.DLL
regsvr32 /s kmsvc.DLL
regsvr32 /s lsmproxy.DLL
regsvr32 /s MSCTF.DLL
regsvr32 /s msi.DLL
regsvr32 /s msxml3.DLL
regsvr32 /s ncprov.DLL
regsvr32 /s ole32.DLL
regsvr32 /s OLEACC.DLL
regsvr32 /s OLEAUT32.DLL
regsvr32 /s PROPSYS.DLL
regsvr32 /s QAgent.DLL
regsvr32 /s qagentrt.DLL
regsvr32 /s QUtil.DLL
regsvr32 /s raschap.DLL
regsvr32 /s RASQEC.DLL
regsvr32 /s rastls.DLL
regsvr32 /s repdrvfs.DLL
regsvr32 /s RPCRT4.DLL
regsvr32 /s rsaenh.DLL
regsvr32 /s SHELL32.DLL
regsvr32 /s shsvcs.DLL
regsvr32 /s /i swprv.DLL
regsvr32 /s tschannel.DLL
regsvr32 /s USERENV.DLL
regsvr32 /s vss_ps.DLL
regsvr32 /s wbemcons.DLL
regsvr32 /s wbemcore.DLL
regsvr32 /s wbemess.DLL
regsvr32 /s wbemsvc.DLL
regsvr32 /s WINHTTP.DLL
regsvr32 /s WINTRUST.DLL
regsvr32 /s wmiprvsd.DLL
regsvr32 /s wmisvc.DLL
regsvr32 /s wmiutils.DLL
regsvr32 /s wuaueng.DLL
sfc /SCANFILE=%windir%\system32\catsrv.DLL
sfc /SCANFILE=%windir%\system32\catsrvut.DLL
sfc /SCANFILE=%windir%\system32\CLBCatQ.DLL
net start "COM+ Event System"

受影響的產品

Fixed Workstations, Microsoft Windows Server 2016, Microsoft Hyper-V™ Server 2008, Microsoft Windows HPC Server 2008, Microsoft Windows HPC Server 2008 Service Pack 2, Microsoft Windows Essential Business Server 2008, Microsoft Windows 2008 Server R2 , Microsoft Windows 2008 Server Service Pack 2, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2 ...

產品

PowerEdge, Mobile Workstations, Microsoft Windows Server 2019, Microsoft Windows Server 2022, Microsoft Windows Small Business Server 2008, Microsoft Windows Small Business Server 2011 Essentials, Microsoft Windows Small Business Server 2008 , Prosupport for Microsoft Software ...
文章屬性
文章編號: 000216324
文章類型: Solution
上次修改時間: 05 9月 2025
版本:  4
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。