伊莉討論區
標題:
用PowerShell去執行屏幕關閉
[打印本頁]
作者:
ryo89589
時間:
2023-7-14 11:58 PM
標題:
用PowerShell去執行屏幕關閉
打開 Windows PowerShell。
輸入以下內容:
(
Add-Type '
[DllImport("user32.dll")]
public static extern int SendMessage(
int hWnd,int hMsg,int wParam,int lParam
);
' -Name a -Pas
)::
SendMessage(-1,0x0112,0xF170,2)
複製代碼
執行。
歡迎光臨 伊莉討論區 (http://a04.eyny.com/)
Powered by Discuz!