顯示具有 registry 標籤的文章。 顯示所有文章
顯示具有 registry 標籤的文章。 顯示所有文章

2016年1月17日 星期日

windows xp , stop wbem logging, and change WMI repository to ramdisk

windows xp , stop wbem logging, and change WMI repository to ramdisk

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM
Key: Repository Directory
value: R:\xxx\Repository
where R: drive is your ramdisk drive, and xxx is your existing folder in ramdrive.


Key: Logging
value:  1  --> 0

您也可以為 WMI 設定錯誤記錄檔:
  • 所有的記錄檔的目的資料夾是設定此登錄子機碼:
    HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\CIMOM\LoggingDirectory
  • 最大檔案大小是設定下列登錄子機碼:
    HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\CIMOM\Log File Max Size
下列登錄子機碼會決定如何 Windows 驅動程式模型 (WDM) 提供者將會記錄錯誤:
HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\CIMOM\Logging

值:
0: 關閉記錄
1:   錯誤記錄
2: 詳細資訊記錄

windows XP assign Recent folder to ramdisk, or other drive

windows XP  assign Recent folder to ramdisk, or other drive

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
key: Recent
string: R:\Recent

purpose: decrease ssd, or system drive read/write activity

In Gvim ,How to setup default font and font-size In  .gvimrc  , You must add a ( \ ) back-slash  to tell gvim ,  16  is the  font-size  . Ot...