|
Prev: about function COM_IOControl in Virtual COM driver
Next: USB on Windows XP: Composite Devices and Selective Suspend
From: Kid on 5 May 2008 02:51 Hi I found serial.sys has been locked by system , so I cannot replace it by my sample code built serial.sys . Is there any way to unlock some built-in generic driver in Windows XP and Vista ? Thank you .
From: chris.aseltine on 5 May 2008 10:01 On May 5, 1:51 am, Kid <K...(a)discussions.microsoft.com> wrote: > I found serial.sys has been locked by system , so I cannot replace it by my > sample > code built serial.sys . > > Is there any way to unlock some built-in generic driver in Windows XP and > Vista ? The oft-recommended way is to go into the Services\serial key in the registry and change ImagePath to point to something else.
From: Tim Roberts on 6 May 2008 01:32
Kid <Kid(a)discussions.microsoft.com> wrote: > >I found serial.sys has been locked by system , so I cannot replace it by my >sample code built serial.sys . You shouldn't be replacing serial.sys anyway. It doesn't belong to you. What are you really trying to do here? -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc. |