Editing windows registry

Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 54
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Editing windows registry

 
0
  #1
Dec 7th, 2004
how can I edit the windows registry using vb.net
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 366
Reputation: Sphyenx is an unknown quantity at this point 
Solved Threads: 2
Sphyenx's Avatar
Sphyenx Sphyenx is offline Offline
Posting Whiz

Re: Editing windows registry

 
0
  #2
Dec 7th, 2004
why would you want to? I never really thought you could. Or would want to. When you could do it your self bu selecting Run in the start menu, and typing regedit.exe, or what ever yours is depending on your OS. Also dont edit reg. Unless you are completely sure of what your doing. We jsut had a case here ont he board were an adult lost his mouse, keyboard, dh, and floppy drive on such a simple but hard to fix mistake. (=, good luck bro!.
is this a dream



We should all respect Dani, shes the admin and she does a damn good job!. Not to forget the rest of the mod's =)


http://img.photobucket.com/albums/v5...46/Sphyenx.jpg
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 54
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: Editing windows registry

 
0
  #3
Dec 8th, 2004
I have found the way ... and I'll show you the software for registry editing I am making .. hehe
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 366
Reputation: Sphyenx is an unknown quantity at this point 
Solved Threads: 2
Sphyenx's Avatar
Sphyenx Sphyenx is offline Offline
Posting Whiz

Re: Editing windows registry

 
0
  #4
Dec 8th, 2004
If you need a beta tester. Im up for it.

Put it in a zip, and ill test it on a seperate PC.
is this a dream



We should all respect Dani, shes the admin and she does a damn good job!. Not to forget the rest of the mod's =)


http://img.photobucket.com/albums/v5...46/Sphyenx.jpg
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 54
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: Editing windows registry

 
0
  #5
Dec 14th, 2004
thanks Sphyenx ... I'll see if I dont have a testing pc.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 7
Reputation: bwasson is an unknown quantity at this point 
Solved Threads: 0
bwasson bwasson is offline Offline
Newbie Poster

Re: Editing windows registry

 
0
  #6
Sep 25th, 2008
I know this is an old topic, but in case someone else googles it...

For doing a simple key edit in a .net program, you can simply use a variable of the following code:

  1. Dim WSH
  2. 'Changes <key> to <New Value>
  3. WSH = CreateObject("WScript.Shell")
  4. WSH.RegWrite("<key>", "<New Value>")
Last edited by bwasson; Sep 25th, 2008 at 3:24 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC