ฉันทำตามคำแนะนำในวิธีการเร่งความเร็ว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 บอกว่า "กำลังเรียกใช้สคริปต์การปิดระบบ" ฉันทำอะไรบางอย่างหายไปหรือเปล่า
C:\Documents and Settings\Lynda\Local Settings\Temp
cmd
และการเปลี่ยนแปลงเพื่อสิ่งที่ไดเรกทอรีของคุณ.bat
ไฟล์ใน. .bat
เรียกใช้โดยการพิมพ์ชื่อโดยไม่ต้อง (อาจใช้งานได้หากคุณรวมถึงจุดจบ แต่ฉันรู้ว่ามันใช้งานได้หากคุณไม่ได้)
D:\temp
?