After installation I can mount and use my drive, but after one reboot, Windows shows the message telling that my copy is not genuine, and it cant even activate again, even if I remove my driver.
Rechecked several parts of the code, and cant figure out what is going wrong, my driver show no errors in windbg.
Anyone faced this before?
Is there any doc about how the activation works, in related with disk drivers, any special request that I need to support?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Friday, July 30, 2010 8:28 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] disk driver is making windows go not genuine.
Hello all,
After installation I can mount and use my drive, but after one reboot,
Windows shows the message telling that my copy is not genuine, and it cant
even activate again, even if I remove my driver.
Rechecked several parts of the code, and cant figure out what is going
wrong, my driver show no errors in windbg.
Anyone faced this before?
Is there any doc about how the activation works, in related with disk
drivers, any special request that I need to support?
On Fri, Jul 30, 2010 at 10:42 AM, Gary G. Little wrote: > Driver verifier? WDF verifier (if applicable). > > Gary G. Little > H (952) 223-1349 > C (952) 454-4629 > xxxxx@comcast.net > > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of > xxxxx@gmail.com > Sent: Friday, July 30, 2010 8:28 AM > To: Windows System Software Devs Interest List > Subject: [ntdev] disk driver is making windows go not genuine. > > Hello all, > > After installation I can mount and use my drive, but after one reboot, > Windows shows the message telling that my copy is not genuine, and it cant > even activate again, even if I remove my driver. > > Rechecked several parts of the code, and cant figure out what is going > wrong, my driver show no errors in windbg. > > Anyone faced this before? > > Is there any doc about how the activation works, in related with disk > drivers, any special request that I need to support? > > Thanks > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at > http://www.osronline.com/page.cfm?name=ListServer > > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer >
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Guilherme Moro
Sent: Friday, July 30, 2010 10:28 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] disk driver is making windows go not genuine.
Verifier doesnt shows any problems too. =(
On Fri, Jul 30, 2010 at 10:42 AM, Gary G. Little wrote: > Driver verifier? WDF verifier (if applicable). > > Gary G. Little > H (952) 223-1349 > C (952) 454-4629 > xxxxx@comcast.net > > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of > xxxxx@gmail.com > Sent: Friday, July 30, 2010 8:28 AM > To: Windows System Software Devs Interest List > Subject: [ntdev] disk driver is making windows go not genuine. > > Hello all, > > After installation I can mount and use my drive, but after one reboot, > Windows shows the message telling that my copy is not genuine, and it > cant even activate again, even if I remove my driver. > > Rechecked several parts of the code, and cant figure out what is going > wrong, my driver show no errors in windbg. > > Anyone faced this before? > > Is there any doc about how the activation works, in related with disk > drivers, any special request that I need to support? > > Thanks > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at > http://www.osronline.com/page.cfm?name=ListServer > > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at > http://www.osronline.com/page.cfm?name=ListServer >
But I have found the problem, its a security descriptor that was
blocking access to the device.
Thanks
On Sat, Jul 31, 2010 at 4:11 AM, M. M. O’Brien
wrote: > What kind of disk driver is your driver exactly? > > mm > > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of Guilherme Moro > Sent: Friday, July 30, 2010 10:28 AM > To: Windows System Software Devs Interest List > Subject: Re: [ntdev] disk driver is making windows go not genuine. > > Verifier doesnt shows any problems too. =( > > On Fri, Jul 30, 2010 at 10:42 AM, Gary G. Little > wrote: >> Driver verifier? WDF verifier (if applicable). >> >> Gary G. Little >> H (952) 223-1349 >> C (952) 454-4629 >> xxxxx@comcast.net >> >> -----Original Message----- >> From: xxxxx@lists.osr.com >> [mailto:xxxxx@lists.osr.com] On Behalf Of >> xxxxx@gmail.com >> Sent: Friday, July 30, 2010 8:28 AM >> To: Windows System Software Devs Interest List >> Subject: [ntdev] disk driver is making windows go not genuine. >> >> Hello all, >> >> After installation I can mount and use my drive, but after one reboot, >> Windows shows the message telling that my copy is not genuine, and it >> cant even activate again, even if I remove my driver. >> >> Rechecked several parts of the code, and cant figure out what is going >> wrong, my driver show no errors in windbg. >> >> Anyone faced this before? >> >> Is there any doc about how the activation works, in related with disk >> drivers, any special request that I need to support? >> >> Thanks >> >> — >> NTDEV is sponsored by OSR >> >> For our schedule of WDF, WDM, debugging and other seminars visit: >> http://www.osr.com/seminars >> >> To unsubscribe, visit the List Server section of OSR Online at >> http://www.osronline.com/page.cfm?name=ListServer >> >> >> — >> NTDEV is sponsored by OSR >> >> For our schedule of WDF, WDM, debugging and other seminars visit: >> http://www.osr.com/seminars >> >> To unsubscribe, visit the List Server section of OSR Online at >> http://www.osronline.com/page.cfm?name=ListServer >> > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at > http://www.osronline.com/page.cfm?name=ListServer > > > — > NTDEV is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer >