mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
spacing
This commit is contained in:
parent
5e4db1ef7f
commit
b67fce598d
@ -35,65 +35,65 @@ The following are known issues and workarounds for Application Virtualization (A
|
|||||||
|
|
||||||
**Workaround**: The recommended workaround is to add the following code to the AppXManifest.xml file, underneath the `<appv:Extensions>` tag:
|
**Workaround**: The recommended workaround is to add the following code to the AppXManifest.xml file, underneath the `<appv:Extensions>` tag:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<appv:Extension Category="AppV.URLProtocol">
|
<appv:Extension Category="AppV.URLProtocol">
|
||||||
<appv:URLProtocol>
|
<appv:URLProtocol>
|
||||||
<appv:Name>ftp</appv:Name>
|
<appv:Name>ftp</appv:Name>
|
||||||
<appv:ApplicationURLProtocol>
|
<appv:ApplicationURLProtocol>
|
||||||
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
||||||
<appv:ShellCommands>
|
<appv:ShellCommands>
|
||||||
<appv:DefaultCommand>open</appv:DefaultCommand>
|
<appv:DefaultCommand>open</appv:DefaultCommand>
|
||||||
<appv:ShellCommand>
|
<appv:ShellCommand>
|
||||||
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
||||||
<appv:Name>open</appv:Name>
|
<appv:Name>open</appv:Name>
|
||||||
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
||||||
<appv:DdeExec>
|
<appv:DdeExec>
|
||||||
<appv:DdeCommand />
|
<appv:DdeCommand />
|
||||||
</appv:DdeExec>
|
</appv:DdeExec>
|
||||||
</appv:ShellCommand>
|
</appv:ShellCommand>
|
||||||
</appv:ShellCommands>
|
</appv:ShellCommands>
|
||||||
</appv:ApplicationURLProtocol>
|
</appv:ApplicationURLProtocol>
|
||||||
</appv:URLProtocol>
|
</appv:URLProtocol>
|
||||||
</appv:Extension>
|
</appv:Extension>
|
||||||
<appv:Extension Category="AppV.URLProtocol">
|
<appv:Extension Category="AppV.URLProtocol">
|
||||||
<appv:URLProtocol>
|
<appv:URLProtocol>
|
||||||
<appv:Name>http</appv:Name>
|
<appv:Name>http</appv:Name>
|
||||||
<appv:ApplicationURLProtocol>
|
<appv:ApplicationURLProtocol>
|
||||||
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
||||||
<appv:ShellCommands>
|
<appv:ShellCommands>
|
||||||
<appv:DefaultCommand>open</appv:DefaultCommand>
|
<appv:DefaultCommand>open</appv:DefaultCommand>
|
||||||
<appv:ShellCommand>
|
<appv:ShellCommand>
|
||||||
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
||||||
<appv:Name>open</appv:Name>
|
<appv:Name>open</appv:Name>
|
||||||
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
||||||
<appv:DdeExec>
|
<appv:DdeExec>
|
||||||
<appv:DdeCommand />
|
<appv:DdeCommand />
|
||||||
</appv:DdeExec>
|
</appv:DdeExec>
|
||||||
</appv:ShellCommand>
|
</appv:ShellCommand>
|
||||||
</appv:ShellCommands>
|
</appv:ShellCommands>
|
||||||
</appv:ApplicationURLProtocol>
|
</appv:ApplicationURLProtocol>
|
||||||
</appv:URLProtocol>
|
</appv:URLProtocol>
|
||||||
</appv:Extension>
|
</appv:Extension>
|
||||||
<appv:Extension Category="AppV.URLProtocol">
|
<appv:Extension Category="AppV.URLProtocol">
|
||||||
<appv:URLProtocol>
|
<appv:URLProtocol>
|
||||||
<appv:Name>https</appv:Name>
|
<appv:Name>https</appv:Name>
|
||||||
<appv:ApplicationURLProtocol>
|
<appv:ApplicationURLProtocol>
|
||||||
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
<appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
|
||||||
<appv:ShellCommands>
|
<appv:ShellCommands>
|
||||||
<appv:DefaultCommand>open</appv:DefaultCommand>
|
<appv:DefaultCommand>open</appv:DefaultCommand>
|
||||||
<appv:ShellCommand>
|
<appv:ShellCommand>
|
||||||
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
<appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
|
||||||
<appv:Name>open</appv:Name>
|
<appv:Name>open</appv:Name>
|
||||||
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
<appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
|
||||||
<appv:DdeExec>
|
<appv:DdeExec>
|
||||||
<appv:DdeCommand />
|
<appv:DdeCommand />
|
||||||
</appv:DdeExec>
|
</appv:DdeExec>
|
||||||
</appv:ShellCommand>
|
</appv:ShellCommand>
|
||||||
</appv:ShellCommands>
|
</appv:ShellCommands>
|
||||||
</appv:ApplicationURLProtocol>
|
</appv:ApplicationURLProtocol>
|
||||||
</appv:URLProtocol>
|
</appv:URLProtocol>
|
||||||
</appv:Extension>
|
</appv:Extension>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related resources list
|
## Related resources list
|
||||||
For information that can help with troubleshooting App-V for Windows client, see:
|
For information that can help with troubleshooting App-V for Windows client, see:
|
||||||
@ -111,4 +111,4 @@ For information that can help with troubleshooting App-V for Windows client, see
|
|||||||
## Related topics
|
## Related topics
|
||||||
- [What's new in App-V for Windows client](appv-about-appv.md)
|
- [What's new in App-V for Windows client](appv-about-appv.md)
|
||||||
|
|
||||||
- [Release Notes for App-V for Windows 10, version 1607](appv-release-notes-for-appv-for-windows-1703.md)
|
- [Release Notes for App-V for Windows 10, version 1607](appv-release-notes-for-appv-for-windows-1703.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user