|
|
Win10右鍵添加關(guān)閉顯示器選項(xiàng)的方法 操作步驟:(文末有一鍵導(dǎo)入) 1、打開注冊(cè)表編輯器(Win+R-輸入“regedit”-回車)定位到: HKEY_CLASSES_ROOTDesktopBackgroundShell 2、右擊 shell-新建-項(xiàng),新建項(xiàng)命名為:Atmonitor 3、在新建的“Atmonitor”項(xiàng)右側(cè)新建三個(gè)字符串值:MUIVerb、icon、Position MUIVerb 中填入:關(guān)閉顯示器(&M) Icon 中填入:imageres.dll,193 Position 中填入:Bottom 4、右擊 Atmonitor -新建-項(xiàng),新建項(xiàng)命名為:command 5、在新建的"command"項(xiàng)右側(cè)(默認(rèn))中填入: PowerShell -windowstyle hidden -command "(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)" 6、重啟計(jì)算機(jī)!桌面空白處右鍵會(huì)出現(xiàn)"關(guān)閉顯示器"項(xiàng)。 一鍵導(dǎo)入注冊(cè)表(附刪除):點(diǎn)擊下載注冊(cè)表項(xiàng) |
|