diff --git a/Assets/Menus/Info b/Assets/Menus/Info index 38aa19a..869eb0b 100644 --- a/Assets/Menus/Info +++ b/Assets/Menus/Info @@ -26,6 +26,7 @@ Personalisation - Disable the Sticky Keys keyboard shortcut. (W11 only) - Restore the old Windows 10 style context menu. (W11 only) - Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only) +- Remove the shortcut arrow in app icons. File Explorer - Change the default location that File Explorer opens to. diff --git a/Regfiles/Disable_Shortcut_Arrow.reg b/Regfiles/Disable_Shortcut_Arrow.reg new file mode 100644 index 0000000..95c26c0 --- /dev/null +++ b/Regfiles/Disable_Shortcut_Arrow.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Remove shortcut arrow overlay +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] +"29"="%windir%\\System32\\shell32.dll,-50" diff --git a/Regfiles/Sysprep/Disable_Shortcut_Arrow.reg b/Regfiles/Sysprep/Disable_Shortcut_Arrow.reg new file mode 100644 index 0000000..f889ebf --- /dev/null +++ b/Regfiles/Sysprep/Disable_Shortcut_Arrow.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +; Prepare system image: reset shortcut arrow overlay to default +[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] diff --git a/Regfiles/Undo/Enable_Shortcut_Arrow.reg b/Regfiles/Undo/Enable_Shortcut_Arrow.reg new file mode 100644 index 0000000..6e735ff --- /dev/null +++ b/Regfiles/Undo/Enable_Shortcut_Arrow.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +; Restore default shortcut arrow overlay +[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]