关机时清除 TEMP 文件夹

关机时清除 TEMP 文件夹

我正在遵循一些说明加速 Windows XP 的更多方法以帮助加快我的电脑速度。其中之一是temp在关机时删除文件夹。然而,在我关机然后启动后,脚本没有触及我的temp文件夹,我不确定哪里出了问题。我应该更改什么?

以下是我得到的说明:

1. Open Notepad and create a new file with the following entries:

RD /S /q “C:\Documents and Settings\"UserName without quotes”\Local Settings\
          History”
RD /S /q “C:\Documents and Settings\Default User\Local Settings\History”
RD /S /q “D:\Temp” <–”Deletes temp folder, type in the location of your temp 
                      folder”

2. Save the new file as anything you like, but it has to be a ‘.bat’ file,
   for example, `fastboot.bat` or `deltemp.bat`

3. Click ‘Start’ then ‘Run’

4. Type in ‘gpedit.msc’ and hit ‘OK’

5. Click on ‘Computer Configuration’ then ‘Windows Settings’

6. Double-click on ‘Scripts’ and then on ‘Shutdown’

7. Click ‘Add’ and find the batch file that you created and then press ‘OK’

我已按照这些说明操作,并且看到 Windows 显示“正在运行关机脚本”。我是否遗漏了什么?

答案1

与其每天都这样做,还不如运行类似下面的命令CCleaner每周左右清除一次临时文件。

答案2

这里需要注意的是,如果您要安装程序并且程序安装失败,则应该禁用在关机或启动时清除临时文件夹的功能。

我曾经遇到过这种情况 :-) 程序极少会在临时文件夹中自行崩溃,然后重新启动系统以完成安装。啊,剩下的你们都知道了。

相关内容