Displaying 1 result from an estimated 1 matches for "contextmarshalexcept".
2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
...e the keys under HKEY_CLASSES_ROOT
HKEY_CLASSES_ROOT> list
<snip>
K System.Collections.CaseInsensitiveComparer
K System.Collections.CaseInsensitiveHashCodeProvider
K System.Collections.Hashtable
K System.Collections.Queue
K System.Collections.SortedList
K System.Collections.Stack
K System.ContextMarshalException
<snip>
Problem is when I want to go to another key, in this case I want to read, as
I said before,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
HKEY_CLASSES_ROOT> predef
HKEY_LOCAL_MACHINE
HKEY_CLASSES_ROOT> pwd
HKEY_CLASSES_ROOT
There is no way I can rea...