桌面文件丢失了怎么办

网上找到一个清理系统垃圾的软件,我用了以后桌面上大部分文件夹和应用图标都没有了,也不知道有没有被删掉,有大佬们看看这个代码会不会把我电脑里面的excel word ppt 删掉吗?而且桌面上的文件夹回收站也找不到,在哪儿找到啊
@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% ecycled*.*

del /f /s /q %windir%*.bak

del /f /s /q %windir%prefetch*.*

rd /s /q %windir% emp & md %windir% emp

del /f /q %userprofile%cookies*.*

del /f /q %userprofile% ecent*.*

del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"

del /f /s /q "%userprofile%Local SettingsTemp*.*"

del /f /s /q "%userprofile% ecent*.*"

echo 清除系统垃圾完成!

echo. & pause

桌面上的就是C盘里面的东西

应该是用了别人制作的一个用来清理电脑系统垃圾的小程序。其实这种不建议去使用,如果你懂他写的什么意思的话,可以去使用。清理电脑系统垃圾,可以下载一些官方的安全软件进行清理,那样更安全一些。关于word,excel,ppt是否被清楚,只能说可能不会。不过如果不是很懂这程序,最好先了解了解再使用。
希望对题主有所帮助,望采纳!