/// <summary> /// 锁定 /// </summary> public static void SetComputerLock() { Win32Funcs.LockWorkStationWrapper(); }