Folder And File Deletion

N

Newbie Coder

Lavert,

Start | Run | and then copy and paste the following line:

RunDll32 advpack.dll,LaunchINFSection
C:\WINDOWS\inf\msnetmtg.inf,NetMtg.Remove

If your XP installation directory is C:\WINNT rather than C:\Windows, use
the following line:

RunDll32 advpack.dll,LaunchINFSection
C:\WINNT\inf\msnetmtg.inf,NetMtg.Remove

Click OK

I hope this helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top