@echo off echo Begin Unregistration Process... regsvr32 /u /s %systemroot%\system32\MSCOMCTL.OCX regsvr32 /u /s %systemroot%\system32\MSCOMCT2.OCX regsvr32 /u /s %systemroot%\system32\COMCT332.OCX regsvr32 /u /s %systemroot%\system32\COMDLG32.OCX regsvr32 /u /s %systemroot%\system32\vsvport7.ocx regsvr32 /u /s %systemroot%\system32\SmartUI2.ocx regsvr32 /u /s %systemroot%\system32\SSubTmr6.dll regsvr32 /u /s %systemroot%\system32\VSPRINT7.ocx regsvr32 /u /s %systemroot%\system32\VSVPort7.ocx echo. echo. echo Begin Re-registration Process regsvr32 /s %systemroot%\system32\MSCOMCTL.OCX regsvr32 /s %systemroot%\system32\MSCOMCT2.OCX regsvr32 /s %systemroot%\system32\COMCT332.OCX regsvr32 /s %systemroot%\system32\COMDLG32.OCX regsvr32 /s %systemroot%\system32\vsvport7.ocx regsvr32 /s %systemroot%\system32\SmartUI2.ocx regsvr32 /s %systemroot%\system32\SSubTmr6.dll regsvr32 /s %systemroot%\system32\VSPRINT7.ocx regsvr32 /s %systemroot%\system32\VSVPort7.ocx echo. echo. echo Process complete. pause