Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2003
    Posts
    3

    Grin Snap to a location in the registry?

    I would like to single click to open this location: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run so that I can see what items are starting up when Windows starts and then delete them selectively - is this possible?

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Re: Snap to a location in the registry?

    Start/Run/MSCONFIG [img]/ubbthreads/images/icons/smile.gif[/img]

    Or do you mean progmatically from AMS.

  3. #3
    Join Date
    Feb 2003
    Posts
    3

    A single click link on an Autoplay CD... that opens the registry and goes directly to the path I hav

    A single click link on an Autoplay CD... that opens the registry and goes directly to the path I have commanded it to. Nothing regarding MSCONFIG.

    Thanks,
    Joe

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: A single click link on an Autoplay CD... that opens the registry and goes directly to the path I

    If it's just for you to view then simply open regedit and open that key so you can view it. Now close regedit, leaving that key open. Then simply use a file execute action from your CD to launch

    regedit -v

    And it will open to the last key you left open. Might work, anyhow that's all I can think of. If that doesn't work then you should try Google to find out a bit more about manipulating and viewing your registry. Good luck...

    Corey Milner
    Creative Director, Indigo Rose Software

  5. #5
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Re: A single click link on an Autoplay CD... that opens the registry and goes directly to the path I

    Here's a little sample I whipped up that uses AMS's Registry Actions to pull the info and populate a Listbox. From there you can delete the entry if you wish.

    Be careful though, I'm not responsible for any problems you might encounter if something gets deleted that shouldn't

    The code that does the Deleting is Disabled. Enable it only after you have looked through the code and you are sure that it is going to do what you want.

    Download

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts