mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
Fixing code style
This commit is contained in:
@ -16,7 +16,6 @@ ms.prod: w10
|
|||||||
|
|
||||||
The following are known issues and workarounds for Application Virtualization (App-V) running on Windows 10, version 1703.
|
The following are known issues and workarounds for Application Virtualization (App-V) running on Windows 10, version 1703.
|
||||||
|
|
||||||
|
|
||||||
<table border="1">
|
<table border="1">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Problem</th>
|
<th>Problem</th>
|
||||||
@ -38,8 +37,8 @@ The following are known issues and workarounds for Application Virtualization (A
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Filetype and protocol handlers aren't registering properly with the Google Chrome browser, causing you to not see App-V packages as an option for default apps from the <strong>Settings > Apps> Default Apps</strong> area.</td>
|
<td>Filetype and protocol handlers aren't registering properly with the Google Chrome browser, causing you to not see App-V packages as an option for default apps from the <strong>Settings > Apps> Default Apps</strong> area.</td>
|
||||||
<td>The recommended workaround is to add the following code to the AppXManifest.xml file, underneath the <strong><appv:Extensions></strong> tag:
|
<td>The recommended workaround is to add the following code to the AppXManifest.xml file, underneath the <strong><appv:Extensions></strong> tag:
|
||||||
<pre><code>
|
<pre><code>
|
||||||
<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>
|
||||||
@ -57,8 +56,8 @@ The following are known issues and workarounds for Application Virtualization (A
|
|||||||
</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>
|
||||||
@ -76,8 +75,8 @@ The following are known issues and workarounds for Application Virtualization (A
|
|||||||
</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>
|
||||||
@ -95,8 +94,8 @@ The following are known issues and workarounds for Application Virtualization (A
|
|||||||
</appv:ShellCommands>
|
</appv:ShellCommands>
|
||||||
</appv:ApplicationURLProtocol>
|
</appv:ApplicationURLProtocol>
|
||||||
</appv:URLProtocol>
|
</appv:URLProtocol>
|
||||||
</appv:Extension>
|
</appv:Extension>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user