【Win10】快捷关机与清理垃圾

2020-04-03  本文已影响0人  顾先生

这些快捷方式需要在桌面上创建一个txt文件,将内容复制进去,然后将文件后缀名 .txt 改为 .bat 即可


关机:

slidetoshutdown

清理垃圾:

@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%\ercycled\*.*
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

微信多开:

start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"

上一篇 下一篇

猜你喜欢

热点阅读