PC Review


Reply
Thread Tools Rate Thread

Delete registry entry using vbscript

 
 
Shilpa
Guest
Posts: n/a
 
      3rd Jun 2007
Hi,

I have an entry in
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\SharedDlls" as
"D:\junk\abc.dmp"
I need to delete this entry using vbscript.
How do do this?

Regards,
Shilpa

 
Reply With Quote
 
 
 
 
Mark V
Guest
Posts: n/a
 
      3rd Jun 2007
In microsoft.public.win2000.registry, Shilpa wrote:

> Hi,
>
> I have an entry in
> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
> \SharedDlls" as
> "D:\junk\abc.dmp"
> I need to delete this entry using vbscript.
> How do do this?


I do not know (for VBS) but you can use something like
REG.EXE DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls" /v "D:\junk\abc.dmp" /f
assuming you have the authority to do so. REG.EXE is included in XP IIRC
and is on the W2K installation CD in the 'Support Tools' install.

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      3rd Jun 2007
Here you go.

http://msdn.microsoft.com/library/de...7a4183e82c.asp

http://www.microsoft.com/downloads/d...displaylang=en

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Shilpa" wrote:
> Hi,
>
> I have an entry in
> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
> \SharedDlls" as
> "D:\junk\abc.dmp"
> I need to delete this entry using vbscript.
> How do do this?
>
> Regards,
> Shilpa
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't delete a registry entry =?Utf-8?B?Y2hlc2phaw==?= Windows XP Configuration 1 12th Feb 2007 09:30 PM
Can't Delete a Registry entry =?Utf-8?B?Y2hlc2phaw==?= Windows XP Configuration 2 8th Jul 2006 09:14 AM
Can't delete a registry entry =?Utf-8?B?Y2hlc2phaw==?= Windows XP Performance 1 22nd Jun 2006 06:51 PM
Can't delete registry entry =?Utf-8?B?TWlrZQ==?= Windows XP Help 1 13th Feb 2005 09:29 AM
Can't delete registry entry aragorn Windows XP Performance 5 28th Oct 2003 03:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:18 AM.