필터 지우기
필터 지우기

locked the computer using matlab

조회 수: 1 (최근 30일)
venkat vasu
venkat vasu 2013년 6월 29일
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
Walter Roberson
Walter Roberson 2013년 6월 29일
This would be operating-system specific.

댓글을 달려면 로그인하십시오.

채택된 답변

per isakson
per isakson 2013년 6월 29일
편집: per isakson 2013년 6월 29일
On Windows see: Changing Computer State
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
See: How to lock your computer using command line. This might do the trick
system('rundll32.exe user32.dll, LockWorkStation')
Or Google will help you find something better.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by