<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[计算机  &gt; 编程  &gt; windows编程  - FF87论坛!]]></title>
<link><![CDATA[list.php?mode=a&area_id=1-15_2_12]]></link>
<description><![CDATA[该标签仍可细分：]]></description>
<copyright>(c) 2012, 162100.com. All rights reserved.</copyright>
<generator>162100.com</generator>
<image>
  <url><![CDATA[inc/css/a/area_logo_1-15.gif]]></url>
  <title><![CDATA[计算机  &gt; 编程  &gt; windows编程  - FF87论坛!]]></title>
  <link><![CDATA[list.php?mode=a&area_id=1-15_2_12]]></link>
</image>
<item>
  <title><![CDATA[利用cleanmgr清理系统垃圾 - BAT脚本]]></title>
  <description><![CDATA[<pre>@echo OFF REM Enable components to cleanup REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Active Setup Temp Folders&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;BranchCache&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Downloaded Program Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;GameNewsFiles&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;GameStatisticsFiles&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;GameUpdateFiles&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Internet Cache Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Memory Dump Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Offline Pages Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Old ChkDsk Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Previous Installations&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Recycle Bin&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Service Pack Cleanup&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Setup Log Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;System error memory dump files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;System error minidump files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Temporary Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Temporary Setup Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Temporary Sync Files&quot; /V StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Thumbnail Cache&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Update Cleanup&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Upgrade Discarded Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;User file versions&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Defender&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Error Reporting Archive Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Error Reporting Queue Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Error Reporting System Archive Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Error Reporting System Queue Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows ESD installation files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul REG ADD &quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;VolumeCaches&#92;Windows Upgrade Log Files&quot; /v StateFlags0100 /d 2 /t REG_DWORD /f &gt;nul &nbsp; REM Run cleanup IF EXIST %SystemRoot%&#92;SYSTEM32&#92;cleanmgr.exe START /WAIT cleanmgr /sagerun:100</pre><pre>复制内容到BAT脚本，使用管理员身份运行即可。<br>利用系统自带的磁盘清理工具cleanmgr执行清理，默认勾选所有可清理项。</pre>]]></description>
  <category><![CDATA[]]></category>
  <link><![CDATA[article.php?mode=a&id=1637]]></link>
  <author><![CDATA[hy58]]></author>
  <pubDate><![CDATA[Sat, 25 Jul 2015 07:48:19 +0800]]></pubDate>
</item>
</channel>
</rss>