locked the computer using matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
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...
채택된 답변
per isakson
2013년 6월 29일
편집: per isakson
2013년 6월 29일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!