Created
March 16, 2023 17:14
-
-
Save umpirsky/91bcc921fb987051c2e6a45ca0c5199f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
taskkill/im TokenUtil.exe /f | |
ECHO U TOKU JE RESTART SERVISA SMARTCARD (SCardSvr) | |
NET STOP SCardSvr | |
NET STOP CryptSvc | |
ECHO U TOKU JE RESTART Cryptographic Services (CryptSvc) | |
NET START CryptSvc | |
NET START SCardSvr | |
cd C:\Program Files\TrustEdgeID\ | |
start TokenUtil.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment