Is it possible Working with registry in VB.NET/C#.NET

V

vighnesh

Hi All

I have to develop an application, which has to scan the windows registry and
fix the bugs if any.
Please let me know whether it is possible to develop that application in
VB.NET/C#.NET? or
has to go by some other means.

I know how to interact with Registry in VB.NET/C#.NET.But I think it is not
sufficient to deal
with this project.Please suggest me the proper way(I mean how I have to
approach to deal with this).

Thanks in advance

Regards
Vighneswar
 
H

Herfried K. Wagner [MVP]

vighnesh said:
I have to develop an application, which has to scan the windows registry
and fix the bugs if any.
Please let me know whether it is possible to develop that application in
VB.NET/C#.NET? or
has to go by some other means.

I know how to interact with Registry in VB.NET/C#.NET.But I think it is
not sufficient to deal
with this project.Please suggest me the proper way(I mean how I have to
approach to deal with this).

The .NET Framework doesn't have predefined classes which can be used for
this purpose. You'll have to search for information on how to repair the
registry yourself, for example:

How to recover from a corrupted registry that prevents Windows XP from
starting
<URL:http://support.microsoft.com/?scid=kb;EN-US;307545>
 

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