Skip to content

Commit 1522938

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

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
@@ -25,7 +25,7 @@ Invoke-CommandInDesktopPackage [-PackageFamilyName] <String> [-AppId] <String> [
2525

2626
The created process will have the identity of the provided `AppId` and will have access to its virtualized file system and registry (if any). The new process will have a token that is similar to, but not identical to, a real `AppId` process.
2727

28-
The primary use-case of this command is to invoke debugging or troubleshooting tools in the context of the packaged app to easily access its virtualized resources. For exampple, you can run the Registry Editor to see virtualized registry keys, or Notepad to read virtualized files. See important note below on using tools such as the Registry Editor that require elevation.
28+
The primary use-case of this command is to invoke debugging or troubleshooting tools in the context of the packaged app to easily access its virtualized resources. For example, you can run the Registry Editor to see virtualized registry keys, or Notepad to read virtualized files. See the important note that follows on using tools such as the Registry Editor that require elevation.
2929

3030
No guarantees are made about the behavior of the created process, other than it having the package identity and access to the package's virtualized resources. In particular, the new process will **not** be created in an AppContainer even if an `AppId` process would normally be created in an AppContainer. Features as Privacy Controls or other App Settings may or may not apply to the new process. You should not rely on any specific side-effects of using this command, as they are undefined and subject to change.
3131

0 commit comments

Comments
 (0)