Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Just a question  (Read 2496 times)

0 Members and 1 Guest are viewing this topic.

alecsillidan

    Topic Starter


    Beginner

    Just a question
    « on: March 11, 2009, 11:04:39 AM »
    Ok, how can i add something to registry without editor or using any .reg files? i mean i want to add something to HKEY_CURRENT_USER\Software\Adobe\"Test"="*:\\*\\*****\\*****.***" how do i add it? without editor or .reg file (from a batch/exe file i want to know)
    We never had to cheat 'cause we already won!

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: Just a question
    « Reply #1 on: March 11, 2009, 12:46:45 PM »
    You can't basically...
    unless you want to export your registry to a large txt file and do it in a word processing app and then re-import it...
    Why you would want to do it this way is beyond me though.
    Why can't you use regedit ? ?
    Permissions perhaps ? ?.............. ::)
    " Anyone who goes to a psychiatrist should have his head examined. "

    alecsillidan

      Topic Starter


      Beginner

      Re: Just a question
      « Reply #2 on: March 12, 2009, 02:29:18 AM »
      Not ur business :P
      We never had to cheat 'cause we already won!

      Dias de verano

      • Guest
      Re: Just a question
      « Reply #3 on: March 12, 2009, 02:35:32 AM »
      Not ur business :P

      We don't need people like you on here. I hope this is goodbye.

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: Just a question
      « Reply #4 on: March 12, 2009, 03:17:42 AM »
      Secretly trying to add registry keys? Hmmmmm.....

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Just a question
      « Reply #5 on: March 12, 2009, 08:00:48 AM »
      It's actually quite simple, simply compile a new C application, calling the relevant Registry API functions, RegQueryValueEx,RegSetValueEx.

      Once compiled you can call it from batch! easy as pie! and it only takes a few hours.

      Oh and it still won't workaround registry permissions.
      I was trying to dereference Null Pointers before it was cool.