rsvpsp.dll - how to reattach?

  • Thread starter Thread starter Peter Lau
  • Start date Start date
P

Peter Lau

Hi,

I was messing around with lspfix and accidentally removed "rsvpsp.dll
(protocol handler)". My internet connection still works without any
side effects whatsoever, however I would like to restore that entry
nonetheless, unless it turns out that it was there for absolutely no reason.

Can someone tell me what rsvpsp.dll does, and how I can restore it to my
LSP stack. It would be especially good if you could cut and paste the
pertinent reg keys.

Thanks for helping me out
Peter L.
 
rsvpsp.dll = Microsoft Windows Rsvp 1.0 Service Provider

This assumes that the rsvpsp.dll is in WINDOWS\system32, where it belongs.

If not you will have to use the full path to the file.

To register rsvpsp.dll...

Start | Run | Paste this in the box:

regsvr32 rsvpsp.dll

Hit Enter.

You should see a message telling if it registered or not.
-----

If you wanted to unregister rsvpsp.dll

regsvr32 /u rsvpsp.dll

More info here or type regsvr32 /? in a command prompt.
Actually it will display the usage if you type regsvr32 /? in the Start |
Run box.

Regsvr32
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx

Sometimes you have to unregister and then register a file. I don't know
why.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top