von Holgi » 15.10.2024, 10:28
vlt. magst du das noch mal testen:?
Code: Alles auswählen
<SynchronousCommand wcm:action="add">
<Order>50</Order>
<Description>Arrow_Remover</Description>
<CommandLine>REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /V "29" /D "%windir%\System32\imageres.dll,-17" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>51</Order>
<Description>Arrow_Remover1</Description>
<CommandLine>REG ADD "HKCR\IE.AssocFile.URL" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>52</Order>
<Description>Arrow_Remover2</Description>
<CommandLine>REG ADD "HKCR\InternetShortcut" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>53</Order>
<Description>Arrow_Remover3</Description>
<CommandLine>REG ADD "HKCR\lnkfile" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
Order Nummer ggf. ampassen.
oder als .reg:
Code: Alles auswählen
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\IE.AssocFile.URL]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\InternetShortcut]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="%windir%\\System32\\imageres.dll,-17"
vlt. magst du das noch mal testen:?
[code] <SynchronousCommand wcm:action="add">
<Order>50</Order>
<Description>Arrow_Remover</Description>
<CommandLine>REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /V "29" /D "%windir%\System32\imageres.dll,-17" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>51</Order>
<Description>Arrow_Remover1</Description>
<CommandLine>REG ADD "HKCR\IE.AssocFile.URL" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>52</Order>
<Description>Arrow_Remover2</Description>
<CommandLine>REG ADD "HKCR\InternetShortcut" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>53</Order>
<Description>Arrow_Remover3</Description>
<CommandLine>REG ADD "HKCR\lnkfile" /V "IsShortcut" /D "" /F</CommandLine>
</SynchronousCommand>
[/code]
Order Nummer ggf. ampassen.
oder als .reg:
[code]Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\IE.AssocFile.URL]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\InternetShortcut]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="%windir%\\System32\\imageres.dll,-17"[/code]