Skip to content

Commit 0c9fd31

Browse files
ptorr-msftJohanFreelancer9
authored andcommitted
Update docset/winserver2022-ps/appx/Invoke-CommandInDesktopPackage.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 6dd301f commit 0c9fd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/appx/Invoke-CommandInDesktopPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
```
8080
8181
### -Command
82-
An executable to invoke (e.g. "regedit.exe").
82+
An executable to invoke (for example, "regedit.exe").
8383
8484
Note that if the executable requires elevation (like regedit), you **must** call `Invoke-CommandInDesktopPackage` from an already-elevated context. Calling `Invoke-CommandInDesktopPackage` from a non-elevated context will not work as expected: the new process will be created without the package context, and the PowerShell command will fail.
8585

0 commit comments

Comments
 (0)