URGENT HELP DESIRED: how to copy registry files?

Hello Everyone,

I’m trying to restore the registry from my file filter driver.
To accomplish that i’m trying to copy files residing in the
‘C:\WINNT\system32\config’ directory to my hidden buffer from the driver
entry routine of my boot driver. I’m using ‘kfccopy’ for creating the
copy, and later using status reparse to redirect the request.

Alas! i’m getting KMODE_EXCEPTION_NOT_HANDLED as soon as my driver reaches
the copy routine.

Please help…

thanks,
Swati Chawdhary

Swati,
Look at the archives this topic has been covered, you can not
call file routines from a boot driver’s Driver entry routine.

-Srin.

-----Original Message-----
From: swati [mailto:xxxxx@divassoftware.com]
Sent: Friday, July 25, 2003 8:33 AM
To: File Systems Developers
Subject: [ntfsd] URGENT HELP DESIRED: how to copy registry files?

Hello Everyone,

I’m trying to restore the registry from my file filter driver.
To accomplish that i’m trying to copy files residing in the
‘C:\WINNT\system32\config’ directory to my hidden buffer from the
driver
entry routine of my boot driver. I’m using ‘kfccopy’ for creating the
copy, and later using status reparse to redirect the request.

Alas! i’m getting KMODE_EXCEPTION_NOT_HANDLED as soon as my driver
reaches
the copy routine.

Please help…

thanks,
Swati Chawdhary


You are currently subscribed to ntfsd as: xxxxx@nai.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

After copying the System registry, you MUST reboot. Otherwise, the
in-memory and in-file registry will be out of sync.

Max

----- Original Message -----
From: “swati”
To: “File Systems Developers”
Sent: Friday, July 25, 2003 7:32 PM
Subject: [ntfsd] URGENT HELP DESIRED: how to copy registry files?

> Hello Everyone,
>
> I’m trying to restore the registry from my file filter driver.
> To accomplish that i’m trying to copy files residing in the
> ‘C:\WINNT\system32\config’ directory to my hidden buffer from the driver
> entry routine of my boot driver. I’m using ‘kfccopy’ for creating the
> copy, and later using status reparse to redirect the request.
>
> Alas! i’m getting KMODE_EXCEPTION_NOT_HANDLED as soon as my driver reaches
> the copy routine.
>
> Please help…
>
> thanks,
> Swati Chawdhary
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com