Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Reading/Writing XP registry files

Reading/Writing XP registry files

Scheduled Pinned Locked Moved C / C++ / MFC
windows-adminquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    skaanji
    wrote on last edited by
    #1

    XP saves all settings in binary files located in windows\\system32\\config right? i looking for some way to read these files? i want to access registry from another os

    D 1 Reply Last reply
    0
    • S skaanji

      XP saves all settings in binary files located in windows\\system32\\config right? i looking for some way to read these files? i want to access registry from another os

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      If the other OS is Windows-based, you can use RegConnectRegistry().


      Five birds are sitting on a fence. Three of them decide to fly off. How many are left?

      S 1 Reply Last reply
      0
      • D David Crow

        If the other OS is Windows-based, you can use RegConnectRegistry().


        Five birds are sitting on a fence. Three of them decide to fly off. How many are left?

        S Offline
        S Offline
        skaanji
        wrote on last edited by
        #3

        It is linux. so i need some code to do id without windows API

        D Z 2 Replies Last reply
        0
        • S skaanji

          It is linux. so i need some code to do id without windows API

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Well, I don't know the format of any of the files that comprise the registry, so you may have a bit of work ahead of you. Good luck.


          Five birds are sitting on a fence. Three of them decide to fly off. How many are left?

          1 Reply Last reply
          0
          • S skaanji

            It is linux. so i need some code to do id without windows API

            Z Offline
            Z Offline
            ZoogieZork
            wrote on last edited by
            #5

            Have you considered Winelib[^]? It may provide the Win32 functions you're looking for. Otherwise, you might need to make your own limited version of the Remote Registry service to run on the Windows box. - Mike

            S 1 Reply Last reply
            0
            • Z ZoogieZork

              Have you considered Winelib[^]? It may provide the Win32 functions you're looking for. Otherwise, you might need to make your own limited version of the Remote Registry service to run on the Windows box. - Mike

              S Offline
              S Offline
              skaanji
              wrote on last edited by
              #6

              Thanks

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups