日期:2014-05-17  浏览次数:20891 次

win7桌面快捷方式的小箭头
上次在百度上搜到去除那个小箭头的方法,但是用过之后感觉很不好,桌面背景暗一点还好,要是背景亮一些的话,有些图标就看不到了,对此感到很郁闷。那个方法是这样的:reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d C:\Windows\System32\shell32.dll,51 /f
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d C:\Windows\System32\shell32.dll,51 /f
taskkill /f /im explorer.exe
start explorer 把上面的代码复制到文本文档中,扩展名改成.bat,然后直接双击运行。现在我想能不能恢复原来的样子,就是带箭头的,或者能不能把这个改善下,就是图标不要那么的淡。所以在此请各位大虾帮帮忙,帮我解决下。

------解决方案--------------------
方法:将以下代码复制到记事本中,然后单击“文件”——“另存为”,文件名为“(随意起名字).reg”,保存类型为“所有文件”,然后单击“保存”。 找到另存的*.reg文件,双击,单击“是”,注册表即导入成功。然后重启“explorer.exe”就会看到一切恢复正常啦。(其原理是恢复注册表数值)OK!





















Windows Registry Editor Version 5.00 

[HKEY_CLASSES_ROOT\.lnk] 
@="lnkfile" 

[HKEY_CLASSES_ROOT\.lnk\ShellEx] 

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{000214EE-0000-0000-C000-000000000046}] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{000214F9-0000-0000-C000-000000000046}] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{00021500-0000-0000-C000-000000000046}] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\.lnk\ShellNew] 
"Command"="rundll32.exe appwiz.cpl,NewLinkHere %1" 


[HKEY_CLASSES_ROOT\lnkfile] 
@="快捷方式" 
"EditFlags"=dword:00000001 
"IsShortcut"="" 
"NeverShowExt"="" 

[HKEY_CLASSES_ROOT\lnkfile\CLSID] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\lnkfile\shellex] 

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers] 

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Offline Files] 
@="{750fdf0e-2a26-11d1-a3ea-080036587f03}" 

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}] 

[HKEY_CLASSES_ROOT\lnkfile\shellex\DropHandler] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\lnkfile\shellex\IconHandler] 
@="{00021401-0000-0000-C000-000000000046}" 

[HKEY_CLASSES_ROOT\lnkfile\shellex\PropertySheetHandlers] 

[HKEY_CLASSES_ROOT\lnkfile\shellex\PropertySheetHandlers\ShimLayer Property Page] 
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"