lw02 发表于 2020-6-20 07:51:12

删除任务栏图标

如题,要删除图1中红色方框中的图标。
用注册表文件导入不行,要在pe桌面运行注册表文件再重启桌面才行。Windows Registry Editor Version 5.00


"Seed"=hex:52,75,6e,6e,69,6e,67,21,00,d0,07,00,47,a7,78,91,1b,96,a3,bf,bc,2a,\
41,a2,c9,05,36,35,fc,24,ee,cc,52,6d,fb,9a,3d,bf,2c,5d,87,d8,b1,7a,5f,ab,61,\
72,ba,3c,04,09,0d,b3,07,4b,8e,37,ed,af,ee,73,10,b2,f1,a0,9e,ce,c4,b7,2f,ce,\
ad,f2,43,a1

Windows Registry Editor Version 5.00


"Favorites"=hex:ff
"FavoritesChanges"=dword:00000002
"FavoritesVersion"=dword:00000003

Windows Registry Editor Version 5.00


"Favorites"=hex:ff
"FavoritesChanges"=dword:00000002
"FavoritesVersion"=dword:00000003

FILE X:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Windows 资源管理器.lnk
有高手能修改上面的注册表文件,直接导入注册表。但是我不会修改。

holley2008 发表于 2020-6-20 08:04:55

所谓的不行 是不是要刷新一下组策略?试过没?

MC阿虎 发表于 2020-6-20 08:34:25

来看看啦

lw02 发表于 2020-6-20 09:00:43

holley2008 发表于 2020-6-20 08:04
所谓的不行 是不是要刷新一下组策略?试过没?

怎么刷新

lw02 发表于 2020-6-20 09:00:55

holley2008 发表于 2020-6-20 08:04
所谓的不行 是不是要刷新一下组策略?试过没?

怎么刷新

2010techon 发表于 2020-6-24 13:07:56

本帖最后由 2010techon 于 2020-6-24 13:11 编辑

涉及到shell的修改,导入后必须要重启shell

理论上在进PE加载shell前修改可以达到所需效果

也可找到相应注册表的hive配置文件,离线修改

常规系统的hive文件:
Windows\System32\config\SYSTEM

   Windows\System32\config\DEFAULT

lw02 发表于 2020-6-25 09:05:11

2010techon 发表于 2020-6-24 13:07
涉及到shell的修改,导入后必须要重启shell

理论上在进PE加载shell前修改可以达到所需效果


能不能说明白点,小白用户

w8223161 发表于 2020-6-25 16:16:45

Windows Registry Editor Version 5.00
;清除任务栏图标
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
————————————
以下保存成bat文件
rem 关闭Windows外壳程序explorer
taskkill /f /im explorer.exe
rem 清理系统图标缓存数据库
reg delete “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband” /f
taskkill /f /im explorer.exe & start explorer.exe

xmzhqw 发表于 2020-6-28 13:45:50

这个图标的注册表应该是:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband
建议你看这篇文章:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=421054&extra=
页: [1]
查看完整版本: 删除任务栏图标