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!