查看完整版本: 用PowerShell去執行屏幕關閉
頁: [1]

ryo89589 發表於 2023-7-14 11:58 PM

用PowerShell去執行屏幕關閉


[*]打開 Windows PowerShell。
[*]輸入以下內容:(
        Add-Type '
               
                public static extern int SendMessage(
                        int hWnd,int hMsg,int wParam,int lParam
                );
        ' -Name a -Pas
)::
SendMessage(-1,0x0112,0xF170,2)
[*]執行。

<div></div>
頁: [1]