File association for .BAT and .CMD #8930

Open
opened 2026-01-31 01:41:40 +00:00 by claunia · 0 comments
Owner

Originally created by @xmha97 on GitHub (Jun 9, 2020).

Hello,
Please add below feature:

  • File association for .BAT and .CMD

Desktop

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\cmdfile\shell\open\command]
@="\"C:\\Users\\Muhammad\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\" new-tab -p \"Command Prompt\" \"%1\" %*"

[HKEY_CLASSES_ROOT\batfile\shell\open\command]
@="\"C:\\Users\\Muhammad\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\" new-tab -p \"Command Prompt\" \"%1\" %*"

Thanks

Originally created by @xmha97 on GitHub (Jun 9, 2020). Hello, Please add below feature: - File association for .BAT and .CMD ![Desktop](https://user-images.githubusercontent.com/23485114/84151379-87d67e00-aa78-11ea-961a-f07c96931514.gif) ```reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\cmdfile\shell\open\command] @="\"C:\\Users\\Muhammad\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\" new-tab -p \"Command Prompt\" \"%1\" %*" [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"C:\\Users\\Muhammad\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe\" new-tab -p \"Command Prompt\" \"%1\" %*" ``` Thanks
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:41:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8930