REM @ECHO OFF REM Remove HVR Registry Entries REM HVR Server REM --------------------------------------------- REM UnRegister the DLL c:\windows\system\regsvr32 -S -U hvr_serverps.dll REM UnRegister the DCOM Server Object hvr_server.exe -UnRegServer REM HVR Queue REM --------------------------------------------- REM UnRegister the DLL c:\windows\system\regsvr32 -S -U hvr_queueps.dll REM UnRegister the DCOM Server Object hvr_queue.exe -UnRegServer REM Remote File Services REM --------------------------------------------- REM UnRegister the DLL c:\windows\system\regsvr32 -S -U remote_file_serverps.dll REM UnRegister the DCOM Server Object remote_file_server -UnRegServer