Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created March 16, 2023 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umpirsky/91bcc921fb987051c2e6a45ca0c5199f to your computer and use it in GitHub Desktop.
Save umpirsky/91bcc921fb987051c2e6a45ca0c5199f to your computer and use it in GitHub Desktop.
@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