close
預約關機

可預約讓電腦何時關機

開啟筆記本  輸入以下這行指令 另存新檔為*.BAT(星號隨你高興用啥名)

Shutdown.exe -s -t 1000

1000 代表秒數  可自行修改

存放在桌面  點2下  電腦會在設定時間到時自動關機

清垃圾

電腦用久了  總有一堆垃圾佔用硬碟空間

可清一些無用的垃圾,釋放硬碟空間

開啟筆記本  輸入以下這行指令 另存新檔為*.BAT(星號隨你高興用啥名)

@echo off
echo 正在清除系統垃圾檔案,請稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系統垃圾檔案完成!
echo. & pause

存放在桌面  點2下 就會自動的把一些垃圾清掉了
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 jingfu 的頭像
    jingfu

    心之語言

    jingfu 發表在 痞客邦 留言(0) 人氣()