我们可以像rundll32.exe shell32.dll,#XX
在 Windows 10 上调用锁屏那样运行吗?
我需要在没有 win+l 的情况下调用它,因为我的 Delphi 无法模拟 win 徽标键。
答案1
使用以下命令锁定屏幕:
rundll32.exe user32.dll,LockWorkStation
我们可以像rundll32.exe shell32.dll,#XX
在 Windows 10 上调用锁屏那样运行吗?
我需要在没有 win+l 的情况下调用它,因为我的 Delphi 无法模拟 win 徽标键。
使用以下命令锁定屏幕:
rundll32.exe user32.dll,LockWorkStation