Searching the registry from a command line in windows 2000 PRofessional Windows 2000 Professional中用命令行搜索注冊表by Jim Boyce 翻譯:purpleendurer 2006-02-07 第1版KeyWords: Data mining and analysis Data warehousing/business intelligence Microsoft Windows Windows 2000 要害字:數據探掘與分析 數據倉庫/商業智能 Microsoft Windows Windows 2000 Takeaway: Jim Boyce shows us a command-line registry search alternative that will save you time and effort when working with Windows 2000 Professional. 概述: Jim Boyce為我們展示了一個命令行注冊表搜索可選方案,當我們使用Windows 2000專業版時,它將節約您的時間和力氣。 If you work with the registry at all, it is likely that you have spent some time searching through the registry in Registry Editor, looking for keys or values. The registry can contain thousands of elements, so finding the one you seek can be time-consuming. 假如您基本上要與注冊表打交道,其情形很可能是:在注冊表編輯器里花費一些時間搜索。注冊表可能包含數千個元素,以致找到你所尋的東東可能是費時的。<purpleendurer注:1。it is likely that 很可能 2。thousands of 數千的> If you are looking for a command-line alternative to registry search, whether as an alternative to Registry Editor or to integrate in batch files or scripts, the Windows 2000 Resource Kit has a solution for you. 假如您正在尋找一個命令行注冊表搜索可選方案,無論是注冊表編輯器或集成在批處理文件或腳本的可選方案,Windows 2000資源工具包為你預備了一個解決方案。The Regfind.exe tool enables you to search the registry data, key names, or value names on the local or a remote computer. Regfind.exe supports numerous arguments to help you refine the registry search, sUCh to search for specific types of values or malformed REG_SZ and REG_EXPAND_SZ values. Regfind.exe工具使您能搜索本地或遠程計算機中的注冊表數據,鍵名,或數值名。Regfind.exe支持為數眾多的參數來幫助您簡化注冊表搜索,如搜索特定類型的數值或不合式REG_SZ和REG_EXPAND_SZ數值。 <purpleendurer注:1。malformed:a. 難看的,畸形的;[計算機] 不合式>Besides providing search capability, Regfind.exe also enables you to replace values in the registry. This capability can be particularly useful for replacing multiple instances of a value located in different subkeys. It is a good idea to perform a search in the registry first, without using the replace argument to identify what Regfind.exe will change. Also, it is recommended that you back up the pertinent parts of the registry by exporting the key or subkey to a registry script file. 除了提供搜索能力外,Regfind.exe也使你能替換注冊表中數值。該功能在替換多個位于不同子鍵的裸體值非凡有用。首先在注冊表中執行一次不帶替換參數的搜索是個好主意。同樣,建議您通過導出鍵或子鍵到注冊表描述文件的方法來備份注冊中相關的部分。 英文來源:http://techrepublic.com.com/5100-10877_11-6032293.Html?tag=nl.e030