各位大侠帮我看下电脑开机为什么会出现please wait...(请稍候...)
电脑之前在上网看了这个@echooffecho正在清除系统垃圾文件,请稍等......del/f/s/q%systemdrive%\*.tmpdel/f/s/q%syst...
电脑之前在上网看了这个
@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 清除系统LJ完成!
echo. & pause
(自动删除程序)
然后也用了,效果不错,但现在每次开机都显示please wait...严重影响开机速度
是不是那程序删了什么备份文件,有什么办法补救吗? 展开
@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 清除系统LJ完成!
echo. & pause
(自动删除程序)
然后也用了,效果不错,但现在每次开机都显示please wait...严重影响开机速度
是不是那程序删了什么备份文件,有什么办法补救吗? 展开
2个回答
展开全部
这个语句del /f /s /q %windir%\prefetch\*.* 有问题。这个目录下安装的是预开机运行的程序,现在你都删除了,系统要重建。
del /f /q %userprofile%\cookies\*.* 系统自动保存的cookie,上网站自动登陆什么的,都需要,也删除了,无语
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" IE上网的缓存,加快IE的浏览速度的
del /f /q %userprofile%\cookies\*.* 系统自动保存的cookie,上网站自动登陆什么的,都需要,也删除了,无语
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" IE上网的缓存,加快IE的浏览速度的
追问
怎么改这些代码?可以避免这些问题
可以把您修改过的正确代码发下吗?谢谢了
追答
修改了你给出的,把我认为没有必要的剔出了
@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 %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
展开全部
t
Imogen Heap-等到结束
Where do we go from here?
我们该前往何方?
How do we carry on?
我们该怎样继续?
I can't get beyond the questions.
我无法解决这些问题
Clambering for the scraps in the shatter of us collapsed.
尽管拼命地想要越过我们那支离破碎的生活
It cuts me with every could-have-been.
但是每一个原本可以如何的欲念都使我停滞不前
Pain on pain on play, repeating
在如戏的人生中,痛苦加痛苦,不断在重演
With the backup makeshift life in waiting.
在等待中重演着一时备用的生活
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是,那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
There's nothing to see here now,
这里再也没有什么值得瞻望的了
Turning the sign around;
绕过周围的预兆
We're closed to the Earth till further notice.
我们困在这人世间,直到另行通知,死亡
Clambering for the scraps,
向那些碎片攀登而去
clambering in the light.
在光明中攀登而去
We're closed to the Earth 'til further...
我们困在这人世间,直到另行…
An all-out one, only one street-level miracle.
全力热爱生活,是仅有的所谓地面上的奇迹
I'll be an out-and-out, born again from none more cynical.
我要全力热爱我的生活,从以前的玩世不恭中改头换面,重生
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
And sit here cold?
坐在这儿会冷吧?
Look, you'll be long gone by then.
看啊,你会离开很久吧
And lackluster in dust we lay
然后单调地躺在尘土中
'round old magazines.
被老旧杂志包围
Fluorescent lighting sets the scene
荧光灯照亮了你整个视线
for all we could and should being
为我们那可能而且应该得到的一切
in the one life that we've got.
以另一种生活我们就会得到的一切
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
And sit here cold?
坐在这儿会冷吧?
Just going to sweat it out?
还只是这样忍受下去吗?
And sit here cold?
坐在这儿会冷吧?
Just going to sweat it out?
还只是这样忍受下去吗?
Wait it out.
等到结束
PS:我也是个吸血鬼日记FAN~!无聊翻译看看的,希望你喜欢哈
问个问题这首歌是第几季第几集出现的啊?我没印象唉。。这歌还是有点小励志的说。
Imogen Heap-等到结束
Where do we go from here?
我们该前往何方?
How do we carry on?
我们该怎样继续?
I can't get beyond the questions.
我无法解决这些问题
Clambering for the scraps in the shatter of us collapsed.
尽管拼命地想要越过我们那支离破碎的生活
It cuts me with every could-have-been.
但是每一个原本可以如何的欲念都使我停滞不前
Pain on pain on play, repeating
在如戏的人生中,痛苦加痛苦,不断在重演
With the backup makeshift life in waiting.
在等待中重演着一时备用的生活
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是,那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
There's nothing to see here now,
这里再也没有什么值得瞻望的了
Turning the sign around;
绕过周围的预兆
We're closed to the Earth till further notice.
我们困在这人世间,直到另行通知,死亡
Clambering for the scraps,
向那些碎片攀登而去
clambering in the light.
在光明中攀登而去
We're closed to the Earth 'til further...
我们困在这人世间,直到另行…
An all-out one, only one street-level miracle.
全力热爱生活,是仅有的所谓地面上的奇迹
I'll be an out-and-out, born again from none more cynical.
我要全力热爱我的生活,从以前的玩世不恭中改头换面,重生
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
And sit here cold?
坐在这儿会冷吧?
Look, you'll be long gone by then.
看啊,你会离开很久吧
And lackluster in dust we lay
然后单调地躺在尘土中
'round old magazines.
被老旧杂志包围
Fluorescent lighting sets the scene
荧光灯照亮了你整个视线
for all we could and should being
为我们那可能而且应该得到的一切
in the one life that we've got.
以另一种生活我们就会得到的一切
Everybody says that time heals everything.
人人都说时间可以冲淡一切
But what of the wretched hollow?
但是那些可悲的空虚呢?
The endless in-between?
那些永无止境的停滞呢?
Are we just going to wait it out?
我们还仅仅是等到它结束吗?
And sit here cold?
坐在这儿会冷吧?
Just going to sweat it out?
还只是这样忍受下去吗?
And sit here cold?
坐在这儿会冷吧?
Just going to sweat it out?
还只是这样忍受下去吗?
Wait it out.
等到结束
PS:我也是个吸血鬼日记FAN~!无聊翻译看看的,希望你喜欢哈
问个问题这首歌是第几季第几集出现的啊?我没印象唉。。这歌还是有点小励志的说。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询