PDA

View Full Version : RE: Registry corruption by device driver


Steven Liu [MSFT]
April 15th 03, 07:57 AM
Hi Naomi,

The registry file is protected by the OS. We can't change the file from the
network computer by the network driver.

We can change the remote computer's registry by running the regedit and
select the remote computer in the File > Connect Network Registry.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Online Support Professional



This posting is provided Ħ°AS ISĦħ with no warranties, and confers no
rights.
--------------------
| From: "Naomi Magen" >
| Subject: Registry corruption by device driver
| Date: Mon, 14 Apr 2003 18:16:41 +0200
| Lines: 19
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: >
| Newsgroups:
microsoft.public.windowsxp.general,microsoft.publi c.windowsxp.embedded
| NNTP-Posting-Host: bzq-164-65.dsl.bezeqint.net 62.219.164.65
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.windowsxp.embedded:13452
microsoft.public.windowsxp.general:536364
| X-Tomcat-NG: microsoft.public.windowsxp.general
|
| Hi,
|
| Is it possible for a network device driver to do a stray write which will
| corrupt the registry file for the next boot, or is that area of the RAM
| protected?
|
| (I am developing a network driver for Embedded XP and the registry file
| seems to get corrupted - after proper shutdown the system failed to load
and
| indicated either SYSTEM or SOFTWARE are corrupted. Our storage is a
Compact
| Flash. This error can be reproduced by restarting the system over and
| over.).
|
| Many thanks,
|
| Naomi Magen
| TMT Coaxial Networks
|
|
|
|

john dingley
April 15th 03, 08:25 AM
You can for example write a simple VB program to access and change any
settings in the registry. Your driver could do the same.

"Naomi Magen" > wrote in message
...
> Thanks, John. Still, when you use regedit, the access to the data itself
is
> through the OS's system calls, so the protection might be different. Do
you
> know if there is a difference in the access rights to that area of memory
> between different components?
>
> Thanks,
>
> Naomi Magen
> TMT Coaxial Networks
>
>
>
> "john dingley" > wrote in message
> ...
> > The registry is not protected as you can edit it quite freely using
> regedit,
> > so your driver could make changes also.
> >
> > "Naomi Magen" > wrote in message
> > ...
> > > Hi,
> > >
> > > Is it possible for a network device driver to do a stray write which
> will
> > > corrupt the registry file for the next boot, or is that area of the
RAM
> > > protected?
> > >
> > > (I am developing a network driver for Embedded XP and the registry
file
> > > seems to get corrupted - after proper shutdown the system failed to
load
> > and
> > > indicated either SYSTEM or SOFTWARE are corrupted. Our storage is a
> > Compact
> > > Flash. This error can be reproduced by restarting the system over and
> > > over.).
> > >
> > > Many thanks,
> > >
> > > Naomi Magen
> > > TMT Coaxial Networks
> > >
> > >
> > >
> >
> >
>
>

Jeff Qiu
April 16th 03, 06:38 AM
Hi Naomi and John,

I believe we are not talking about Windows XP for PC but the Embedded XP.

The registry access mode should be different on the special storage device.

I suggestion you may post this to microsoft.public.windowsxp.embedded

Regards,

Jeff Qiu

Online Support Professional
Microsoft Corporation

This posting is provided Ħ°AS ISĦħ with no warranties, and confers no
rights.

--------------------
>From: "john dingley" >
>Newsgroups:
microsoft.public.windowsxp.general,microsoft.publi c.windowsxp.embedded
>Subject: Re: Registry corruption by device driver
>Date: Tue, 15 Apr 2003 08:25:23 +0100
>microsoft.public.windowsxp.general
>
>You can for example write a simple VB program to access and change any
>settings in the registry. Your driver could do the same.
>
>"Naomi Magen" > wrote in message
...
>> Thanks, John. Still, when you use regedit, the access to the data itself
>is
>> through the OS's system calls, so the protection might be different. Do
>you
>> know if there is a difference in the access rights to that area of memory
>> between different components?
>>
>> Thanks,
>>
>> Naomi Magen
>> TMT Coaxial Networks
>>
>>
>>
>> "john dingley" > wrote in message
>> ...
>> > The registry is not protected as you can edit it quite freely using
>> regedit,
>> > so your driver could make changes also.
>> >
>> > "Naomi Magen" > wrote in message
>> > ...
>> > > Hi,
>> > >
>> > > Is it possible for a network device driver to do a stray write which
>> will
>> > > corrupt the registry file for the next boot, or is that area of the
>RAM
>> > > protected?
>> > >
>> > > (I am developing a network driver for Embedded XP and the registry
>file
>> > > seems to get corrupted - after proper shutdown the system failed to
>load
>> > and
>> > > indicated either SYSTEM or SOFTWARE are corrupted. Our storage is a
>> > Compact
>> > > Flash. This error can be reproduced by restarting the system over and
>> > > over.).
>> > >
>> > > Many thanks,
>> > >
>> > > Naomi Magen
>> > > TMT Coaxial Networks
>> > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>
>

Google