吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 7623|回复: 49
上一主题 下一主题
收起左侧

[Windows] 系统优化BAT工具

  [复制链接]
跳转到指定楼层
楼主
yejk357159 发表于 2023-5-10 23:36 回帖奖励
一键优化BAT工具蓝奏云https://wwuo.lanzoub.com/iqX880v6w9pe

01.png (54.37 KB, 下载次数: 7)

01.png

02.png (70.79 KB, 下载次数: 4)

02.png

免费评分

参与人数 3吾爱币 +3 热心值 +3 收起 理由
cengcengbujinqu + 1 + 1 谢谢@Thanks!
小猪佩奇007 + 1 + 1 谢谢@Thanks!
c199188177c + 1 + 1 用心讨论,共获提升!

查看全部评分

本帖被以下淘专辑推荐:

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

推荐
 楼主| yejk357159 发表于 2023-5-16 01:11 |楼主
MH868 发表于 2023-5-14 18:24
还是不行  之前运行这个软件c盘内容直接少了十个G  用上面的代码也还是不太行 就是电脑闪了一下

@echo off

set regPath=HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
set regKey1=IconStreams
set regKey2=PastIconsStream


echo.
echo The Explorer process must be temporarily killed before deleting your notification area icons cache.
echo.
echo Please SAVE ALL OPEN WORK before continuing.
echo.
pause


echo.
taskkill /IM explorer.exe /F
echo.
FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey1% ^| find /i "%regkey1%"') do goto IconStreams
echo Registry key "IconStreams" already deleted.
echo.

:verify-PastIconsStream
FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey2% ^| find /i "%regkey2%"') do goto PastIconsStream
echo Registry key "PastIconsStream" already deleted.
echo.
goto restart

:IconStreams
reg delete "%regpath%" /f /v "%regkey1%"
goto verify-PastIconsStream

:PastIconsStream
reg delete "%regpath%" /f /v "%regkey2%"


:restart
echo.
echo.
echo You will need to restart the PC to finish resetting your notification area icons.
echo.
CHOICE /C:YN /M "Do you want to restart the PC now?"
IF ERRORLEVEL 2 goto no
IF ERRORLEVEL 1 goto yes


:no
echo.
echo.
echo Restarting explorer....
echo.
echo Please remember to restart the PC later to finish resetting your notification area icons.
echo.
start explorer.exe
pause
exit /B

:yes
shutdown /r /f /t 00
推荐
 楼主| yejk357159 发表于 2023-5-13 23:44 |楼主
MH868 发表于 2023-5-13 14:24
有没有大神说说怎么办??在线等

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f

taskkill /f /im explorer.exe

attrib -s -r -h "%userprofile%\AppDataLocal\iconcache.db"

del "%userprofile%\AppData\Local\iconcache.db" /f /q

start explorer





上面复制到TXT 将TXT后缀名修改为bat
头像被屏蔽
沙发
R163N8 发表于 2023-5-11 10:33
3#
wtanywn 发表于 2023-5-11 10:44
关闭系统更新是哪个,6么
4#
zou0016 发表于 2023-5-11 10:52
优化软件不敢乱用,对我们这些菜鸟来说搞得不好系统就会出问题。感谢分享!
5#
powerwht 发表于 2023-5-11 11:15
很不错,感谢分享
6#
hfxiang 发表于 2023-5-11 11:19
收藏,可用于研究学习批处理。感谢楼主分享。
7#
dtadsl 发表于 2023-5-11 11:20
它是优化完,系统设置可以重新启用,还是彻底不能了。。。
8#
top7777 发表于 2023-5-11 11:23
个别功能的确要用,省下了百度试错的时间。
9#
shandian281 发表于 2023-5-11 11:26
菜鸟慎用,感谢分享。
10#
bsb_figo 发表于 2023-5-11 11:26
win11系统能用吗?
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-12-4 16:13

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表