Re: WHQL scope for ControlDeviceObject KMD



I'll intensify what Maxim said. It's not only *normal*, it's the whole point of UAC in the first place. If you find a way around it, please let MS know so they can fix the security hole.

The only way to avoid getting a UAC dialog every time you load your driver is to install it with an INF, and get that signed. AFAIK, demand starting an already-installed signed driver isn't inherently a UAC event.

(Though, it's apparently a little tricky sometimes, see here: http://www.osronline.com/showthread.cfm?link=152431)

Maxim S. Shatskih wrote:
then. But, I still have a problem of trying to load/unload this
driver, which causes a UAC prompt everytime

That is normal. Load/unload of the driver is the privileged operation.



--
Ray
.



Relevant Pages

  • Re: WHQL scope for ControlDeviceObject KMD
    ... The only way to avoid getting a UAC dialog every time you load your ... starting an already-installed signed driver isn't inherently a UAC event. ... I need Vista Logo certification...For this ...
    (microsoft.public.development.device.drivers)
  • Re: Problem with sharing a printer in VISTA
    ... Just saw the following posted by Sam, do you have uac off? ... install a network shared printer with uac off. ... This Vista print subsystem is really quirky and the messages so indescriptive you don't know what to do. ... You might call your pc maker I think they are your first level of support and it should be free if you just bought your pcs within a year, but they usually refer you to the printer maker as having a driver issue, but it may prove fruitful talking to both anyway. ...
    (microsoft.public.windows.vista.print_fax_scan)
  • Re: Printing with UAC turned off
    ... it to print it is not compatible with Vista. ... Microsoft broke their driver by changing the way drivers work in Vista. ... Turning off UAC is not an acceptable ...
    (microsoft.public.windows.vista.print_fax_scan)
  • Mysterious change in DbgPrint functionality
    ... online, I disabled User Account Control (UAC). ... DebugView stopped showing messages from my driver. ...
    (microsoft.public.development.device.drivers)