<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[苯ヤ苯︷]]></title>
<description><![CDATA[ ]]></description>
<link>http://81206414.qzone.qq.com</link>
<lastBuildDate>Sat, 28 Nov 2009 04:50:57 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Wed, 28 Oct 2009 14:54:14 GMT</pubDate>

<item>
<title><![CDATA[优化Win7]]></title>
<link>http://81206414.qzone.qq.com/blog/1256741654</link>
<description><![CDATA[<br>一 减肥<br>1 将虚拟内存移到D盘<br>2 关闭休眠功能 @powercfg -h off<br>3 点c:\windows\winsxs 属性，高级，压缩内容以便节省磁盘空间 (取得管理员所有权)<br><br> 我的电脑右键，管理，将Administrator启用,将下面复制到 取得管理员权限.reg，导入<br>Windows Registry Editor Version 5.00<br><br>[HKEY_CLASSES_ROOT\*\shell\runas]<br>@=&quot;管理员取得所有权&quot;<br>&quot;NoWorkingDirectory&quot;=&quot;&quot;<br>[HKEY_CLASSES_ROOT\*\shell\runas\command]<br>@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;<br>&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;<br>[HKEY_CLASSES_ROOT\exefile\shell\runas2]<br>@=&quot;管理员取得所有权&quot;<br>&quot;NoWorkingDirectory&quot;=&quot;&quot;<br>[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]<br>@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;<br>&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;<br>[HKEY_CLASSES_ROOT\Directory\shell\runas]<br>@=&quot;管理员取得所有权&quot;<br>&quot;NoWorkingDirectory&quot;=&quot;&quot;<br>[HKEY_CLASSES_ROOT\Directory\shell\runas\command]<br>@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F /t&quot;<br>&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F /t&quot;<br><br> <br> <br>1 新建 清除系统垃圾.bat 复制以下内容<br>@echo off            <br>echo 正在清除系统垃圾文件，请稍等......            <br>del /f /s /q %systemdrive%\*.tmp            <br>del /f /s /q %systemdrive%\*._mp            <br>del /f /s /q %systemdrive%\*.log            <br>del /f /s /q %systemdrive%\*.gid            <br>del /f /s /q %systemdrive%\*.chk            <br>del /f /s /q %systemdrive%\*.old            <br>del /f /s /q %systemdrive%\recycled\*.*            <br>del /f /s /q %windir%\*.bak            <br>del /f /s /q %windir%\prefetch\*.*            <br>rd /s /q %windir%\temp md %windir%\temp            <br>del /f /q %userprofile%\cookies\*.*            <br>del /f /q %userprofile%\recent\*.*            <br>del /f /s /q &quot;%userprofile%\Local Settings\Temporary Internet Files\*.*&quot;            <br>del /f /s /q &quot;%userprofile%\Local Settings\Temp\*.*&quot;            <br>del /f /s /q &quot;%userprofile%\recent\*.*&quot;            <br>echo 清除系统LJ完成！            <br>echo. pause            <br> <br>2.开机优化.bat<br>@ ECHO OFF<br>color 1f<br>title 清除所有多余的启动项目<br>PAUSE<br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f<br>reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /va /f<br>reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe<br>reg delete &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg&quot; /f<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot; /v command /d &quot;&quot;C:\WINDOWS\IME\imjp8_1\IMJPMIG.EXE&quot; /Spoil /RemAdvDef /Migration32&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot; /v hkey /d HKLM<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot; /v inimapping /d 0<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot; /v item /d IMJPMIG<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1&quot; /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot; /v command /d &quot;C:\WINDOWS\system32\IME\TINTLGNT\TINTSETP.EXE /IMEName&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot; /v hkey /d HKLM<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot; /v inimapping /d 0<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot; /v item /d TINTSETP<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A&quot; /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot; /v command /d &quot;&quot;C:\WINDOWS\IME\imjp8_1\IMJPMIG.EXE&quot; /Spoil /RemAdvDef /Migration32&quot;<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot; /v hkey /d HKLM<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot; /v inimapping /d 0<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot; /v item /d TINTSETP<br>reg add &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync&quot; /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run<br>del &quot;C:\Documents and Settings\All Users\「开始」菜单\程序\启动\*.*&quot; /q /f<br>del &quot;C:\Documents and Settings\Default User\「开始」菜单\程序\启动\*.*&quot; /q /f<br>del &quot;%userprofile%\「开始」菜单\程序\启动\*.*&quot; /q /f<br>start C:\WINDOWS\pchealth\helpctr\binaries\msconfig.exe<br>3.Win7服务优化.bat<br>@echo off<br>echo 服务优化正在处理，请稍等......<br>@echo<br>@pause<br>sc config   ALG start= DEMAND<br>sc config   AppMgmt start= DEMAND<br>sc config   AudioEndpointBuilder start= AUTO<br>sc config   Audiosrv start= AUTO<br>sc config   BFE start= AUTO<br>sc config   BITS start= AUTO<br>sc config   Browser start= AUTO<br>sc config   CertPropSvc start= DEMAND<br>sc config   clr_optimization_v2.0.50727_32 start= DEMAND<br>sc config   COMSysApp start= DEMAND<br>sc config   CryptSvc start= AUTO<br>sc config   DcomLaunch start= AUTO<br>sc config   Dhcp start= AUTO<br>sc config   Dnscache start= AUTO<br>sc config   dot3svc start= DEMAND<br>sc config   EapHost start= DEMAND<br>sc config   EventSystem start= AUTO<br>sc config   fdPHost start= DEMAND<br>sc config   FDResPub start= DEMAND<br>sc config   FontCache3.0.0.0 start= DEMAND<br>sc config   gpsvc start= AUTO<br>sc config   hidserv start= DEMAND<br>sc config   hkmsvc start= DEMAND<br>sc config   idsvc start= DEMAND<br>sc config   IKEEXT start= AUTO<br>sc config   IPBusEnum start= DEMAND<br>sc config   KeyIso start= DEMAND<br>sc config   LanmanServer start= AUTO<br>sc config   LanmanWorkstation start= AUTO<br>sc config   lltdsvc start= DEMAND<br>sc config   lmhosts start= AUTO<br>sc config   MMCSS start= AUTO<br>sc config   MpsSvc start= AUTO<br>sc config   msiserver start= DEMAND<br>sc config   napagent start= DEMAND<br>sc config   Netlogon start= DEMAND<br>sc config   Netman start= DEMAND<br>sc config   netprofm start= AUTO<br>sc config   NetTcpPortSharing start= DISABLED<br>sc config   NlaSvc start= AUTO<br>sc config   NOD32krn start= AUTO<br>sc config   nsi start= AUTO<br>sc config   PlugPlay start= AUTO<br>sc config   ProfSvc start= AUTO<br>sc config   RasAuto start= DEMAND<br>sc config   RasMan start= DEMAND<br>sc config   RemoteAccess start= DISABLED<br>sc config   RpcLocator start= DEMAND<br>sc config   RpcSs start= AUTO<br>sc config   SamSs start= AUTO<br>sc config   SCardSvr start= DEMAND<br>sc config   SCPolicySvc start= DEMAND<br>sc config   SENS start= AUTO<br>sc config   SharedAccess start= DISABLED<br>sc config   ShellHWDetection start= AUTO<br>sc config   slsvc start= AUTO<br>sc config   SLUINotify start= DEMAND<br>sc config   SNMPTRAP start= DEMAND<br>sc config   SSDPSRV start= DEMAND<br>sc config   SstpSvc start= DEMAND<br>sc config   SysMain start= AUTO<br>sc config   TapiSrv start= DEMAND<br>sc config   TBS start= AUTO<br>sc config   Themes start= AUTO<br>sc config   THREADORDER start= DEMAND<br>sc config   TrustedInstaller start= DEMAND<br>sc config   upnphost start= DEMAND<br>sc config   UxSms start= AUTO<br>sc config   vds start= DEMAND<br>sc config   W32Time start= AUTO<br>sc config   wcncsvc start= DEMAND<br>sc config   WcsPlugInService start= DEMAND<br>sc config   WinHttpAutoProxySvc start= DEMAND<br>sc config   Winmgmt start= AUTO<br>sc config   Wlansvc start= DEMAND<br>sc config   wmiApSrv start= DEMAND<br>sc config   WMPNetworkSvc start= DEMAND<br>sc config   wscsvc start= AUTO<br>sc config   wuauserv start= AUTO<br>sc config   wudfsvc start= DEMAND<br>@pause<br>echo.<br>echo.&amp;echo        优化完成!任意键退出<br>echo. &amp; pause&gt;nul<br><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1256741654#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Wed, 28 Oct 2009 14:54:14 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1256741654</guid>
</item>

<item>
<title><![CDATA[解决Win7无法安装声卡 ad1986没声]]></title>
<link>http://81206414.qzone.qq.com/blog/1256741535</link>
<description><![CDATA[<br>1.先解压 windows7声卡驱动修复 压缩包。<br>压缩包下载：<br><a href="http://lin07.qupan.com/?folder=1447686" target="_blank">http://lin07.qupan.com/?folder=1447686</a><wbr /><br>2.在PE下删除以下文件夹内文件<br>C:\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_x86_neutral_aed2a4456700dfde<br>3.将压缩包解压回去<br>4.运行注册表文件，安装声卡驱动<br>ad1986请使用<br>SoundMAXAD1988B_Audio_V610X6585_Win7<br>版本驱动 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1256741535#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Wed, 28 Oct 2009 14:52:15 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1256741535</guid>
</item>

<item>
<title><![CDATA[免费代理服务器]]></title>
<link>http://81206414.qzone.qq.com/blog/1250755802</link>
<description><![CDATA[<a href="http://www.proxy360.cn/MSN-Proxy" target="_blank">http://www.proxy360.cn/</a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1250755802#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Thu, 20 Aug 2009 08:10:02 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1250755802</guid>
</item>

<item>
<title><![CDATA[ROS通用脚本]]></title>
<link>http://81206414.qzone.qq.com/blog/1250415062</link>
<description><![CDATA[ROS脚本大全(通用)<br>一：限速脚本 <br>:for wbsz from 1 to 254 do={/queue simple add name=(wbsz . $wbsz) dst-address=(192.168.0. . $wbsz) limit-at=1024K/1024K max-limit=1024K/1024K} 二：限制每台机最大线程数 <br>:for wbsz from 1 to 254 do={/ip firewall filter add chain=forward src-address=(192.168.0. . $wbsz) protocol=tcp connection-limit=50,32 action=drop} 三：端口映射 <br>ip firewall nat add chain=dstnat dst-address=(202.96.134.134) protocol=tcp dst-port=80 to-addresses=(192.168.0.1) to-ports=80 action=dst-nat 四：封端口号<br>/ ip firewall filter <br>ad ch forward pr tcp dst-po 8000 act drop comment=&quot;Blockade QQ&quot; 五：更变telnet服务端口 <br>/ip service set telnet port=23 六：更变SSH管理服务端口 <br>/ip service set ssh port=22 七：更变www服务端口号 <br>/ip service set www port=80 八：更变FTP服务端口号 <br>/ip service set ftp port=21 九：增加本ROS管理用户 <br>/user add name=wbsz password=admin group=full 十：删除限速脚本 <br>:for wbsz from 1 to 254 do={/queue simple remove (wbsz . $wbsz) } 十一：封IP脚步本 <br>/ ip firewall filter <br>add chain=forward dst-address=58.60.13.38/32 action=drop comment=&quot;Blockade QQ&quot; 十二：禁P2P脚本 <br>/ ip firewall filter <br>add chain=forward src-address=192.168.0.0/24 p2p=all-p2p   action=drop comment=&quot;No P2P&quot; 十三：限制每台机最大的TCP线程数(线程数=60) <br>/ ip firewall filter <br>add chain=forward protocol=tcp connection-limit=60,32 action=drop \ <br>disabled=no 十四：一次性绑定所有在线机器MAC <br>:foreach wbsz in=[/ip arp find dynamic=yes ] do=[/ip arp add copy-from=$wbsz] 十五：解除所以绑定的MAC <br>:foreach wbsz in [/ip arp find] do={/ip arp remove $wbsz} 十六：禁Ping <br>/ ip firewall filter <br>add chain=output protocol=icmp action=drop comment=&quot;No Ping&quot; 十七：禁电驴 <br>/ ip firewall filter <br>add chain=forward protocol=tcp dst-port=4661-4662 action=drop comment=&quot;No Emule&quot; <br>add chain=forward protocol=tcp dst-port=4242 action=drop <br>add chain=forward dst-address=62.241.53.15 action=drop 十八：禁PPLIVE <br>/ ip firewall filter <br>add chain=forward protocol=tcp dst-port=8008 action=drop comment=&quot;No PPlive TV&quot; <br>add chain=forward protocol=udp dst-port=4004 action=drop <br>add chain=forward dst-address=218.108.237.11 action=drop 十九：禁QQ直播 <br>/ ip firewall filter <br>add chain=forward protocol=udp dst-port=13000-14000 action=drop comment=&quot;No QQLive&quot; 二十：禁比特精灵 <br>/ ip firewall filter <br>add chain=forward protocol=tcp dst-port=16881 action=drop comment=&quot;No BitSpirit&quot; <br>二十一：禁QQ聊天(一般公司才需要) <br>/ ip firewall filter <br>add chain=forward src-address=10.5.6.7/32 action=accept comment=&quot;No Tencent QQ&quot; <br>ad ch forward pr tcp dst-po 8000 act drop <br>ad ch forward pr udp dst-po 8000 act drop <br>ad ch forward pr udp dst-po 8000 act drop <br>add chain=forward dst-address=61.144.238.0/24 action=drop <br>add chain=forward dst-address=61.152.100.0/24 action=drop <br>add chain=forward dst-address=61.141.194.0/24 action=drop <br>add chain=forward dst-address=202.96.170.163/32 action=drop <br>add chain=forward dst-address=202.104.129.0/24 action=drop <br>add chain=forward dst-address=202.104.193.20/32 action=drop <br>add chain=forward dst-address=202.104.193.11/32 action=drop <br>add chain=forward dst-address=202.104.193.12/32 action=drop <br>add chain=forward dst-address=218.17.209.23/32 action=drop <br>add chain=forward dst-address=218.18.95.153/32 action=drop <br>add chain=forward dst-address=218.18.95.165/32 action=drop <br>add chain=forward dst-address=218.18.95.220/32 action=drop <br>add chain=forward dst-address=218.85.138.70/32 action=drop <br>add chain=forward dst-address=219.133.38.0/24 action=drop <br>add chain=forward dst-address=219.133.49.0/24 action=drop <br>add chain=forward dst-address=220.133.40.0/24 action=drop <br>add chain=forward content=sz.tencent action=reject <br>add chain=forward content=sz2.tencent action=reject <br>add chain=forward content=sz3.tencent action=reject <br>add chain=forward content=sz4.tencent action=reject <br>add chain=forward content=sz5.tencent action=reject <br>add chain=forward content=sz6.tencent action=reject <br>add chain=forward content=sz7.tencent action=reject <br>add chain=forward content=sz8.tencent action=rejec <br>add chain=forward content=sz9.tencent action=rejec <br>add chain=forward content=tcpconn.tencent action=reject <br>add chain=forward content=tcpconn2.tencent action=reject <br>add chain=forward content=tcpconn3.tencent action=reject <br>add chain=forward content=tcpconn4.tencent action=reject <br>add chain=forward content=tcpconn5.tencent action=reject <br>add chain=forward content=tcpconn6.tencent action=reject <br>add chain=forward content=tcpconn7.tencent action=reject <br>add chain=forward content=tcpconn8.tencent action=reject <br>add chain=forward content=qq action=reject <br>add chain=forward content=www.qq action=reject 二十二：防止灰鸽子入浸 <br>/ ip firewall filter <br>add chain=forward protocol=tcp dst-port=1999 action=drop comment=&quot;Backdoor.GrayBird.ad&quot; <br>add chain=forward dst-address=80.190.240.125 action=drop <br>add chain=forward dst-address=203.209.245.168 action=drop <br>add chain=forward dst-address=210.192.122.106 action=drop <br>add chain=forward dst-address=218.30.88.43 action=drop <br>add chain=forward dst-address=219.238.233.110 action=drop <br>add chain=forward dst-address=222.186.8.88 action=drop <br>add chain=forward dst-address=124.42.125.37 action=drop <br>add chain=forward dst-address=210.192.122.107 action=drop <br>add chain=forward dst-address=61.147.118.198 action=drop <br>add chain=forward dst-address=219.238.233.11 action=drop 二十三：防三波 <br>/ ip firewall filter <br>add chain=forward protocol=tcp dst-port=135-139 action=drop comment=&quot;No 3B&quot; <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1250415062#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sun, 16 Aug 2009 09:31:02 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1250415062</guid>
</item>

<item>
<title><![CDATA[一键优化你的XP系统]]></title>
<link>http://81206414.qzone.qq.com/blog/1249435479</link>
<description><![CDATA[新建一个文件一键优化.reg;导入就可以<br>Windows Registry Editor Version 5.00<br>;XP网速提升ADSL<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;SackOpts&quot;=dword:00000001<br>&quot;TcpWindowSize&quot;=dword:0003e640<br>&quot;Tcp1323Opts&quot;=dword:00000001<br>&quot;DefaultTTL&quot;=dword:00000040<br>&quot;EnablePMTUBHDetect&quot;=dword:00000000<br>&quot;EnablePMTUDiscovery&quot;=dword:00000001<br>&quot;GlobalMaxTcpWindowSize&quot;=dword:0003e640;启动XP的路由功能和IP的过滤功能<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;IPEnableRouter&quot;=dword:00000001<br>&quot;EnableSecurityFilters&quot;=dword:00000001;禁止空密码登录本地帐户（修复多数GHOST系统的漏洞）<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]<br>&quot;limitblankpassworduse&quot;=dword:00000001<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Lsa]<br>&quot;limitblankpassworduse&quot;=dword:00000001<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Lsa]<br>&quot;limitblankpassworduse&quot;=dword:00000001;下载完成自动关闭<br>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br>&quot;NotifyDownloadComplete&quot;=&quot;no&quot;;减少开关机速度系列<br>[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]<br>&quot;EnablePrefetcher&quot;=dword:00000001[HKEY_LOCAL_MACHINE\System\ControlSet001\Control\]<br>&quot;WaitToKillServiceTimeout&quot;=&quot;10000&quot;[HKEY_CURRENT_USER\Control Panel\Desktop]<br>&quot;AutoEndTasks&quot;=dword:00000001<br>&quot;HungAppTimeout&quot;=&quot;1000&quot;<br>&quot;WaitToKillAppTimeout&quot;=&quot;5000&quot;[HKEY_USERS\.DEFAULT\Control Panel\Desktop]<br>&quot;AutoEndTasks&quot;=dword:00000001<br>&quot;HungAppTimeout&quot;=&quot;1000&quot;<br>&quot;WaitToKillAppTimeout&quot;=&quot;5000&quot;;关闭自动重新启动<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]<br>&quot;AutoReboot&quot;=dword:00000000;打开启动优化功能<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]<br>&quot;Enable&quot;=&quot;Y&quot;;开启硬件优化<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Vxd\BIOS]<br>&quot;CPUPriority&quot;=dword:00000001<br>&quot;PCIConcur&quot;=dword:00000001<br>&quot;FastDRAM&quot;=dword:00000001<br>&quot;AGPConcur&quot;=dword:00000001;自动清除内存中多余的DLL资料<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;AlwaysUnloadDLL&quot;=dword:00000001;加快程序运行速度<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]<br>&quot;ConfigFileAllocSize&quot;=dword:000001f4;加快菜单显示速度<br>[HKEY_CURRENT_USER\Control Panel\desktop]<br>&quot;MenuShowDelay&quot;=&quot;0&quot;;加速打开我的电脑和Explorer<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]<br>&quot;Start&quot;=dword:00000004<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoSaveSettings&quot;=dword:00000000<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;NoNetCrawling&quot;=dword:00000001<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoRemoteRecursiveEvents&quot;=dword:00000001;禁止默认共享<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]<br>&quot;AutoShareServer&quot;=dword:00000000<br>&quot;AutoShareWks&quot;=dword:00000000;禁用简单文件共享<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]<br>&quot;forceguest&quot;=dword:00000000;跳过internet连接向导<br>[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]<br>&quot;Completed&quot;=hex:01,00,00,00<br>&quot;DesktopChanged&quot;=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br>;禁用IE中script错误报告<br>&quot;DisableScriptDebuggerIE&quot;=&quot;yes&quot;<br>;禁止显示友好http错误<br>&quot;Friendly http errors&quot;=&quot;No&quot;<br>;禁止显示script错误通知<br>&quot;Error Dlg Displayed On Every Error&quot;=&quot;no&quot;;关闭XP文件保护<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]<br>&quot;SFCDisable&quot;=dword:ffffff9d<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Winlogon]<br>&quot;SFCDisable&quot;=dword:FFFFFF9D;删除多余开机程序<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]<br>&quot;PHIME2002ASync&quot;=-<br>&quot;IMJPMIG8.1&quot;=-<br>&quot;PHIME2002A&quot;=-;关闭桌面清理向导<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]<br>&quot;NoRun&quot;=dword:00000001;关闭分组相似任务栏按钮<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;TaskbarGlomming&quot;=dword:00000000<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;TaskbarGlomming&quot;=dword:00000000;禁止Windows漫游气球提醒<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000;不缓存缩略图<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;DisableThumbnailCache&quot;=dword:00000001;删除图标快捷方式的字样<br>[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;Link&quot;=hex:00,00,00,00<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;Link&quot;=hex:00,00,00,00;禁止高亮显示新安装的程序（开始菜单）<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;Start_NotifyNewApps&quot;=dword:00000000;禁用杀毒软件提醒<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]<br>&quot;AntiVirusDisableNotify&quot;=dword:00000001;禁用防火墙提醒<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]<br>&quot;FirewallDisableNotify&quot;=dword:00000001;禁用自动更新提醒<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]<br>&quot;UpdatesDisableNotify&quot;=dword:00000001;SP2验证码补丁<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Security]<br>&quot;BlockXBM&quot;=dword:00000000;关闭错误报告<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]<br>&quot;DoReport&quot;=dword:00000000;禁用错误报告服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]<br>&quot;Start&quot;=dword:00000004;禁止磁盘空间不足警告<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]<br>&quot;NoLowDiskSpaceChecks&quot;=dword:00000001;关闭系统还原<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]<br>&quot;DisableSR&quot;=dword:00000001;禁止远程修改注册表<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]<br>&quot;RemoteRegAccess&quot;=dword:00000001;禁用远程注册表服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]<br>&quot;Start&quot;=dword:00000004;禁用索引服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]<br>&quot;Start&quot;=dword:00000004;禁用内置刻录功能<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]<br>&quot;Start&quot;=dword:00000004;禁用记录最近访问过的文档<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoRecentDocsMenu&quot;=dword:00000001;禁用帮助支持中心<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]<br>&quot;Start&quot;=dword:00000004;禁用安全中心<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]<br>&quot;Start&quot;=dword:00000004;禁用Messenger服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]<br>&quot;Start&quot;=dword:00000004;禁用Smart Card服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]<br>&quot;Start&quot;=dword:00000004;关闭计划任务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]<br>&quot;Start&quot;=dword:00000004;语言栏隐藏到任务拦<br>[HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB]<br>&quot;ShowDeskBand&quot;=dword:00000001<br>[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]<br>&quot;ShowStatus&quot;=dword:00000004<br>&quot;ExtraIconsOnMinimized&quot;=dword:00000000;显示所有文件扩展名<br>[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;HideFileExt&quot;=dword:00000000<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;HideFileExt&quot;=dword:00000000;显示桌面系统图标<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]<br>&quot;{450D8FBA-AD25-11D0-98A8-0800361B1103}&quot;=dword:00000000 ;我的文档<br>&quot;{20D04FE0-3AEA-1069-A2D8-08002B30309D}&quot;=dword:00000000 ;我的电脑<br>&quot;{208D2C60-3AEA-1069-A2D7-08002B30309D}&quot;=dword:00000000 ;网络邻居<br>&quot;{871C5380-42A0-1069-A2EA-08002B30309D}&quot;=dword:00000000 ;Internet Explorer<br>&quot;{645FF040-5081-101B-9F08-00AA002F954E}&quot;=dword:00000000 ;回收站;显示快速启动<br>[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]<br>&quot;TaskbarWinXP&quot;=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\<br>d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\<br>01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\<br>00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\<br>bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\<br>00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\<br>d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\<br>00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\<br>b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\<br>72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\<br>c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\<br>c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\<br>50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\<br>6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\<br>32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\<br>45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\<br>20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\<br>00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\<br>00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\<br>5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\<br>5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\<br>66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\<br>6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\<br>00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\<br>4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\<br>6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\<br>77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\<br>00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\<br>63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\<br>55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\<br>51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\<br>66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\<br>00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\<br>00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\<br>00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\<br>00,00,00,00,00,01,00,00,00;禁止启动时候弹出错误信息<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]<br>&quot;NoPopUpsOnBoot&quot;=&quot;1&quot;;系统失败<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]<br>;不将事件写入系统日志<br>&quot;LogEvent&quot;=dword:00000000<br>;不发送管理警报<br>&quot;SendAlert&quot;=dword:00000000<br>;禁止自动重启<br>&quot;AutoReboot&quot;=dword:00000000<br>;不写入调试信息<br>&quot;CrashDumpEnabled&quot;=dword:00000000;禁用ZIP功能<br>[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]<br>[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder];关闭&quot;压缩旧文件&quot;功能<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files];修复AMD处理器的AGP内存分页问题<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]<br>&quot;LargePageMinimum&quot;=dword:ffffffff;使XP系统支持136G以上的硬盘<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters]<br>&quot;EnableBigLba&quot;=dword:00000001;去掉右键“新建”中的BMP、WAV等<br>;[-HKEY_CLASSES_ROOT\.bfc\ShellNew]<br>[-HKEY_CLASSES_ROOT\.rtf\ShellNew]<br>[-HKEY_CLASSES_ROOT\.bmp\ShellNew]<br>[-HKEY_CLASSES_ROOT\.wav\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bfc\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rar\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rtf\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\FlashFXP.exe]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\moviemk.exe]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\mspaint.exe]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\shimgvw.dll]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\wordpad.exe]<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll];让Winodws进行最大限度搜索，包括隐藏文件夹 <br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;link&quot;=hex:00,00,00,00<br>&quot;SearchSystemDirs&quot;=dword:00000001<br>&quot;SearchHidden&quot;=dword:00000001<br>&quot;IncludeSubFolders&quot;=dword:00000001;计算机用户登录前打开Num Lock键<br>[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]<br>&quot;InitialKeyboardIndicators&quot;=&quot;2&quot;;禁止跟踪损坏的快捷方式<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoResolveTrack&quot;=dword:00000001;禁用搜索助手并使用高级搜索<br>[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]<br>&quot;Actor&quot;=&quot;&quot;<br>&quot;SocialUI&quot;=dword:00000000<br>&quot;UsageCount&quot;=dword:00000000<br>&quot;UseAdvancedSearchAlways&quot;=dword:00000001;移去开始中的“帮助”菜单<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoSMHelp&quot;=dword:00000001<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoSMHelp&quot;=dword:000000;彻底关闭华生医生<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]<br>&quot;Auto&quot;=&quot;0&quot;;当文件没有关联的打开程序时，禁止从网络上去搜索打开类型<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]<br>&quot;NoInternetOpenWith&quot;=dword:00000001;安装驱动时不搜索Windows Update<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]<br>&quot;DontSearchWindowsUpdate&quot;=dword:00000001<br>&quot;DontPromptForWindowsUpdate&quot;=dword:00000001;优化Windows Media Player<br>[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]<br>&quot;ShowControlsOnEveryMouseMove&quot;=dword:00000000<br>&quot;FSControls_ControlsTimeout&quot;=dword:00000001<br>&quot;FSControls_CursorTimeout&quot;=dword:00000001<br>&quot;FSControls_MoveSpeed&quot;=hex:00,00,c8,42<br>&quot;ClipFullScreen&quot;=dword:00000001<br>&quot;FirstRun&quot;=dword:00000000<br>&quot;LaunchIndex&quot;=dword:00000005<br>&quot;DisableMRU&quot;=dword:00000001<br>&quot;StartInMediaGuide&quot;=dword:00000000<br>&quot;AcceptedPrivacyStatement&quot;=dword:00000001;关闭首次打开Windows Media Player 出现的授权窗口<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]<br>&quot;GroupPrivacyAcceptance&quot;=dword:00000001<br>　　[HKEY_LOCAL_MACHINE＼SYSTEM＼CurrentControlSet＼Control＼Session Manager＼Memory Management＼PrefetchParameters] <br>　　&quot;VideoInitTime&quot;=dword:0000033c <br>　　&quot;EnablePrefetcher&quot;=dword:00000001 <br>　　&quot;AppLaunchMaxNumPages&quot;=dword:00000fa0 <br>　　&quot;AppLaunchMaxNumSections&quot;=dword:000000aa <br>　　&quot;AppLaunchTimerPeriod&quot;=hex:80,69,67,ff,ff,ff,ff,ff <br>　　&quot;BootMaxNumPages&quot;=dword:0001f400 <br>　　&quot;BootMaxNumSections&quot;=dword:00000ff0 <br>　　&quot;BootTimerPeriod&quot;=hex:00,f2,d8,f8,ff,ff,ff,ff <br>　　&quot;MaxNumActiveTraces&quot;=dword:00000008 <br>　　&quot;MaxNumSavedTraces&quot;=dword:00000008 <br>　　&quot;RootDirPath&quot;=&quot;Prefetch&quot; <br>　　&quot;HostingAppList&quot;=&quot;DLLHOST.EXE,MMC.EXE,RUNDLL32.EXE&quot; ;close services<br>;禁用Wireless Zero Config服务<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]<br>&quot;Start&quot;=dword:00000004;监视系统安全设置和配置<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]<br>&quot;Start&quot;=dword:00000004;禁用Task Schedule服务 DISABLETASKSCHEDULE<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]<br>&quot;Start&quot;=dword:00000004;禁用Smart Card服务 DISABLE^ARTCARD<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]<br>&quot;Start&quot;=dword:00000004;禁用Smart Card Helper服务 DISABLE^ARTCARDHELPER<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardDrv]<br>&quot;Start&quot;=dword:00000004;禁用系统还原 DISABLESYSTEMRESTORE<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]<br>&quot;DisableSR&quot;=dword:00000001;禁用IMAPI CD-Burning COM Service DISABLEIMAPI<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]<br>&quot;Start&quot;=dword:00000004;禁止(IPC$)自动打开默认共享（推荐）DISABLEIPC<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanServer\parameters]<br>&quot;AutoShareServer&quot;=dword:00000000<br>&quot;AutoShareWks&quot;=dword:00000000;禁用Messenger服务（推荐）DISABLEMESSENGER<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]<br>&quot;Start&quot;=dword:00000004;禁用Remote Registry服务（推荐）DISABLEREMOTEREGISTRY<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ShellHWDetection]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage]<br>&quot;Start&quot;=dword:00000003[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmserver]<br>&quot;Start&quot;=dword:00000003[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]<br>&quot;Start&quot;=dword:00000003[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UMWdf]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache]<br>&quot;Start&quot;=dword:00000002[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]<br>&quot;Start&quot;=dword:00000004;禁用Windows Time服务 DISABLEWINDOWSTIME<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SamSs]<br>&quot;Start&quot;=dword:00000003[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc]<br>&quot;Start&quot;=dword:00000003[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENS]<br>&quot;Start&quot;=dword:00000002[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UMWdf]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winmgmt]<br>&quot;Start&quot;=dword:00000003;============IE起始页================<br>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br>&quot;Window Title&quot;=&quot;深圳市喜锐网络服务部&quot;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]<br>&quot;DisplayName&quot;=&quot;深圳市喜锐网络服务部&quot;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br>&quot;Default_Page_URL&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;<br>&quot;Start Page&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;<br>&quot;Search Page&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] <br>&quot;Search Page&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;<br>&quot;Search Bar&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]<br>&quot;&quot;=&quot;<a href="http://www.google.cn/keyword/%s" target="_blank">http://www.google.cn/keyword/%s</a><wbr />&quot;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search] <br>&quot;SearchAssistant&quot;=&quot;<a href="http://www.hao123.com" target="_blank">http://www.hao123.com</a><wbr />&quot;[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]<br>&quot;Disable Script Debugger&quot;=&quot;yes&quot;<br>&quot;Error Dlg Displayed On EVEry Error&quot;=&quot;no&quot;<br>&quot;Error Dlg Details Pane Open&quot;=&quot;no&quot;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\<br>FEATURE_PROTECT_DECOMPRESSION_FILTER_FROM_ABORT_KB942367]<br>&quot;*&quot;=dword:00000001<br>;=====================================;===============sysendfast===================<br>;加快局域网访问速度<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace]<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace<br>\{2227A280-3AEA-1069-A2DE-08002B30309D}]<br>@=&quot;Printers&quot;;加快搜索网上邻居的速度<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace<br>\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]<br>&quot;VideoInitTime&quot;=dword:000000da<br>&quot;EnablePrefetcher&quot;=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]<br>&quot;Enable&quot;=&quot;Y&quot;;加快程序运行速度 SPEEDPROGRAM<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]<br>&quot;ConfigFileAllocSize&quot;=dword:000001f4;关闭菜单显示延迟 NOMENUDELAY<br>[HKEY_USERS\.DEFAULT\Control Panel\Desktop]<br>&quot;MenuShowDelay&quot;=&quot;1&quot;[HKEY_CURRENT_USER\Control Panel\Desktop]<br>&quot;MenuShowDelay&quot;=&quot;1&quot;;自动关闭停止响应的程序 AUTOCLOSEPROGRAM<br>[HKEY_CURRENT_USER\Control Panel\desktop]<br>&quot;AutoEndTasks&quot;=&quot;1&quot;[HKEY_CURRENT_USER\Control Panel\Desktop]<br>&quot;HungAppTimeout&quot;=&quot;100&quot;<br>&quot;WaitToKillAppTimeout&quot;=&quot;500&quot;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]<br>&quot;WaitToKillServiceTimeout&quot;=&quot;500&quot;<br>&quot;HungAppTimeout&quot;=&quot;100&quot;;不加载多余的DLL文件 NOLOADWASTEDLLS<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;AlwaysUnloadDLL&quot;=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoSharedDocuments&quot;=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters]<br>&quot;EnableBigLba&quot;=dword:00000001;关闭磁盘空间不足的警告 NOLOWSPACEREP<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoLowDiskSpaceChecks&quot;=dword:00000001;============ietcpfast========================<br>[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans]<br>&quot;MaxMTU&quot;=dword:5DC<br>[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net]<br>&quot;MaxMTU&quot;=dword:5DC<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;TCPWindowSize&quot;=dword:5AE4C<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;TCPWindowSize&quot;=dword:5AE4C<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;GlobalMaxTcpWindowSize&quot;=dword:5AE4C<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;SackOpts&quot;=dword:00000001<br>&quot;TcpWindowSize&quot;=dword:0003e640<br>&quot;Tcp1323Opts&quot;=dword:00000001<br>&quot;DefaultTTL&quot;=dword:00000040<br>&quot;EnablePMTUBHDetect&quot;=dword:00000000<br>&quot;EnablePMTUDiscovery&quot;=dword:00000001<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;DefaultTTL&quot;=dword:40<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;DefaultTTL&quot;=dword:40[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP]<br>&quot;NameSrvQueryTimeout&quot;=-<br>[HKEY_LOCAL_MACHINE\System\ControlSet001\Services\VxD\MSTCP]<br>&quot;NameSrvQueryTimeout&quot;=-<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;EnablePMTUBHDetect&quot;=-<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;EnablePMTUBHDetect&quot;=-<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;EnablePMTUDiscovery&quot;=-<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;EnablePMTUDiscovery&quot;=-<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;SackOpts&quot;=dword:1<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;SackOpts&quot;=dword:1<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]<br>&quot;Tcp1323Opts&quot;=dword:3<br>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]<br>&quot;Tcp1323Opts&quot;=dword:3;=====================================<br>;禁止Windows漫游气球提醒<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000;删除图标快捷方式的字样<br>[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;Link&quot;=hex:00,00,00,00<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]<br>&quot;Link&quot;=hex:00,00,00,00;禁ipc$<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] <br>&quot;restrictanonymous&quot;=dword:00000001;删除快捷箭头<br>[HKEY_CLASSES_ROOT\lnkfile]<br>&quot;IsShortcut&quot;=-;ndeer yz<br>[HKEY_CURRENT_USER\SOFTWARE\ComSoft]<br>&quot;version&quot;=&quot;zsedition&quot;;ndeer yz<br>[HKEY_CLASSES_ROOT\System.Object]<br>&quot;ndeersys&quot;=&quot;2008newsys&quot;;调整为最佳性能<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]<br>&quot;VisualFXSetting&quot;=dword:00000002[HKEY_CURRENT_USER\Control Panel\Desktop]<br>&quot;DragFullWindows&quot;=&quot;0&quot;<br>&quot;FontSmoothing&quot;=&quot;0&quot;<br>&quot;UserPreferencesMask&quot;=hex:b0,12,03,80<br>&quot;MinAnimate&quot;=&quot;0&quot;<br>&quot;DefaultApplied&quot;=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;WebView&quot;=dword:00000000<br>&quot;TaskbarAnimations&quot;=dword:00000000<br>&quot;ListviewWatermark&quot;=dword:00000000<br>&quot;ListviewAlphaSelect&quot;=dword:00000000<br>&quot;ListviewShadow&quot;=dword:00000000;电源管理 <br>[HKEY_CURRENT_USER\Control Panel\Desktop] <br>&quot;LowPowerActive&quot;=&quot;0&quot; <br>&quot;LowPowerTimeOut&quot;=&quot;0&quot; <br>&quot;PowerOffActive&quot;=&quot;0&quot; <br>&quot;PowerOffTimeOut&quot;=&quot;0&quot;[HKEY_CURRENT_USER\Control Panel\PowerCfg]<br>&quot;CurrentPowerPolicy&quot;=&quot;3&quot;[HKEY_CURRENT_USER\Control Panel\PowerCfg\GlobalPowerPolicy]<br>&quot;Policies&quot;=hex:01,00,00,00,00,00,00,00,03,00,00,00,00,00,00,80,00,00,00,00,03,\<br>  00,00,00,00,00,00,80,02,00,00,00,03,00,00,00,00,00,00,00,02,00,00,00,03,00,\<br>  00,00,00,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,01,00,00,\<br>  00,00,00,00,00,01,00,00,00,03,00,00,00,02,00,00,00,04,00,00,c0,01,00,00,00,\<br>  02,00,00,00,01,00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,00,\<br>  00,5e,00,00,00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]<br>&quot;AcProcessorPolicy&quot;=hex:01,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,a0,86,\<br>  01,00,a0,86,01,00,a0,86,01,00,28,32,00,00,02,00,00,00,a0,86,01,00,a0,86,01,\<br>  00,a0,86,01,00,28,3c,00,00,03,00,00,00,a0,86,01,00,a0,86,01,00,a0,86,01,00,\<br>  28,50,00,00,01,00,00,00<br>&quot;DcProcessorPolicy&quot;=hex:01,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,a0,86,\<br>  01,00,a0,86,01,00,a0,86,01,00,0a,14,00,00,02,00,00,00,a0,86,01,00,a0,86,01,\<br>  00,a0,86,01,00,14,28,00,00,03,00,00,00,a0,86,01,00,a0,86,01,00,a0,86,01,00,\<br>  14,50,00,00,01,00,00,00<br>&quot;AcPolicy&quot;=hex:01,00,00,00,00,00,00,00,03,00,00,00,00,00,00,80,02,00,00,00,03,\<br>  00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,2a,88,\<br>  d1,77,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,32,00,00,00,02,00,00,\<br>  00,02,00,00,00,02,00,00,00,01,00,00,00,a6,88,d1,77,00,00,00,00,03,00,00,00,\<br>  01,00,00,00,03,00,00,00,02,00,00,00,04,00,00,c0,01,00,00,00,02,00,00,00,01,\<br>  00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,00,00,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,00,00,00,00,00,00,\<br>  00,d0,fd,7f,24,e9,07,00,5a,88,d1,77,e4,e8,07,00,00,00,00,00,00,64,64,00,02,\<br>  00,00,00,04,00,00,c0,00,00,00,00<br>&quot;DcPolicy&quot;=hex:01,00,00,00,00,00,00,00,03,00,00,00,00,00,00,80,02,00,00,00,03,\<br>  00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,2a,00,\<br>  00,00,02,00,00,00,00,00,00,00,00,00,00,00,2c,01,00,00,32,03,00,00,02,00,00,\<br>  00,02,00,00,00,02,00,00,00,01,00,00,00,40,13,0a,00,00,00,00,00,03,00,00,00,\<br>  01,00,00,00,03,00,00,00,02,00,00,00,04,00,00,c0,01,00,00,00,02,00,00,00,01,\<br>  00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,00,00,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,00,00,2c,01,00,00,\<br>  01,88,d1,77,99,01,00,00,78,d7,58,00,8c,d7,58,00,58,02,00,00,00,64,64,00,02,\<br>  00,00,00,04,00,00,c0,00,00,00,00<br>&quot;Heuristics&quot;=hex:05,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00[HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\3]<br>&quot;Name&quot;=&quot;一直开着&quot;<br>&quot;Description&quot;=&quot;此种模式可保持计算机不停的运行以便其它机器从网上访问。如果您没有网络叫醒硬件的话，请使用此模式。&quot;<br>&quot;Policies&quot;=hex:01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,\<br>  00,00,00,00,00,00,00,00,00,00,00,2c,01,00,00,32,32,00,03,02,00,00,00,02,00,\<br>  00,00,00,00,18,77,2e,f2,07,00,00,00,00,00,2c,01,00,00,00,00,00,00,58,02,00,\<br>  00,00,00,64,64,64,64,93,7c;关闭XP文件保护<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]<br>&quot;SFCDisable&quot;=dword:ffffff9d;Windows XP SP2 ActiveX兼容性问题修复 ACTIVEXCOMPATIBILITY 如果在线播放视频以及部分网页浏览不正常，可以使用它。<br>[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA}]<br>&quot;Compatibility Flags&quot;=dword:00000400;关闭光驱的自动运行特性<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoDriveTypeAutoRun&quot;=hex:91,00,00,00<br>&quot;NoDriveAutoRun&quot;=hex:ff,ff,ff,03;在BSOD事件中禁用自动重启动<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]<br>&quot;AutoReboot&quot;=dword:00000000;禁用桌面清理向导 DISABLEDESKTOPCLEANWIZARD<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]<br>&quot;NoRun&quot;=dword:00000001;禁用错误报告（推荐）DISABLEERRORREPORT<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]<br>&quot;Start&quot;=dword:00000004[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]<br>&quot;DoReport&quot;=dword:00000000;禁止IE自动安装组件 DISABLEIEAUTOINSTALL<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]<br>&quot;NoJITSetup&quot;=dword:00000001;取消IE自动调整图片大小的功能 DISABLEIEAUTORESIZEPIC<br>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br>&quot;Enable AutoImageResize&quot;=&quot;no&quot;;关闭“分组相似任务栏按钮” DISABLETASKBARGLOMMING 4<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;TaskbarGlomming&quot;=dword:00000000<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;TaskbarGlomming&quot;=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]<br>&quot;RegisteredOrganization&quot;=&quot;上饶超峰网络科技&quot;<br>&quot;RegisteredOwner&quot;=&quot;<a href="http://www.newskycn.com" target="_blank">www.newskycn.com</a><wbr />&quot;<br>&quot;SourcePath&quot;=&quot;c:\\WINDOWS\\Driver Cache\\I386&quot;;彻底关闭Dr Watson DISALBEDRWATSON<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]<br>&quot;Auto&quot;=&quot;0&quot;;打开自动完成功能 点右键以编辑方式打开可以更改IE背景ENABLEAUTOFINISH ???/<br>[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]<br>&quot;CompletionChar&quot;=dword:00000009;使XP系统支持137G以上的硬盘（推荐）ENABLEBIGLBA<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters]<br>&quot;EnableBigLba&quot;=dword:00000001;打开XP资源管理器的状态栏 ENABLEEXPLORERBAR<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;ShowStatusBar&quot;=dword:00000001;让IE6可以10线程下载 ENABLEIE10THREADS<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]<br>&quot;MaxConnectionsPer1_0Server&quot;=dword:0000000a<br>&quot;MaxConnectionsPerServer&quot;=dword:0000000a;打开IE安全设定的隐藏项目 ENABLEIESECURESETTINGS<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]<br>@=&quot;&quot;<br>&quot;DisplayName&quot;=&quot;我的电脑&quot;<br>&quot;Description&quot;=&quot;您的计算机&quot;<br>&quot;Icon&quot;=&quot;explorer.exe#0100&quot;<br>&quot;CurrentLEVEl&quot;=dword:00000000<br>&quot;Flags&quot;=dword:00000001<br>&quot;1001&quot;=dword:00000000<br>&quot;1004&quot;=dword:00000000<br>&quot;1200&quot;=dword:00000000<br>&quot;1201&quot;=dword:00000001<br>&quot;1400&quot;=dword:00000000<br>&quot;1402&quot;=dword:00000000<br>&quot;1405&quot;=dword:00000000<br>&quot;1406&quot;=dword:00000000<br>&quot;1407&quot;=dword:00000000<br>&quot;1601&quot;=dword:00000000<br>&quot;1604&quot;=dword:00000000<br>&quot;1605&quot;=dword:00000000<br>&quot;1606&quot;=dword:00000000<br>&quot;1607&quot;=dword:00000000<br>&quot;1608&quot;=dword:00000000<br>&quot;1609&quot;=dword:00000001<br>&quot;1800&quot;=dword:00000000<br>&quot;1802&quot;=dword:00000000<br>&quot;1803&quot;=dword:00000000<br>&quot;1804&quot;=dword:00000000<br>&quot;1805&quot;=dword:00000000<br>&quot;1A00&quot;=dword:00000000<br>&quot;1A02&quot;=dword:00000000<br>&quot;1A03&quot;=dword:00000000<br>&quot;1A04&quot;=dword:00000000<br>&quot;1A05&quot;=dword:00000000<br>&quot;1A06&quot;=dword:00000000<br>&quot;1A10&quot;=dword:00000000<br>&quot;1C00&quot;=dword:00020000<br>&quot;1E05&quot;=dword:00030000<br>&quot;1206&quot;=dword:00000000;允许为回收站重命名 ENABLERECYCLEBINRENAME<br>[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]<br>&quot;Attributes&quot;=hex:50,01,00,20<br>&quot;CallForAttributes&quot;=dword:00000000<br>;打开启动优化功能 ENABLESTARTOPTIMIZE<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]<br>&quot;Enable&quot;=&quot;Y&quot;;解除被禁止访问的任务栏属性 ENABLETASKBARALLPROPERTIES<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoSetTaskbar&quot;=dword:00000000;EXE文件关联修复 FIXEXEASSOCIATE<br>[HKEY_CLASSES_ROOT\exefile\shell\open\command]<br>@=&quot;\&quot;%1\&quot; %*&quot;;控制面板显示方式改为经典方式 FORCECLASSICCONTROLPANEL<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;ForceClassicControlPanel&quot;=dword:00000001<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]<br>&quot;DefaultValue&quot;=dword:00000001<br>&quot;DefaultApplied&quot;=dword:00000001;开启硬件优化 HARDWAREOPTIMIZE<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Vxd\BIOS]<br>&quot;CPUPriority&quot;=dword:00000001<br>&quot;PCIConcur&quot;=dword:00000001<br>&quot;FastDRAM&quot;=dword:00000001<br>&quot;AGPConcur&quot;=dword:00000001;Windows XP SP2 XBM格式图片显示问题修复（推荐）<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Security]<br>&quot;BlockXBM&quot;=dword:00000000;去掉右键“新建”菜单中的“BMP” NOBMP<br>[-HKEY_CLASSES_ROOT\.bmp\ShellNew];去掉右键“新建”菜单中的“公文包” NOBRIEFCASE<br>[-HKEY_CLASSES_ROOT\.bfc\ShellNew];去掉右键“新建”菜单中的“DOC” NODOC<br>[-HKEY_CLASSES_ROOT\.doc\ShellNew];去掉右键“新建”菜单中的“rar” NODOC<br>[-HKEY_CLASSES_ROOT\.rar\ShellNew];去掉右键“新建”菜单中的“zip” NODOC<br>[-HKEY_CLASSES_ROOT\.zip\ShellNew];关闭智能菜单(比如说隐藏不常用的菜单选项) NOINTELLIMENU<br>[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;IntelliMenus&quot;=&quot;No&quot;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]<br>&quot;IntelliMenus&quot;=&quot;No&quot;;禁止记录最近访问过的文档 NORECENTDOC^ENU<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>&quot;NoRecentDocsMenu&quot;=dword:00000001;去掉右键“新建”菜单中的“RTF” NORTF 4<br>[-HKEY_CLASSES_ROOT\.rtf\ShellNew];去掉右键“新建”菜单中的“WAV” NOWAV 4<br>[-HKEY_CLASSES_ROOT\.wav\ShellNew];清除“我的电脑”里的文档文件夹 NOSHAREDOC<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\<br>DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]关闭系统文件保护 NOSYSFILEPROTECTION<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Winlogon]<br>&quot;SFCDisable&quot;=dword:FFFFFF9D;不显示登录后的Tips NOTIPS<br>[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]<br>&quot;Show&quot;=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]<br>&quot;Show&quot;=dword:00000000;禁用“Windows XP漫游” NOTOUR 4<br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000<br>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]<br>&quot;RunCount&quot;=dword:00000000;IRQ中断加速 SPEEDIRQ<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]<br>&quot;IRQ08Priority&quot;=dword:00000001;让欢迎窗口更清晰 WELCOMEWINDOWMORECLEAR<br>[HKEY_USERS\.DEFAULT\Control Panel\Desktop]<br>&quot;FontSmoothing&quot;=&quot;2&quot;<br>&quot;FontSmoothingType&quot;=dword:00000002;禁止开机自检<br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]<br>&quot;BootExecute&quot;=hex(7):00,00 <br> <br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1249435479#comment</comments>
<qz:effect>134218256</qz:effect>
<pubDate>Wed, 05 Aug 2009 01:24:39 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1249435479</guid>
</item>

<item>
<title><![CDATA[成功打造自己的锐起无盘]]></title>
<link>http://81206414.qzone.qq.com/blog/1249091194</link>
<description><![CDATA[软件准备： <br>服务端：诺德尔2003 SP2 V2服务器版 <br>客户端：诺德尔sp3 v3.0 网吧家用版 <br>无盘工具：锐起无盘2542原版+补丁 <br>分区：硬盘80G系统盘cd；硬盘160G*2硬阵列 游戏盘f;硬盘160*2 软阵列 镜像盘e 工作站盘g <br>C：15G 系统盘 Rich-Sys <br>D:60G 软件工具 Rich-Bak <br>Soft  软件目录       <br>备份img 备份目录 <br>E:20G 系统镜像盘 Rich-Img <br>disks 镜像目录 <br>restore 还原目录 <br>F:300G 游戏盘    Rich-Game <br>G:80G Rich-wks <br>其他容量暂时不处理 <br>wks 工作站目录 <br>1、安装2003，注册表优化，服务优化,安装Super Cache <br>2、安装锐起无盘原版，停止锐起无盘XP辅助服务和锐起无盘xp数据服务 <br>3、将补丁Dlxpdhcp.exe Manager.exe 复制到锐起的安装目录中,替换掉原版的文件 <br>4、重启计算机,打开锐起无盘xp管理器了 <br>设置磁盘目录，工作站磁盘，还原点目录 <br>工具栏中的&quot;选项配置&quot;,设定工作站的加入方式为[全自动加入工作站] <br>在&quot;ip地址&quot; 中可以设置我们需要的Ip起始段，完成 ； <br>5、关闭锐起无盘xp管理器,进入系统的&quot;管理工具&quot;/&quot;服务&quot;,停止&quot;锐起无盘x 数据服务&quot; <br>将补丁RTIOSRV.EXE 文件复制到锐起的安装目录 <br>6、点工作站信息，超级用户，WINXP，确定 <br>7、工作站安装XP，YLMF一键优化，秋无痕一键优化，硬盘启动，安装锐起客户端，设置IP和锐起无盘XP管理器分配的要一样,设置pnp <br>8、复制补丁richdisk.sys到c:\windows\system32\drivers\，配置系统，设置IP为服务器的IP。 <br>9、重启，在&quot;计算机管理&quot;/&quot;磁盘管理&quot; 中，格式化找到的新磁盘为NTFS格式,上传系统 <br>10、使用锐起IMG生成、载入、拷贝实用工具，创建服务器f:\GAME.IMG.img ONLINEGAME.IMG.img ONLINEGAME2.IMG 各80G <br>11、客户机下载，安装游戏，设置快捷方式 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1249091194#comment</comments>
<qz:effect>134218256</qz:effect>
<pubDate>Sat, 01 Aug 2009 01:46:34 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1249091194</guid>
</item>

<item>
<title><![CDATA[软阵列教程]]></title>
<link>http://81206414.qzone.qq.com/blog/1249090920</link>
<description><![CDATA[<span style="font-size:16px;line-height:1.8em;">以下是软阵列制作流程：</span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-size:16px;font-family:'Times';line-height:1.8em;">一．</span><wbr />动态磁盘的建立</span><wbr /> <br>首先我们要点我的电脑然后点左键盘――管理――磁盘管理 <br>如图所示现在是三块基本硬盘，我们要做的是把不带系统的其中两块转换成动态磁盘。 <br>注意：转换时不要两块同时选择同时转换，一个一个转换 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-1.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-1.jpg" /></a><wbr /><br>点击不带系统要组成阵列的其中的一块磁盘点右键，然后再点击转换到动态磁盘 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-2.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-2.jpg" /></a><wbr /><br><span style="font-family:'Times';line-height:1.8em;">二．</span><wbr />如下图所示除带系统的磁盘显示为基本磁盘外，其余不带系统需要组阵列的磁盘都为动态磁盘，证明动态磁盘创建成功。<br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-3.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-3.jpg" /></a><wbr /><br>三．点击准备组阵列的动态磁盘右键－<span style="font-size:16px;font-family:'Times';line-height:1.8em;">-</span><wbr />新建卷，然后在欢迎新建卷里点下一步<br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-4.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-4.jpg" /></a><wbr /><br>四．选择卷轴类型为带区<span style="font-size:16px;font-family:'Times';line-height:1.8em;">,</span><wbr />然后点下一步 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-5.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-5.jpg" /></a><wbr /><br>五．在选择磁盘选项中把需要组阵列的另一个动态磁盘添加上，然后点下一步 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-6.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-6.jpg" /></a><wbr /><br>六．在指派驱动器号和路径里面给磁盘选择一个驱动号，这里选择的是<span style="font-size:16px;font-family:'Times';line-height:1.8em;">K</span><wbr />，然后点下一步 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-7.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-7.jpg" /></a><wbr /><br>七<span style="font-size:16px;font-family:'Times';line-height:1.8em;">.</span><wbr />在卷区格式化里选择按下列设置格式化这个卷，在执行快速执行格式化前面打上钩，并在卷标里改写自己所需要的名称后点下一步。<br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-8.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-8.jpg" /></a><wbr /><br>所需要组阵列的动态磁盘会提示正在格式化 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-9.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-9.jpg" /></a><wbr /><br><br>八．当磁盘格式化完成所需组成阵列的磁盘显示为动态，卷标后面现在的驱动号都一样（如图所组阵列的磁盘都显示为<span style="font-size:16px;font-family:'Times';line-height:1.8em;">K</span><wbr />）并且新加卷显示的容量为所组阵列每个磁盘容量的加起来的总和且状态良好的话证明软阵列成功 <br><wbr /><a href="http://swmssbx-rp.com/uploads/image/2003-10.jpg" target="_blank"><img style="border:0;" src="http://swmssbx-rp.com/uploads/image/2003-10.jpg" /></a><wbr /><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1249090920#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Sat, 01 Aug 2009 01:42:00 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1249090920</guid>
</item>

<item>
<title><![CDATA[大家都需要的[立即下载]绿茶开机加速补丁-减少滚动圈 绿色版]]></title>
<link>http://81206414.qzone.qq.com/blog/1248799050</link>
<description><![CDATA[ <br>绿茶开机加速补丁-减少滚动圈,包括两种模式。 IDE硬盘和SATA硬盘加速。支持有盘和无盘。 <br> <br><a href="http://www.e666.cn/download.asp?id=9667&amp;dp=1&amp;fid=33" target="_blank">http://www.e666.cn/download.asp?id=9667&amp;dp=1&amp;fid=33</a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1248799050#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Tue, 28 Jul 2009 16:37:30 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1248799050</guid>
</item>

<item>
<title><![CDATA[如何创建阵列RAIDRAID 0+1 [转自深度技术论坛]]]></title>
<link>http://81206414.qzone.qq.com/blog/1248780888</link>
<description><![CDATA[<span style="font-weight:bold"><wbr />RAID 0+1 <br></span><wbr />　　为了把RAID 0的快速存取特点与RAID 1数据安全的优点结合起来，人们还设计了RAID 0+1阵列。这种阵列最少需要4个硬盘才能创建。其中两块硬盘用来存取数据，两块硬盘用于镜像数据。用于存放数据两块硬盘被划分为条状并行存取，这样可以获得双倍数据存取的速度，而另两个硬盘则即时为条状并行存取的硬盘制作镜像，以确保任意一块盘出现了故障，也不会导致数据丢失。 <br>　　由于兼顾到了存取速度和数据的安全，所以这种阵列在网吧、小型企业中使用非常广泛。 <br><span style="font-weight:bold"><wbr />RAID 0+1实战 <br></span><wbr />　　了解各种RAID阵列之后，接下来就网吧中常用的RAID 0+1的设置为例子，图解介绍整个设置过程。 <br>　　首先要准备四块硬盘、一台具有空白PCI卡或PCI-E插槽的电脑（根据RAID卡的接口不同而定）、一块RAID卡（假如主板已经集成了RAID卡则不需要）。 <br><wbr /><a href="http://os.deepin.org/attachment/230_755012_68664bf32f309a5.jpg" target="_blank"><img style="border:0;" src="http://os.deepin.org/attachment/230_755012_68664bf32f309a5.jpg" /></a><wbr /><br> <br>安装RAID卡至主板，将四块硬盘连接至RAID卡的数据接口上。开启电脑，并依说明书进入RAID设置画面。本例所使用的TRAK100阵列卡，使用“Tab”按键作为设置热键，所以按“Tab”键，即可进入RAID设置画面。 <br>　　进入RAID设置环境之后，按3键选择“Define Array”选项，进入RAID定义窗口。 <br>　　图2 <br><wbr /><a href="http://os.deepin.org/attachment/230_755012_3aa59f1cab3a8df.jpg" target="_blank"><img style="border:0;" src="http://os.deepin.org/attachment/230_755012_3aa59f1cab3a8df.jpg" /></a><wbr /><br>在RAID定义窗口按下“Enter”按键，进入RAID编辑窗口，在编辑窗口中可以设置RAID的模式，需要特别注意的是，许多RAID卡为用户提供的模式均使用存储模式表达，其中“Stripe”条状存储存则为RAID 0模式；“Mirror”表示RAID 1；而“Mirror/Stripe”则表示RAID0+1的模式。用户可以使用空格键切换RAID的模式，这里选择 “Mirror/Stripe”模式，并把通道中的四个硬盘设置为“Y”状态。设置完成之后按下“Ctrl+Y”保存设置的结果。 <br><br><wbr /><a href="http://os.deepin.org/attachment/230_755012_ce025b2914efd92.jpg" target="_blank"><img style="border:0;" src="http://os.deepin.org/attachment/230_755012_ce025b2914efd92.jpg" /></a><wbr /><br><br>需要特别提示的是，使用少于4个硬盘不能设置RAID 0+1的模式，并且不会出现“Mirror/Stripe”的选择模式。 <br>　　设置的完成后，可以看到硬盘的整个容量达到了80G，这是根据RAID 0+1的功能特点得出的。它的容量为最小硬盘基数的两倍，由于笔者使用的硬盘中最小的是40G，因此设置完成之后，容量为40G*2，如果使用的是4个80G的硬盘，那么设置“Mirror/Stripe”模式的结果应该是2*80G。 <br><wbr /><a href="http://os.deepin.org/attachment/230_755012_3a5d93543b6296f.jpg" target="_blank"><img style="border:0;" src="http://os.deepin.org/attachment/230_755012_3a5d93543b6296f.jpg" /></a><wbr /><br><br>重启系统之后，会显示RAID的设置结果，其中包含工作模式、阵列总容量大小、还有状态等。至此，用户就可以在阵列上分区、安装系统、软件以及进行其他操作了。对于操作系统而言，整个一个阵列就相当于一个硬盘。 <br><wbr /><a href="http://os.deepin.org/attachment/230_755012_d9d093f9905210f.jpg" target="_blank"><img style="border:0;" src="http://os.deepin.org/attachment/230_755012_d9d093f9905210f.jpg" /></a><wbr /><br><br><br><br><br><br> <br> <!--v:3.2--> ]]></description>
<category><![CDATA[主流硬件]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1248780888#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Tue, 28 Jul 2009 11:34:48 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1248780888</guid>
</item>

<item>
<title><![CDATA[ROS、双ADSL、NTH负载均衡实际操作设置 (脚本化操作)经修改]]></title>
<link>http://81206414.qzone.qq.com/blog/1247985414</link>
<description><![CDATA[<span style="font-family:'Times';line-height:1.8em;">ROS</span><wbr />、双<span style="font-family:'Times';line-height:1.8em;">ADSL</span><wbr />、<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />负载均衡实际操作设置<span style="font-family:'Times';line-height:1.8em;"> (</span><wbr />脚本化操作<span style="font-family:'Times';line-height:1.8em;">)</span><wbr /><br> <br><span style="font-family:'Times';line-height:1.8em;">ROS</span><wbr />、双<span style="font-family:'Times';line-height:1.8em;">ADSL</span><wbr />、<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />负载均衡实际操作设置<span style="font-family:'Times';line-height:1.8em;"> (</span><wbr />脚本化操作<span style="font-family:'Times';line-height:1.8em;">)</span><wbr /><br><br>建立<span style="font-family:'Times';line-height:1.8em;">PPP</span><wbr />拨号，把其中一条拨号名命名为<span style="font-family:'Times';line-height:1.8em;">ADSL1</span><wbr />，另一个命明为<span style="font-family:'Times';line-height:1.8em;">ADSL2</span><wbr />，并把内网网卡命名为<span style="font-family:'Times';line-height:1.8em;">LAN</span><wbr />，然后等待拨号成功，设置参考下图<br><br>拨号成功后，<span style="font-family:'Times';line-height:1.8em;">PPPOE</span><wbr />会自动添加<span style="font-family:'Times';line-height:1.8em;">IP</span><wbr />地址和网关<span style="font-family:'Times';line-height:1.8em;">,</span><wbr />找到地址和网关，复制下来，替换到下面脚本中把<span style="font-family:'Times';line-height:1.8em;">58.58.58.1/32</span><wbr />替换成<span style="font-family:'Times';line-height:1.8em;">ADSL1</span><wbr />的<span style="font-family:'Times';line-height:1.8em;">IP</span><wbr />，<span style="font-family:'Times';line-height:1.8em;">58.58.58.1</span><wbr />替换成<span style="font-family:'Times';line-height:1.8em;">ADSL1</span><wbr />的网关，把<span style="font-family:'Times';line-height:1.8em;">58.58.58.2/32</span><wbr />替换成<span style="font-family:'Times';line-height:1.8em;">ADSL2</span><wbr />的<span style="font-family:'Times';line-height:1.8em;">IP</span><wbr />，<span style="font-family:'Times';line-height:1.8em;">58.58.58.2</span><wbr />替换成<span style="font-family:'Times';line-height:1.8em;">ADSL2</span><wbr />的网关<span style="font-family:'Times';line-height:1.8em;">.</span><wbr />之后慢慢添脚本，添完成功后，把拨号的<span style="font-family:'Times';line-height:1.8em;">Add Default Route</span><wbr />的勾去掉，看负载均衡是否可以正常<br><br>工作！因未测试过，有问题请联系<span style="font-family:'Times';line-height:1.8em;">QQ</span><wbr />：<span style="font-family:'Times';line-height:1.8em;">124402271</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">/ip address add address=192.168.1.1/255.255.255.0 interface=LAN comment=lan</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip dns set primary-dns=202.96.134.133 secondary-dns=202.96.128.68 allow-remote-requests=yes</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/interface pppoe-client add name=&quot;ADSL1&quot; interface=WAN1 user=&quot;sz111@163.gd&quot; password=&quot;111&quot; add-default-route=no disabled=no</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/interface pppoe-client add name=&quot;ADSL2&quot; interface=WAN2 user=&quot;sz222@163.gd&quot; password=&quot;222&quot; add-default-route=no disabled=no</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">1.</span><wbr />普通脚本设置<br><span style="font-family:'Times';line-height:1.8em;">/ ip firewall nat add chain=srcnat action=masquerade comment=&quot;3&quot; disabled=yes</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ ip address </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add address=58.58.58.1/32 interface=ADSL1 comment=&quot;1&quot; disabled=no</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add address=58.58.58.2/32 interface=ADSL2 comment=&quot;2&quot; disabled=no</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ ip route</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add dst-address=0.0.0.0/0 gateway=58.58.58.1 routing-mark=1 comment=&quot;1&quot;</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add dst-address=0.0.0.0/0 gateway=58.58.58.2 routing-mark=2 comment=&quot;2&quot;</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add dst-address=0.0.0.0/0 gateway=58.58.58.1 comment=&quot;3&quot;</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">2.</span><wbr />添加<span style="font-family:'Times';line-height:1.8em;">NAT</span><wbr />，<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />脚本<br><span style="font-family:'Times';line-height:1.8em;">/ ip firewall mangle </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add chain=prerouting in-interface=LAN protocol=tcp connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=1 passthrough=yes comment=&quot;A1 NTH&quot; disabled=no </span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">add chain=prerouting in-interface=LAN protocol=tcp connection-mark=1 action=mark-routing new-routing-mark=1 passthrough=no comment=&quot;A1 NTH&quot; disabled=no </span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">add chain=prerouting in-interface=LAN protocol=tcp connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=2 passthrough=yes comment=&quot;A2 NTH&quot; disabled=no </span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">add chain=prerouting in-interface=LAN protocol=tcp connection-mark=2 action=mark-</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">routing new-routing-mark=2 passthrough=no comment=&quot;A2 NTH&quot; disabled=no</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">/ ip firewall nat </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add chain=srcnat connection-mark=1 action=src-nat to-addresses=58.58.58.1 to-ports=0-65535 comment=&quot;1&quot; disabled=no </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add chain=srcnat connection-mark=2 action=src-nat to-addresses=58.58.58.2 to-ports=0-65535 comment=&quot;2&quot; disabled=no</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">3.</span><wbr />同步<span style="font-family:'Times';line-height:1.8em;">NAT</span><wbr />，<span style="font-family:'Times';line-height:1.8em;">ADSL</span><wbr />动态<span style="font-family:'Times';line-height:1.8em;">IP</span><wbr />，网关脚本<span style="font-family:'Times';line-height:1.8em;">:</span><wbr /><br>位置<span style="font-family:'Times';line-height:1.8em;">winbox-system-script </span><wbr />点“<span style="font-family:'Times';line-height:1.8em;">+ </span><wbr />”号，改<span style="font-family:'Times';line-height:1.8em;">name</span><wbr />为<span style="font-family:'Times';line-height:1.8em;">sync</span><wbr />，然后复制下面的脚本到<span style="font-family:'Times';line-height:1.8em;">source</span><wbr />里<br>:local assign-address<br>:local new-address<br>:local status<br>:local x<br>:set x 2<br>:for i from=1 to=$x do={<br>    :set status [/interface get [/interface find name=(&quot;ADSL&quot; . $i)] running] <br>    :if ($status=true) do={<br>     :set new-address [/ip address get [/ip address find dynamic=yes interface=(&quot;ADSL&quot; . $i)] address]<br>     :set new-address [:pick $new-address 0 ([:len $new-address] -3)]<br>     :set assign-address [/ip address get [/ip address find dynamic=no interface=(&quot;ADSL&quot; . $i)] address]<br>     :set assign-address [:pick $assign-address 0 ([:len $assign-address] -3)]<br>:set new-gateway [/ip address get [/ip address find dynamic=yes interface=(&quot;ADSL&quot; . $i)] network]<br>:set adckip [/tool netwatch get [/tool netwatch find comment=$i] host]<br>        :if ($assign-address != $new-address) do={ /ip address set [/ip address find comment=$i] address=$new-address network=$new-address broadcast=$new-address<br>        /ip route set [/ip route find comment=$i] gateway=$new-gateway]<br>        /ip firewall nat set [/ip firewall nat find comment=$i] to-addresses=$new-address<br>        /ip route set [/ip route find comment=$i] gateway=$new-gateway]<br>       } <br>    :if ($new-gateway != $adckip) do={/tool netwatch set [/tool netwatch find comment=$i] host=$new-gateway]<br>}<br>   }<br>}<br><br><span style="font-family:'Times';line-height:1.8em;">4.</span><wbr />添加<span style="font-family:'Times';line-height:1.8em;">ADSL1</span><wbr />当线脚本<span style="font-family:'Times';line-height:1.8em;">A1Down</span><wbr />，自动停用<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />负载所需的参数，并将标记<span style="font-family:'Times';line-height:1.8em;">3</span><wbr />的网关设为<span style="font-family:'Times';line-height:1.8em;">ADSL2</span><wbr />的网关<br>位置<span style="font-family:'Times';line-height:1.8em;">winbox-system-script </span><wbr />点“<span style="font-family:'Times';line-height:1.8em;">+ </span><wbr />”号，改<span style="font-family:'Times';line-height:1.8em;">name</span><wbr />为<span style="font-family:'Times';line-height:1.8em;">A1Down</span><wbr />，然后复制下面的脚本到<span style="font-family:'Times';line-height:1.8em;">source</span><wbr />里<br><span style="font-family:'Times';line-height:1.8em;">:local new-gateway</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:set new-gateway [/ ip address get [/ip address find dynamic=yes interface=ADSL2] network]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route set [/ip route find comment=3] gateway=$new-gateway</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route en [/ip route find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route dis [/ip route find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route dis [/ip route find comment=2]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat en [/ip firewall nat find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat dis [/ip firewall nat find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat dis [/ip firewall nat find comment=2]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/tool netwatch set [/tool netwatch find comment=1] host=58.58.58.1</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">5.</span><wbr />添加<span style="font-family:'Times';line-height:1.8em;">ADSL2</span><wbr />当线脚本<span style="font-family:'Times';line-height:1.8em;">A2Down</span><wbr />，自动停用<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />负载所需的参数，并将标记<span style="font-family:'Times';line-height:1.8em;">3</span><wbr />的网关设为<span style="font-family:'Times';line-height:1.8em;">ADSL1</span><wbr />的网关<br>位置<span style="font-family:'Times';line-height:1.8em;">winbox-system-script </span><wbr />点“<span style="font-family:'Times';line-height:1.8em;">+ </span><wbr />”号，改<span style="font-family:'Times';line-height:1.8em;">name</span><wbr />为<span style="font-family:'Times';line-height:1.8em;">A2Down</span><wbr />，然后复制下面的脚本到<span style="font-family:'Times';line-height:1.8em;">source</span><wbr />里<br><span style="font-family:'Times';line-height:1.8em;">:local new-gateway</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:set new-gateway [/ ip address get [/ip address find dynamic=yes interface=ADSL1] network]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route set [/ip route find comment=3] gateway=$new-gateway</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route en [/ip route find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route dis [/ip route find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route dis [/ip route find comment=2]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat en [/ip firewall nat find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat dis [/ip firewall nat find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat dis [/ip firewall nat find comment=2]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/tool netwatch set [/tool netwatch find comment=2] host=58.58.58.2</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">6.</span><wbr />添加<span style="font-family:'Times';line-height:1.8em;">ADSL</span><wbr />掉线判断<span style="font-family:'Times';line-height:1.8em;">NETWATCH</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ tool netwatch </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add host=58.58.58.1 timeout=1s interval=1m up-script=&quot;&quot; down-script=&quot;A1Down&quot; comment=&quot;1&quot; </span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add host=58.58.58.2 timeout=1s interval=1m up-script=&quot;&quot; down-script=&quot;A2Down&quot; comment=&quot;2&quot;</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">7.</span><wbr />添加双线判断正常脚本<span style="font-family:'Times';line-height:1.8em;">allup</span><wbr />。即两条线路<span style="font-family:'Times';line-height:1.8em;">UP</span><wbr />的时候开启<span style="font-family:'Times';line-height:1.8em;">NTH</span><wbr />负载均衡。<br>位置<span style="font-family:'Times';line-height:1.8em;">winbox-system-script </span><wbr />点“<span style="font-family:'Times';line-height:1.8em;">+ </span><wbr />”号，改<span style="font-family:'Times';line-height:1.8em;">name</span><wbr />为<span style="font-family:'Times';line-height:1.8em;">allup</span><wbr />，然后复制下面的脚本到<span style="font-family:'Times';line-height:1.8em;">source</span><wbr />里<br><span style="font-family:'Times';line-height:1.8em;">:global a</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:global b</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:set a [/tool netwatch get [/tool netwatch find comment=1] status]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:set b [/tool netwatch get [/tool netwatch find comment=2] status]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">:if (($a=&quot;up&quot;) &amp;&amp; ($b=&quot;up&quot;)) do={</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route dis [/ip route find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route en [/ip route find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip route en [/ip route find comment=2]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat dis [/ip firewall nat find comment=3]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat en [/ip firewall nat find comment=1]</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">/ip firewall nat en [/ip firewall nat find comment=2]}</span><wbr /><br><br><span style="font-family:'Times';line-height:1.8em;">8.</span><wbr />添加脚本计划任务<br><span style="font-family:'Times';line-height:1.8em;">/ system scheduler</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add name=&quot;tasksync&quot; on-event=sync start-date=jan/01/1970 start-time=00:00:00 interval=1s comment=&quot;&quot;</span><wbr /><br><span style="font-family:'Times';line-height:1.8em;">add name=&quot;taskup&quot; on-event=allup start-date=jan/01/1970 start-time=00:00:00 interval=1s comment=&quot;&quot;</span><wbr /><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[81206414@qq.com(苯ヤ苯︷)]]></author>
<comments>http://81206414.qzone.qq.com/blog/1247985414#comment</comments>
<qz:effect>134218256</qz:effect>
<pubDate>Sun, 19 Jul 2009 06:36:54 GMT</pubDate>
<guid>http://81206414.qzone.qq.com/blog/1247985414</guid>
</item>

</channel>
</rss>

