locked the computer using matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi...
I'm working image processing application like continuous log in authentication project in that i need to lock the system using matlab can anyone give me a good link plz..
Thanks in advance...
1 commentaire
Réponse acceptée
per isakson
le 29 Juin 2013
Modifié(e) : per isakson
le 29 Juin 2013
Locking a Computer
The only way to lock a computer directly with the standard available tools is
to call the LockWorkstation() function in user32.dll:
Put together a call with the Matlab function, system
system('rundll32.exe user32.dll, LockWorkStation')
Or Google will help you find something better.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!