无忧启动论坛

标题: No Arrow Shortcut in Win7 PE [打印本页]

作者: maanu    时间: 2011-8-28 03:45
标题: No Arrow Shortcut in Win7 PE
Hello ,

       i am working on a win7 PE , but i dont know how i can add a registry entry in PECMD to remove Arrow sign  from the shortcut on the desktop .



like we use  REGI in PECMD .

also , if someone can give me the hint of Registry entry , to SHOW system protected files Registry entry to be also used in PECMD .


您好,

       我工作的一个Win7 PE,但我不知道我可以添加一个注册表项中PECMD,删除从桌面上的快捷方式的箭头标志。



像我们使用PECMD REGI。

此外,如果有人可以给我提示的注册表项,显示系统保护的文件的注册表项,以也使用PECMD。

2011-08-28_003745.jpg (87.77 KB, 下载次数: 39)

2011-08-28_003745.jpg

2011-08-28_003923.jpg (121.68 KB, 下载次数: 40)

2011-08-28_003923.jpg

作者: 527104427    时间: 2011-8-28 08:44
WIN7怎么去小箭头,还真不知道,等待高手解决
作者: 迷离境界    时间: 2011-8-28 08:54
巴基斯坦朋友好像是说用PECMD命令来删除快捷方式的小箭头,和 显示系统文件的注册表项值
不知道我理解对不对....


删除快捷方式的小箭头以下方法从网上收集得来,可以借鉴下....


  一、删除Win7桌面图标小箭头错误的方法:
  错误方法1:
  通过删除注册表
  HKEY_CLASSES_ROOTlnkfile
  HKEY_CLASSES_ROOTpiffile
  下的IsShortcut去掉快捷方式的箭头。
  这种方法虽然可以去除小箭头,但有后遗症:不能用超级任务栏、开始菜单游戏打不开、右键“计算机”管理打不开…
  错误方法2:
  修改注册表
  HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionexplorerShell Icons
  “29”=“C:\Windows\System32\shell32.dll,50”
  用系统默认的透明图标覆盖掉小箭头。
  这种方法当时有效,但第二天你就会发现桌面所有快捷方式都多了一个小黑块。

  二、删除win7桌面图标小箭头正确的方法:
  首先,要先制作或者找到一透明ico图标,保存到C:Windows文件夹中,文件名为Empty.ico 。
  新建一文本文档,粘贴以下内容,另存为扩展名reg的注册表文件,双击导入,注销后重新登录即可(Vista同样适用)。此方法操作简单、见效快、无任何毒副作用、去掉后不反弹……
  Windows Registry Editor Version 5.00
  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons]
  “29”=“C:\Windows\Empty.ico,0”

[ 本帖最后由 迷离境界 于 2011-8-28 09:04 编辑 ]
作者: jeremy    时间: 2011-8-28 09:25
在PE.reg中粘贴以下内容,X:Windows文件夹中有Empty.ico

//去掉win7小箭头
[HKEY_CLASSES_ROOT\piffile]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="X:\\Windows\\Empty.ico,0"

[ 本帖最后由 jeremy 于 2011-8-28 11:40 编辑 ]

Empty.ico.7z

892 Bytes, 下载次数: 24, 下载积分: 无忧币 -2


作者: 527104427    时间: 2011-8-28 09:40
原帖由 jeremy 于 2011-8-28 09:25 发表
在PE.reg中粘贴以下内容,X:Windows文件夹中有Empty.ico

//去掉win7小箭头
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons]
@="管理员取得所有权"
"29"="X:\\Windows\\ ...

太好了,代表楼主感谢这位大虾
作者: maanu    时间: 2011-8-28 15:33
post # 3 ,

thank you so much for the reply . i will study in detail . God Bless China and Pakistan.

post # 4

thank you dear for reply . i will try it when i get back home .

can you please tell me how i can use your reg from CMD file , like

reg add "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /f /v "NoToolbarsOnTaskbar" /t REG_DWORD /d 1


thank you for the reply.

Regards,
Maanu from Pakistan
作者: maanu    时间: 2011-8-28 15:38
to show system protected files in win 7 PE , with google

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000001
作者: 527104427    时间: 2011-8-28 16:05
原帖由 maanu 于 2011-8-28 15:38 发表
to show system protected files in win 7 PE , with google

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000001

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /ve /t REG_SZ /d "管理员取得所有权"
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /v "29" /t REG_SZ /d "X:\Windows\Empty.ico,0"
作者: 527104427    时间: 2011-8-28 16:09
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v "ShowSuperHidden" /t REG_DWORD /d 1




欢迎光临 无忧启动论坛 (http://wuyou.net./) Powered by Discuz! X3.3