Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Posts
    16

    Trying to Delete Sub-Key

    Attempting to delete this sub key with DeleteKey Action

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\RemoteComputer\NameSpace\{2227 A280-3AEA-1069-A2DE-08002B30309D}]
    @="Printers"

    NameSpace has two numaric sub-keys, the one shown is what I'm practicing on, it's value is Printers.

    I've tried several variations including this,

    Registry.DeleteKey(HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Explore r\RemoteComputer\NameSpace", "{2227A280-3AEA-1069-A2DE-08002B30309D}");

    After rebooting or re-logging the key is still there no matter what I try. Any thoughts?

  2. #2
    Join Date
    Dec 2003
    Posts
    16

    Nevermind

    Opps... Was'nt formating my path correctly, used to the v4 single slash not the \\ throughout the path. Sorry

Posting Permissions

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