When I try to right click it says can not delete ... error while deleting key.
--
Thanks in advance
--
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...
--
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...
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 (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...
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...
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...