OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Fabio Mazzocchi (fabio.mazzocchiSNI.IT)
Date: Mon Sep 17 2001 - 15:16:27 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hi Eric,
    what happens if you set the entry "DisableCAD"=dword:00000001, in the key
    "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"?

    Fabio

    ----- Original Message -----
    From: "Eric Perlin" <ericperlMICROSOFT.COM>
    To: <SmartCardSDKDISCUSS.MICROSOFT.COM>
    Sent: Monday, September 17, 2001 10:03 PM
    Subject: Re: W2K Smartcard logon

    Smart logon can not be disabled.

    -----Original Message-----
    From: Bernd Redecker [mailto:bernd.redeckerPDB.SBS.DE]
    Sent: Tuesday, September 11, 2001 5:56 AM
    To: SmartCardSDKDISCUSS.MICROSOFT.COM
    Subject: Re: W2K Smartcard logon

    Hi Sergio,

    thanks for your hints. We tried both, but unfortunately none of them
    worked. We still get the smartcardloginbox.

    Do you have any other ideas ?

    CU

    Bernd

    Sergio Ortiz wrote:

    > Hi,
    >
    > > we have a little problem with W2K and smartcards : on some machines,

    > > after installing the drivers for a cardreader, the logon-screen is
    > > exchanged. The new one says "Insert Smartcard or press Ctrl-Alt-Del
    > > to sign on". Since we are not using smartcards to sign on, this only

    > > confuses the user. Does anybody know how to switch this off ? There
    > > hase to be a chance to switch it off, since it does not happen on
    > > all machines.
    > You some registry keys under
    > HKLM\Software\Microsoft\WindowsNT\Winlogon that may be useful. They're

    > called ScLogonReader and scremoveoption. Try playing with these
    > ....e.g. remove them, set to values, etc..
    >
    > You can also write a STUB custom GINA and use WlxSetOption with
    > WLX_OPTION_USE_SMART_CARD to 0. But this is more difficult...
    >
    > I hope this helps