要解決Windows 7按滑鼠右鍵無法打開「管理」視窗的問題,只打開註冊表,
找到以下值:
[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManagecommand]
將「默認」的值 [%SystemRoot%system32CompMgmtLauncher.exe]
改為 [mmc.exe %windir%system32compmgmt.msc]
要解決Windows 7按滑鼠右鍵無法打開「管理」視窗的問題,只打開註冊表,
找到以下值:
[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManagecommand]
將「默認」的值 [%SystemRoot%system32CompMgmtLauncher.exe]
改為 [mmc.exe %windir%system32compmgmt.msc]
方法一
步驟一
啟動「檔案總管」,點擊功能選單的「工具」,並選取「資料夾選項」
切換到「檢視」標籤,在「進階設定」內尋找一個名稱為「一律顯示圖示,不顯示縮圖」的選項並將它核取。
點擊「確定」按鈕完成設定
「HKEY_CURRENT_USER」→「Control Panel」→「Mouse」這個項目,
然後在右邊的設定頁面中按兩下「MouseHoverTime」,
準備編輯「MouseHoverTime」的反應速度。
reg add "HKEY_CURRENT_USERControl PanelMouse" /v MouseHoverTime /d 0 /f
禁用-視窗拖拽到螢幕頂部時,它會自動最大化
HKEY_CURRENT_USERControl PanelDesktop
設置WindowArrangementActive鍵值為0
reg add "HKEY_CURRENT_USERControl PanelDesktop" /v
indowArrangementActive /d 0 /f
@echo off
REG DELETE "HKCUSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v PastIconsStream /f
REG DELETE "HKCUSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v IconStreams /f
taskkill /F /T /IM explorer.exe
c:windowsexplorer.exe
Powered by WordPress