<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pzg&#039;s blog &#187; 注册表</title>
	<atom:link href="http://pzg.me/tag/%e6%b3%a8%e5%86%8c%e8%a1%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://pzg.me</link>
	<description>苦了一辈子，一路走好</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>注册表中性能计数器名称字符串数值的格式不正确</title>
		<link>http://pzg.me/skill/168/performance-counter-registry-in-the-name-of-the-string-values-in-the-right-format/</link>
		<comments>http://pzg.me/skill/168/performance-counter-registry-in-the-name-of-the-string-values-in-the-right-format/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:11:23 +0000</pubDate>
		<dc:creator>countmeon</dc:creator>
				<category><![CDATA[电脑技巧]]></category>
		<category><![CDATA[性能计数器]]></category>
		<category><![CDATA[注册表]]></category>

		<guid isPermaLink="false">http://pzg.me/?p=168</guid>
		<description><![CDATA[注册表： HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version\Perflib\009 系统文件夹中的2个文件： %Systemroot%\System32\Perfc009.dat 和 %Systemroot%\System32\Perfh009.dat 重建计数器值步骤如下： 将系统安装盘中... ]]></description>
			<content:encoded><![CDATA[<p>注册表：<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version\Perflib\009<br />
系统文件夹中的2个文件：<br />
%Systemroot%\System32\Perfc009.dat 和<br />
%Systemroot%\System32\Perfh009.dat<br />
重建计数器值步骤如下：</p>
<p>将系统安装盘中的两个文件：DriveLetter:\i386\perfc009.da_ 和DriveLetter:\i386\perfh009.da_ 分别展开成：Perfc009.dat 和Perfh009.dat (DriveLetter代表系统安装盘盘符)，然后复制到系统文件夹%Systemroot%\System32\下，替换掉原来的2个文件。展开文件的命令格式为：expand perfc009.da_ Perfc009.dat。<br />
打开注册表编辑器，定位到：<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Perflib项。<br />
修改其中的2个子键值，LastCounter 改为十进制的1846，LastHelp 改为十进制的1847 。<br />
再定位到HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services项。<br />
找到所有的performance子键，如果performance子键内含有以下键值，则删除：<br />
FirstCounter<br />
FirstHelp<br />
LastCounter<br />
LastHelp<br />
做完以上工作，接下来就是重新添加性能计数器值：<br />
1. 打开一个命令提示符窗口。<br />
2. 通过输入cd %Systemroot%\System32命令，转入到系统文件夹。<br />
3. 通过findstr drivername *.ini命令，找到所有需要加载的驱动。<br />
4. 记下查找到的ini文件列表<br />
5. 然后对所有找到的ini文件通过loadctr inifile命令重新加载<br />
6. 最后重新启动计算机</p>
]]></content:encoded>
			<wfw:commentRss>http://pzg.me/skill/168/performance-counter-registry-in-the-name-of-the-string-values-in-the-right-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>注册表启动项，注册表删除那些程序在开机时候启动</title>
		<link>http://pzg.me/skill/89/launch-of-the-registry-the-registry-to-delete-those-procedures-start-at-boot-time/</link>
		<comments>http://pzg.me/skill/89/launch-of-the-registry-the-registry-to-delete-those-procedures-start-at-boot-time/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:46:29 +0000</pubDate>
		<dc:creator>countmeon</dc:creator>
				<category><![CDATA[电脑技巧]]></category>
		<category><![CDATA[启动项]]></category>
		<category><![CDATA[注册表]]></category>

		<guid isPermaLink="false">http://pzg.me/?p=89</guid>
		<description><![CDATA[其实很多软件都有此功能了管理启动项，可以很容易的的删除掉多余的启动项，只是我还是想知道是哪里让程序来启动的，不要因为有工具而去拒绝了解这些知识。 我的电脑\HKEY_LOCAL_MACHINE\SOFTW... ]]></description>
			<content:encoded><![CDATA[<p>其实很多软件都有此功能了管理启动项，可以很容易的的删除掉多余的启动项，只是我还是想知道是哪里让程序来启动的，不要因为有工具而去拒绝了解这些知识。</p>
<p>我的电脑\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run<br />
我的电脑\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce<br />
我的电脑\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx<br />
我的电脑\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices<br />
我的电脑\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunSevercesOnce<br />
我的电脑\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run<br />
我的电脑\HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\load<br />
我的电脑\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce<br />
我的电脑\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices<br />
我的电脑\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce</p>
]]></content:encoded>
			<wfw:commentRss>http://pzg.me/skill/89/launch-of-the-registry-the-registry-to-delete-those-procedures-start-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

