「HKEY_CURRENT_USER」→「Control Panel」→「Mouse」這個項目,
然後在右邊的設定頁面中按兩下「MouseHoverTime」,
準備編輯「MouseHoverTime」的反應速度。
reg add "HKEY_CURRENT_USERControl PanelMouse" /v MouseHoverTime /d 0 /f
「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
IconCache.db的預設存放路徑
Windows XP 作業系統碟:
Documents and Settings使用者名稱Local SettingsApplication Data
例如C:Documents and SettingsOuchLocal SettingsApplication Data
Windows Vista、Windows 7 作業系統碟:
Users使用者名稱AppDataLocal
例如C:UsersOuchAppDataLocal
刪除此檔後,重開機就正常了
@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
設定 Openwebmail 自動回覆功能
=======================================================
slackware 部分:
先確認 使用者是使用哪一個 shell vi /etv/passwd 查看該使用者的第7欄位,
是否有在 /etc/shells 清單中, 如果沒有請在 /etc/shells 清單中,
加入 這樣就可以使用 自動回復的功能了。
================================================
Powered by WordPress