当前位置:网站首页>Whereabouts computer desktop small arrow
Whereabouts computer desktop small arrow
2022-06-24 23:16:00 【Programmer Jiuan】
1. Remove the little arrow
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
Copy the code above . Save as .bat file , Then open... As administrator .
2. Restore small arrow
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
Empathy , Save as .bat file , Open as Administrator . You can restore the small arrow .
边栏推荐
- 2022 safety officer-a certificate examination questions and answers
- Blogs personal blog project details (servlet implementation)
- Concurrent shared model management
- A big factory interview must ask: how to solve the problem of TCP reliable transmission? 8 pictures for you to learn in detail
- 关于某手滑块的一些更新(6-18,js逆向)
- laravel 添加helper文件
- Canvas to add watermark to pictures
- Uncover the secrets of Huawei cloud enterprise redis issue 16: acid'true' transactions beyond open source redis
- Financial management [5]
- Laravel pagoda security configuration
猜你喜欢
JD 618 conference tablet ranking list announced that the new dark horse brand staff will compete for the top three, learning from Huawei, the leader of domestic products
go Cobra命令行工具入门
[Wuhan University] information sharing of the first and second postgraduate entrance examinations
记录一下MySql update会锁定哪些范围的数据
Cases of addition, deletion, modification and search of C # learning for two years and C # import and export (de duplication)
2022 safety officer-b certificate examination question bank and answers
Design and implementation of spark offline development framework
【js】-【字符串-应用】- 学习笔记
案例解析:用「度量」提升企业研发效能|ONES Talk
SimpleDateFormat 格式化和解析日期的具体类
随机推荐
Servlet
Construction equipment [6]
idea创建模块提示已存在
Research and investment strategy report on China's nano silver wire conductive film industry (2022 Edition)
Selection (028) - what is the output of the following code?
Attention, postgraduate candidates! They are the easiest scams to get caught during the preparation period?!
InnoDB, the storage engine of MySQL Architecture Principle_ Redo log and binlog
監聽 Markdown 文件並熱更新 Next.js 頁面
Epics record reference 4 -- fields for all input records and fields for all output records
UNION ALL UNION FULL JOIN
Case analysis: using "measurement" to improve enterprise R & D efficiency | ones talk
laravel 验证器的使用
[laravel series 7.9] test
Online group chat and dating platform test point
RT-thread使用rt-kprintf
jar中没有主清单属性
Docker-mysql8-master-slave
Selection (027) - what is the output of the following code?
The extra points and sharp tools are worthy of the trust | know that Chuangyu won the letter of thanks from the defense side of the attack and defense drill!
laravel学习笔记