## Reproduction ``` cmd cmd /k echo test ``` <img width="1232" height="451" alt="Image" src="https://github.com/user-attachments/assets/80a2207b-a913-4291-8b2f-76daf9bb5582" /> <img width="952" height="343" alt="Image" src="https://github.com/user-attachments/assets/d2554cab-4955-492c-8b4a-bcc1ba606e3d" /> ## Temperory workaround 1. Create a `.vbs` file with the following content: ``` vbscript CreateObject("Wscript.Shell").Run "cmd /k echo test" ``` Replace that `cmd /k echo test` with yours 2. Set your custom action's **Shell Command** to this `.vbs` file's path