Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 4.71 KB

ReadMe.md

File metadata and controls

55 lines (46 loc) · 4.71 KB


CORSE

   

Description 📝

Collection of Windows Registry entry files containing file explorer context menu extensions. 🗃️


Extensions 🗃️

Name Description Preview
01 Run as User Famous set __COMPAT_LAYER=RunAsInvoker line implemented as an extension.
02 Copy as Path1 Copy various path properties of the selected file or directory instantly.
03 Open CMD Here Allows you to open CMD.exe in any directory or drive.
04 Copy Contents Copies file contents to user clipboard without opening requirement.
05 View Checksum1 Show certain file checksum as command window with copy prompt.
06 Hold Date1 Keeps selected file dates intact BEFORE command prompt window is Enter.
Does NOT work with files containing apostrophe in name. (')

1 - requires PowerShell


Variables 📝

A brief documentation.

Name (CommandFlags) Description Parameters
01 Default Safe display text - visible if MuiVERB resource fails to load.

ℹ️ Supports context menu keyboard shortcut underlines.
- (&x for X, etc.)
02 MuiVERB Resource display text. Text
@<Resource>,-<ID>
03 Icon Display icon. *(.ico/.exe)
<Resource>,-<Index>
04 HasLUAShield (16) Adds small UAC shield to icon.
05 AppliesTo Curated lists of supported file extensions. System.FileExtension:=.ext OR ...
06 MultiSelectModel Specifies how many files (arguments) the option can handle. Single = 1
Player = Infinity
Document = up to 100 (each is a separate window)
07 Position Placement of text in context menu. Top
Bottom
08 SeparatorBefore (8) Adds separator before option label.
09 SeparatorAfter (1024) Adds separator after option label.
10 ExtendedSubCommandsKey Path to cascading menu keys.
11 Extended Make extension available only when SHIFT key is pressed.

Useful links and software 🔗

Name Description
01 OmegaT-Windows Decompiled Windows 8 MUI verbs resource stringtables. 📚
02 IconsExtract Utility for extracting icons from resource files. 🖼️
03 Exported System32 icons archive An archive containing 16x16 resource icons. 🖼️
ℹ️ Scaled to a higher resolution for workflow enhancement.
ℹ️ An alternative for IconsExtract.
04 System attributes Useful for AppliesTo parameter.
05 Advanced Query Syntax Syntax for AppliesTo parameters.
06 File Type Registration More parameters, mostly undocumented. ⚠️