Everyone knows the Run window that you can open with the shortcut Windows+R or directly in the Windows menu then Run. I\'m wondering how to open this Run window programmatic
You can use IShellDispatch::FileRun to achieve this.
IShellDispatch::FileRun
See Using the Windows RunFile dialog - The documented and undocumented way for details and sample code.