Я следую некоторым инструкциям в разделе «Больше способов ускорить работу 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 говорит "Запуск сценария выключения". Я что-то здесь упускаю?