Connect a smart Card

After connecting my computer to Microsoft for updates it has locked me out of administrative access. When wanting to install a software it keeps on saying connect a smart card. I have tried to go on start-Run -and typed gpedit.msc and it says access denied
you do not have permission to perform this operation Group policy error. Please help on how l can resolve this problem. I cant even do any other setting changes on my machine. I am using windows 8.1 pro wit media center on an asus 64bit.

Hi,
Have you any other Administrator account?
If yes, please log on with that account to disable the Smart Card Logon.
Start --> Run --> type gpedit.msc and press Enter.
Navigate to:
Computer Configuration\Administrative Templates\Windows Components\Smart Card
Right-click Turn on Smart Card Plug and Play service and click Edit to disable.
If no, please logon with the built-in administrator to do that if it's enabled.
Otherwise, there is no any other method except reinstallation.
Karen Hu
TechNet Community Support

Similar Messages

  • Connect to smart card

    I wanna connect to smart card by my card reader(ACR38U model). I wanna use java to connect , I mean connect, enter pin, and ready for process.... Do you have any code related wiith this?

    I can connect Card reader which does not a contactless and use standand JP/CSC and user jpcsc.jar to connect
    this get detail
    public CardBean getCard()throws Exception {
              CardBean cardBean = new CardBean();
              // TODO Auto-generated method stub
              log.info("EstablishContext(): ...");
              ctx = new Context();
              ctx.EstablishContext(PCSC.SCOPE_SYSTEM, null, null);
              String atrValue = null;
              log.info("Wait for card to be inserted in any reader ...");
              State state = null;
              do {
                   // blocks until a reader is available
                   ctx.GetStatusChange(PCSC.INFINITE, null);
                   // block until card is inserted
                   state = ctx.WaitForCard(PCSC.INFINITE);
              } while (state == null);
              log.info("Card inserted into " + state.szReader);
              atrValue = Apdu.ba2s(state.rgbAtr);
              log.info("Card ATR is " + atrValue);
              atrValue = atrValue.substring(atrValue.indexOf(" ") + 1, atrValue
                        .length());
              log.info("Connect to card " + state.szReader);
              log.info("Card ATR is " + atrValue);
              card = null;
              try {
                   card = ctx.Connect(state.szReader, PCSC.SHARE_EXCLUSIVE,
                             PCSC.PROTOCOL_T0 | PCSC.PROTOCOL_T1);
              } catch (Exception e) {
                   System.out.println("The smart card cannot be accessed because of other connections outstanding.");
                   e.printStackTrace();
              cardBean.setAtrValue(atrValue);
              cardBean.setCard(card);
              cardBean.setCtx(ctx);
              return cardBean;
    this is execute method
    public static List<String> executeAPDU(Card card, List<String> lAPDU) {
              log.info("executeAPDU .");
              List<String> lResult = new ArrayList<String>();
              for (int i = 0; i < lAPDU.size(); i++) {
                   byte[] ba = null;
                   try {
                        log.info("lAPDU message " + (String) lAPDU.get(i));
                        ba = Apdu.s2ba((String) lAPDU.get(i));
                   } catch (Exception e) {
                        e.printStackTrace();
                        log.info("invalid APDU: " + e.getClass() + ", "
                                  + e.getMessage());
                   String result = null;
                   try {
                        byte[] response = card.Transmit(ba, 0, ba.length);
                        result = Apdu.ba2s(response);
                        result = result.substring(result.indexOf(" ") + 1, result.length());
                        log.info("result apdu. " + result);
                        lResult.add(result);
                   } catch (Exception e) {
                        log.error("sending APDU failed: " + e.getClass()
                                  + ", " + e.getMessage());
              return lResult;
    You can download exampel from this link
    http://www.linuxnet.com/middle.html
    but I have problem that I don't how to connect with contact less
    Does any now can help me?
    ps. I don't know how to download jpcsc.jar to I got it from my friend

  • Logging into Windows Server 2012 from Remote Desktop requires "Connect with Smart Card"; how do I disable this?

    I am using pretty much the default setup. I cannot figure out how to disable this. I do not want to use smart cards.
    Any ideas?

    Does this mean you're trying to RDP from an XP box, therfore have the Remote Desktop feature on the server set to "less secure"? Sounds like thats what disables network authentication, prompting the Smart Card request.
    If you simply click to login as a different user, you can login without a smart card, to include the same user as was being prompted for the card.
    I expect if you choose the Remote Desktop feature requires network authentication on the server, the smart card requirement goes away, but you'll need to login from Win7 or newer clients. Not sure where Vista falls, probably okay too.

  • Connecting a Smart Card Reader to Intel iMac

    Im using a SCR331 CAC reader on my 2.5ghz MBP, I cant seem to get the system to recognize my CAC in the Keychain access list. Can someone help me out? Ive tried this link http://caconmac.openboxconcepts.com/safari, but you have to have the CAC recognized by the system first.

    If you have the developer tools loaded, it's not that hard to get this working. I just had to install libusb-0.1.12 and then the updated drivers for the reader. After a reboot it worked fine.
    libusb available from:
    http://libusb.sourceforge.net/download.html#stable
    Card drivers available from:
    http://www.scmmicro.com/support/pcs_downloads.php?lang=en
    (Driver/Firmware... SCR331/SCR531 CCID USB... MacOS X)

  • MS Remote Desktop and smart card reader

    I have installed MS Remote Desktop Conn. on my iMac and connected a smart card reader via the USB. Although my reader energizes when the computer is on, the computer doesn't seem to recognize the reader. When I insert a CAC card into the reader and try to log in remotely, I continue to get a "username/password" box instead of the CAC PIN number. Do I need to install some kind of smart card driver or does Apple already have it? I'm at a loss as to how to fix this.

    I was able to get rdesktop 1.6.0 to install on my Mac and I was able to get CAC log-in to work.
    However, the installation is a little tricky. I downloaded rdesktop 1.6.0 from this link:
    <<http://www.rdesktop.org>>
    My instructions for installation:
    1. Make sure Xcode Tools is installed on your computer. It should be on your OS X install disk.
    2. Find out where your X11 libraries are located:
    -From the Finder menu, selct "Go" >> "Go to Folder..."
    -Type (without the quotes) "/usr/X11", and click "Go"
    You should see a bunch of folders. Make sure the "include" and "lib" folders are there. Otherwise you need to find out where the X11 "include" and "lib" folders are located on your computer.
    3. Download rdesktop and place the (unarchived) rdesktop-1.6.0 folder on your Desktop
    4. Open the X11 application (should be in your Utilities folder)
    5. In the X11 window type the following (without the quotes):
    "cd Desktop/rdesktop-1.6.0 && ./configure --enable-smartcard -x-includes=/usr/X11/include -x-libraries=/usr/X11/lib && make && sudo make install"
    4. Hit enter. When prompted, enter your administrator password and hit enter.
    rdesktop should now be installed in the following folder:
    /usr/local/bin
    So, to launch rdesktop with smartcard log in enabled, open the X11 application (or Terminal application) and type the following (without the quotes, and replace your.server.address with the server address):
    "cd /usr/local/bin && ./rdesktop -r scard your.server.address"
    Hit enter and it should launch a new X11 window that will try to access the remote server where you should be prompted for your PIN.
    To explore more options with rdesktop, open X11 and type the following (without quotes):
    "cd /usr/local/bin && ./rdesktop"
    Hit enter and you should get a list of options available to rdesktop.

  • Help with Smart Card (CAC) reader installation

    Need help connecting my smart card reader to my Mac Book Pro. Either using Fire Fox, Explorer using Parallels with windows XP, or safari. I downloaded all the documentation from the Army AKO and still have problems with my Card reader.

    Hi there, I have written a really good "How-to" on firefox and CAC and also Safari. You might also want to try VMware since Parallels and DoD really don't mix at this time. If yu have any question please let me know.
    Jonathan
    http://www.applemacgeniusville.com

  • Help me about smart cards

    how connecting to smart cards reader please

    Old SC readers are connected via RS232 to a computer. Newer types have an USB connection. In both cases you would need a driver.
    What smart card reader do you have?

  • Smart card, PPTP VPN

    Hi for ALL,
    I have some trouble. I'm not very skilled in mac.
    I have gemalto smart card reader with smart card for connection to my workplace network via VPN (PPTP).
    In windows OS I just put in USB my token and creating new VPN connection where authentification is smart card (do not need this card use for login to local computer). When starting this VPN connection opening smart card pin window, enter pin, connection esabilisched.
    How do I the same on my macbook?
    P.S. VPN username is email address whith "@"
    THANKS

    any ideas please

  • Smart Card Problem with AnyConnect over RDP

    Hello,
    For ASA 5545, v-8.6(1)2 and AnyConnect v-3.1.0165, I'm trying to start an AnyConnect client tunnel on a remote RDP (both ends Windows 7) machine and am having problems. The RDP is configured to proxy smart card devices which generally works fine. I'm using current SafeNet eToken with current client software. When I start AnyConnect from client machines (no RDP), the tunnel opens with no problem using the smart card. When I try to start the tunnel on the remote machine via RDP, I'm prompted for cert selection and smart card PIN, but get a popup from AnyConnect: 'VPN connection terminated, smart card removed from reader'. When I try to start the tunnel via RDP but use the ASA web server to start, the tunnel starts up fine with the smart card.
    For the problem condition, the Windows event log on the remote RDP machine shows 3 entires (see below) wrt acvpnagent show smart card removal errors but the USB device is always inserted. Also, in investigating, I changed the client profile 'server list' config to SSL instead of IPSec. Same failure but the popup does not show.
    VPN connection terminated, Smartcard removed from reader.
    Description: VPNMGR_ERROR_SMARTCARD_REMOVED:A smartcard required for the connection has been removed
    Thanks in advance for any assistance.
    Mike

    This can be resolved by going to services and disabling Smart card

  • Standard Account and Smart Card

    I apparently have a standard account and  whenever I try to make an administrator change it tells me to connect a smart card and I don't know what it is.

    Owenthec,
    A smart card is a card that you can insert into a computer with a smart card reader that will allow you to log on to an account associated with that card. 
    In your case, the account associated with the card is an administrator account.
    If this is a work computer that you’re using, then it appears that your systems administrator has it set so that you cannot make changes.
    For more information, check out
    What is a smart card and how do I use one?
    Hope this helps!
    Mike
    Windows Outreach Team – IT Pro
    Windows for IT Pros on TechNet

  • PIV II Contactless Smart Card Support with Blackberry 10 Devices?

    I've seen documents describing NFC smart card support and ISO 14443 compliance in Blackberry 10 software and devices, but this doesn't really make it clear... Does the NFC support in BlackBerry 10 devices allow it to use certificates on a PIV II contactless smart card (which follows ISO 14443) for signing and encryption of e-mail? (without needing the separate Bluetooth-connected BlackBerry smart card reader)

    OK, undestood, I am neither of those. Just a user.
    POP email does not push instantly. I will tell you what another user here commented in another thread... any business now a days that is still on POP email is somewhat like using candles to light your offices. You need to be on IMAP.
    Perhaps you can check and see what it would take to convert. In most cases, it should be simple.
    And if you do, ASK if that IMAP has PUSH enabled.
    Or in naval terms... like sticking with a sail as the lastest technology when steam propulsion is available.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Connect smart card reader over usb and access digital signature certificate

    Hi,
    I got digital signature certificate stored in a smart card.I places smart card into card reader and plugged usb port of server.
    I can see card reader in windows environment.My problem is to connect card reader and access digital signature certificate using java code.
    I thinh it needs javax.smartcardio but i did not find necessary jar file for jdk 1.5.xx.
    1- Where can i download jar fiel for javax.smartcardio for jdk 1.5.xx
    2- Is there a blog or forum thread to help me to use smart card over usb?
    Thanks.

    One of the beauty of Java is that when the Java VM does not let you do something (here: accessing a Smart Card), there is no way that a purely Java solution will add this functionality.
    Hence, what you ask simply can not be done in pure Java (1.)5. Some machine-specific non-java code is required. And you did not specify your target.
    Unless a jar file could contain machine-specific code (I don't know if this is the case, and I never made one such jar file), there seems to be no way a jar file could help.

  • Blackberry Smart Card Reader 7250 and Blackberry Bold 9000 connecting and pairing

    As the subject line states, I am trying to connect and pair the Card Reader with the Device.  I am unsuccessful in following the steps to Pair the Device with the Card Reader.
    When I attemp to Click Connect from the Security Options/Smart Card/Registered Reader Drivers/Blackberry, and after I enter the reader ID on the device I receive an error "Connection to unknow device fail"  and then it tries to connect 2 more times, and I receive the error "Unable to connect your Blackberry Smart Card Reader. Please verify that the reader is turned on, that you have correctly specified the reader ID, and that the reader is not alreadt paired with another Blackberry.
    Could someone provide some assistance?

    I've received the same error. It's a known issue with a batch of new readers.  I called RIM and they said an updated software package should be made available online in the next day or so which will address/resolve the problem.

  • RDS Gateway + Smart Card Error [ The specified user name does not exist.]

    I have the following Windows Server 2008 R2 servers:
    addsdc.contoso.com, AD DS Domain Controller for contoso.com
    adcsca.contoso.com, AD CS Enterprise CA, CDPs/AIAs published externally.
    fileserver.contoso.com, RDS Session Host for Administration enabled
    rdsgateway.contoso.com, RDS Gateway enabled
    tmgserver.contoso.com, 'Publishing' rdsgateway.contoso.com but with pass-through authentication
    And the following Windows 7 PCs:
    internalclient.contoso.com
    externalclient.fabrikam.com
    There's no trust between the domains, the external client is completely separate on the internet but the CA certificate for contoso.com has been installed in the trusted Root CA store. All servers have certificates for secure RDP.
    I enrolled for a custom 'Smart Card Authentication' certificate with Client Authentication and Smart Card Logon EKUs from the CA, stored on my new Gemalto smart card using the Microsoft Base Smart Card CSP.
    From internalclient.contoso.com, I can RDP to fileserver.contoso.com
    using the smart card just fine with no certificate errors.
    From externalclient.fabrikam.com, I can RDP to fileserver.contoso.com
    via rdsgateway.contoso.com using a username and password just fine with no certificate errors.
    From externalclient.fabrikam.com, I can RDP to fileserver.contoso.com
    via rdsgateway.contoso.com using the smart card to authenticate to the gateway, and a username and password to authenticate to the end server, just fine.
    BUT from when using a smart card to authenticate to the end server via the gateway, it fails with:
         The specified user name does not exist. Verify the username and try logging in again. If the problem continues, contact your system administrator or technical support. 
    When I move the client into the internal network and try the connection again (still via the RDS Gateway), it works fine - the only thing I can think of is being outside the network and not being able to contact the AD DS DC for Kerberos is causing the issue
    - but I'm pretty sure this is a supported scenario?
    The smart card works fine internally, the subject of the certificate is the user's common name (John Smith) and the only SAN is
    [email protected] which matches the UPN of the user account as it was auto-enrolled.
    Does anyone have any ideas?

    I had a similar issue where I am using a smart card through a Remote Desktop Gateway. I had to disable Network Level Authentication (NLA) on the destination Remote Desktop Server. If anyone has another way around this, I'd appreciate hearing it. I'd prefer
    to use NLA.

  • How to use Smart Card API's (OCF) in Web Application

    Hi frnds,
    For our new smart card based project, i have few queries,
    1. Can we choose web based application for smart card based projects?
    2. How servlet will communicate with opencard CTListener class?
    3. While the card insertion and remove how the event will be reflet the servlet?
    4. For that is it needed to design the client UI by using Swing?
    5. Without Swing will servlet give all solution for smart card connection and events?
    Rgrds,
    dhaya.

    I am also looking for smart card Authentication using web. Any info really appreciated

Maybe you are looking for

  • Problem in Painting in JDesktopPane

    Hi Here is the code for my class: public class DiagramPane extends JDesktopPane{ public DiagramPane() { setDragMode(JDesktopPane.OUTLINE_DRAG_MODE); public void paint(Graphics g){ super.paint(g); int cmpCount=getComponentCount(); if(cmpCount>1){ for(

  • Set up a family with Apple Products

    What is the best way to set up a family with multiple apple products? Equipment: My wife and I each have iPhone v4s We have an AppleTV version 1 and an AppleTV version 2 iPad 2 NAS in the closet with iTunes server (which we don't utilize) iTunes inst

  • ISight with AIM??

    I looked but couldnt find any topics about this. I am trying to connect isight with aim and it will not recognize isight.. anyone know how i can fix this??? thanks

  • 24p transitions?

    Hi, I'm editing some footage in 24p and I want to put a transition between two clips, but it comes out all interlaced at 60i and looks kind of stupid. How can I set the transition to 24p? Thanks

  • TCP/IP Sockets

    TCP/IP Sockets I need to write a server/client program which will implement a weather server. A text file in the same directory as the server will be updated daily(manually) and the server will send this information to clients on request. The client