UID30496
威望1228 点金钱0 枚贡献448 点
注册时间2015-6-7最后登录2022-10-12
听众9收听0
TA的每日心情 | 慵懒 2018-2-6 20:51 |
---|
|
发表于 2020-10-13 15:09:48
|
显示全部楼层
你这个问题是因为先前安装会声会影失败后,所导致会声会影注册表残留,当再次安装时,系统以为你已经启动了一个安装程序,因此拒绝让正在安装的这个程序启动。解决方法有三种,其中之一就是先清除掉会声会影安装失败后的注册表残留,然后再进行安装。
具体如下:
方法一、首先新建一个文本 .将文本格式txt改成.bat 然后输入:
@echo off del/f/[color=rgb(0, 136, 0) !important]s/q %systemdrive%\*.tmp del/f/s[color=rgb(0, 136, 0) !important]/q %systemdrive%\*._mp del/f[color=rgb(0, 136, 0) !important]/s/q %systemdrive%\*.[color=rgb(0, 0, 136) !important]log del/f/[color=rgb(0, 136, 0) !important]s/q %systemdrive%\*.gid del/f/s[color=rgb(0, 136, 0) !important]/q %systemdrive%\*.chk del/f[color=rgb(0, 136, 0) !important]/s/q %systemdrive%\*.old del/f/[color=rgb(0, 136, 0) !important]s/q %windir%\*.bak del/f/q %systemdrive%\recycled\*.* del/f/[color=rgb(0, 0, 136) !important]q %windir%\prefetch\*.* rd/[color=rgb(0, 136, 0) !important]s/q %windir%\temp & md %windir%\tempemp% &md %temp% del/f/q %userprofile%\cookies\*.* del/f/[color=rgb(0, 0, 136) !important]q %userprofile%\recent\*.* rd/[color=rgb(0, 0, 136) !important]s/[color=rgb(0, 0, 136) !important]q \“%userprofile%\Local Settings\Temporary Internet Files\” cls & echo 系统垃圾清除完成:) echo. & pause最后双击l.bat文件,等待清理完成后,显示器提示“系统垃圾清除完成”,按照提示按任意键退出即可。 |
|
|