Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to delete reg entry HKLM\System\ControlSet001\Enum\Root\Legacy

3,559 views
Skip to first unread message

John F. Davis

unread,
Oct 23, 2008, 3:31:02 PM10/23/08
to
HKLM\System\ControlSet001\Enum\Root\Legacy_gpdev

When I try to right click it says can not delete ... error while deleting key.
--
Thanks in advance

Don Burn

unread,
Oct 23, 2008, 3:33:36 PM10/23/08
to
You need to change the permissions to deletel from the enum key.


--
Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply


"John F. Davis" <JohnF...@discussions.microsoft.com> wrote in message
news:2B311C1D-D308-4E43...@microsoft.com...

John F. Davis

unread,
Oct 23, 2008, 3:41:00 PM10/23/08
to
How do you change persmissions in enum key? I am in the registry.
--
Thanks in advance

Don Burn

unread,
Oct 23, 2008, 3:42:22 PM10/23/08
to
In regedt32 right click on the item you want permissions is an option.


--
Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply


"John F. Davis" <JohnF...@discussions.microsoft.com> wrote in message

news:B1BD882C-2175-4AC7...@microsoft.com...

John F. Davis

unread,
Oct 23, 2008, 3:59:01 PM10/23/08
to

Thanks. That worked. Unfortunately it does not explain why I still can't
do a CreateFileOpen in my user code. I get an error, 2 when it tries to open
\\.\GpdDev using either OPEN_EXISTING or CREATE_NEW. This is after I have
created and started the driver/service.

In the DebugView, I see only two messages from my driver. One is for
DeviceEntry which gets called as a result of me Creating the driver/service
and the other is within driver entry where I call IoCreateDevice and I get a
good return code (0) from the call.

I have a DebugPrint for every other driver routine and none of them are
called.

Don Burn

unread,
Oct 23, 2008, 4:09:55 PM10/23/08
to
How about the call to IoCreateSymbolicLink to allow the device to be opened
from user space, what does it return?


--
Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

"John F. Davis" <JohnF...@discussions.microsoft.com> wrote in message

news:72A9C949-8889-47D4...@microsoft.com...

Kerem Gümrükcü

unread,
Oct 27, 2008, 1:32:16 AM10/27/08
to
Hi John,

you rightclick on the key (folder) on the left treeview and
then select something like security/permissions. I dont
know whats displayed on a english localized windows
there, since my vista ue displays me "Berechtigungen..."
which stands for "Permissions..."
Dont forget to apply the security settings to sub-objects
of the registry tree, so that you can delete the complete key
and its values,...


Regards

Kerem

"John F. Davis" <JohnF...@discussions.microsoft.com> schrieb im
Newsbeitrag news:B1BD882C-2175-4AC7...@microsoft.com...

David Craig

unread,
Oct 27, 2008, 2:41:07 AM10/27/08
to
Resplendence has an excellent product for registry editing and viewing. I
have been using it for many years and it combines the capabilities of
regedit and regedt32 with a better user interface and searching
capabilities.

However, I still recommend using Symantec Ghost (not Norton Ghost) booting
from a USB stick to save the OS images to a second hard drive that is
formatted with FAT32. It takes about 10 minutes to save a partition that is
used for testing and about the same to restore it. I normally use the drive
to and from image so I make sure I get all the partition records including
the master boot record. I can switch between XP, Server 2003, Vista, and
Server 2008 easily and quickly to undo all the entries created by the OS for
a hardware device. In my case it is a network controller and by setting the
options in the boot.ini properly each image boots and stops to allow me to
choose if I want to run in /onecpu mode and with a 1394a windbg session or
serial, if desired. Get two hard drives with the first being about 80GB or
so and the second as large as you might need. I split the second into a
large FAT32 partition for Ghost images and the other to hold any test tools
I might need to install or have available. Using the kdfiles file on the
host system keeps my windbg sessions using the latest version of the driver
without all the 'update driver' steps after the first install is done. It
also bypasses all the signed driver warnings.

"Kerem Gümrükcü" <kare...@hotmail.com> wrote in message
news:uAAHiV$NJHA...@TK2MSFTNGP02.phx.gbl...

0 new messages