Thread: remote registry editor

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    7

    remote registry editor

    I need some tips on where to start with making a remote registry editor for windows operating system.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    1) Learn Winsock.
    2) Learn how to edit the registry.
    3) Combine the two.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    Sounds pretty dodgy, remote registry editor. Why would you need to do this?
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  4. #4
    Anon.
    Guest
    What's wrong with using regedit?

    You could also have a look at this:
    http://msdn.microsoft.com/library/en...ctregistry.asp

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    7
    Thank you ppl. I didnt think about being able to use regedit remotely..

  6. #6
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    What's wrong with using regedit?
    Nothing at all, unless it's to manipulate/harm someone's computer.

    I didnt think about being able to use regedit remotely..
    Yes you did:

    I need some tips on where to start with making a remote registry editor for windows operating system.
    Is it just me, or does this thread seem a bit weird? First exodus asks a question, then denies having asked it.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  7. #7
    Registered User johnnie2's Avatar
    Join Date
    Aug 2001
    Posts
    186
    Originally posted by bennyandthejets
    Is it just me, or does this thread seem a bit weird? First exodus asks a question, then denies having asked it.
    The original poster wishes to edit the registry of a remote computer system. The poster asked for tips regarding the creation of such a device. Anon suggested that the original poster simply use the remote editing capabilities of Regedit. The original poster was unaware of the remote editing capabilities of Regedit, hence his mentioning that he "didnt [sic] think about being able to use regedit remotely."

    What's irregular about this?

    I agree that knowledge may be used to reach unfavorable goals, but blind suspicion is unnecessary.
    "Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C

  8. #8
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    I don't REALLY care about harmful abilities. I'm just confused as to what Exodus wants. As I said before, Exodus created this thread and asked how to create a "remote registry editor". Then, in another post, said that he/she hadn't thought about editing the registry remotely. That is a contradiction, plain and simple. That's why I consider it a bit "weird".
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  9. #9
    Registered User johnnie2's Avatar
    Join Date
    Aug 2001
    Posts
    186
    Originally posted by bennyandthejets
    As I said before, Exodus created this thread and asked how to create a "remote registry editor". Then, in another post, said that he/she hadn't thought about editing the registry remotely. That is a contradiction, plain and simple.
    Please carefully review all posts within this thread. You'll see that the original poster desires a device to edit the registry of a remote computer system. Anon suggested using the remote editing capabilities of Regedit, an application provided by Windows itself. The original poster was unaware of the remote editing capabilities of Regedit. He therefore mentioned that he had not thought of using the remote editing capabilities of the Regedit application.

    The cited contradiction does not exist.
    "Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C

  10. #10
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    Sorry, I misunderstood. I interpreted "being able to use regedit remotely" as meaning being able to change the registry remotely. I now see what Exodus meant.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  11. #11
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    There's also regedt32 available on some Windows versions.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  12. #12
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Also I think there's a remote registry editor that comes with the Admin packs of 2000 & XP

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Remote debug not working in Visual Studio 2003
    By Bassquake in forum Tech Board
    Replies: 12
    Last Post: 08-22-2008, 12:11 PM
  2. Remote thread problem
    By RubbeR DuckY in forum C++ Programming
    Replies: 6
    Last Post: 08-08-2006, 12:24 PM
  3. Replies: 12
    Last Post: 08-05-2003, 02:16 PM
  4. Registry
    By gvector1 in forum C# Programming
    Replies: 0
    Last Post: 07-30-2003, 04:02 PM