Many applications have associated help that you invoke by pressing F1.
What PowerShell command would launch the application AND open the help?
Applications I have in mind are Powershell ISE, Visual Studio, Microsoft Office, etc.
Is there a standard mechanism for this?
Thanks.
There’s no one command to do it but you can do it by:
Here’s how:
Launch an application:
Wait for it:
Activate the window:
Send the F1 key: