|  | 
| 这是一个BUG,没发现问题的,请清理一下系统垃圾文件 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
 rd /s /q     "%systemdrive%\RECYCLER"
 del /f /s /q %windir%\*.bak
 del /f /s /q %windir%\*.log
 del /f /s /q %windir%\*.dmp
 del /f /s /q %windir%\prefetch\*.*
 rd /s /q     %windir%\temp & md %windir%\temp
 del /f /s /q %userprofile%\cookies\*.*
 del /f /s /q "%userprofile%\recent\*.*"
 del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
 del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
 rd /s /q     "%userprofile%\Local Settings\Temp" & md "%userprofile%\Local Settings\Temp"
 你会惊奇的发现Snapshot已经不会自动还原。win7/win2008R2/win10下遇到过
 | 
 |