Announcement

Collapse
No announcement yet.

Help Reading and writing Hex \ Binary

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help Reading and writing Hex \ Binary

    Maybe the problem is in the way I am doing something, or maybe it's a bug. But, I seem to be having problems reading and writing hex:00 00 00 00 or hex:00 (Binary).

    Example:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
    "NoActiveDesktop"=hex:01,00,00,00

    I've gone over the spelling many times, all seems to be in order.

    What is the proper way to setup AMS to read and write hex\binary

    thanks in advance
    stagemon

  • #2
    Re: Help Reading and writing Hex \ Binary

    Unless I'm mistaken, you need REG_BINARY coz REG_SZ doesnt work for creating the entry you are trying to create.
    Fortunately for you, however, AMS4 is about to be released and has it all in there! [img]/ubbthreads/images/icons/smile.gif[/img]
    You could always put the info into a reg file and execute the file. That should work.

    I am curious why you would want to turn off Active Desktop ability on a users system, or is this for your own system?
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment

    Working...
    X