Java实现Windows锁屏

2020-12-13 02:42

阅读:321

标签:style   col   static   row   java实现   nbsp   void   实现   java   

1 public class LockWindows {
2     public static void main(String [] args) throws Exception {
3        Runtime.getRuntime().exec("RunDll32.exe user32.dll,LockWorkStation");
4     }
5 }

 

Java实现Windows锁屏

标签:style   col   static   row   java实现   nbsp   void   实现   java   

原文地址:https://www.cnblogs.com/changfangxing/p/11049571.html


评论


亲,登录后才可以留言!