Skip to content

Instantly share code, notes, and snippets.

@tom-henderson
Created July 1, 2014 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tom-henderson/30039d14efb85ec62c2d to your computer and use it in GitHub Desktop.
Save tom-henderson/30039d14efb85ec62c2d to your computer and use it in GitHub Desktop.
Fix issues with backup exec and VSS. In theory.
cd c:\windows\system32
net stop vss
net stop swprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
regsvr32 Vssapi.dll
regsvr32 Vssui.dll
net start vss
net start swprv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment