mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Merge branch 'master' of https://github.com/microsoftdocs/windows-itpro-docs
This commit is contained in:
@ -17,7 +17,7 @@ You can use the Group Policy setting, **Set a default associations configuration
|
|||||||
|
|
||||||
**To set the default browser as Internet Explorer 11**
|
**To set the default browser as Internet Explorer 11**
|
||||||
|
|
||||||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\File Explorer\\Set a default associations configuration file** setting.<p>
|
1. Open your Group Policy editor and go to the **Computer Configuration\\Policies\\Administrative Templates\\Windows Components\\File Explorer\\Set a default associations configuration file** setting.<p>
|
||||||
Turning this setting on also requires you to create and store a default associations configuration file, locally or on a network share. For more information about creating this file, see [Export or Import Default Application Associations]( https://go.microsoft.com/fwlink/p/?LinkId=618268).
|
Turning this setting on also requires you to create and store a default associations configuration file, locally or on a network share. For more information about creating this file, see [Export or Import Default Application Associations]( https://go.microsoft.com/fwlink/p/?LinkId=618268).
|
||||||
|
|
||||||

|

|
||||||
|
@ -6,6 +6,7 @@ description: Learn about product documentation and resources available for schoo
|
|||||||
author: CelesteDG
|
author: CelesteDG
|
||||||
ms.topic: hub-page
|
ms.topic: hub-page
|
||||||
ms.author: celested
|
ms.author: celested
|
||||||
|
ms.collection: ITAdminEDU
|
||||||
ms.date: 10/30/2017
|
ms.date: 10/30/2017
|
||||||
---
|
---
|
||||||
<div id="main" class="v2">
|
<div id="main" class="v2">
|
||||||
|
@ -68,7 +68,7 @@ We’ve been working on bug fixes and performance improvements to provide you a
|
|||||||
- Bug fixes and performance improvements
|
- Bug fixes and performance improvements
|
||||||
|
|
||||||
[October 2017](release-history-microsoft-store-business-education.md#october-2017)
|
[October 2017](release-history-microsoft-store-business-education.md#october-2017)
|
||||||
- Bug fixes and permformance improvements
|
- Bug fixes and performance improvements
|
||||||
|
|
||||||
[September 2017](release-history-microsoft-store-business-education.md#september-2017)
|
[September 2017](release-history-microsoft-store-business-education.md#september-2017)
|
||||||
- Manage Windows device deployment with Windows Autopilot Deployment
|
- Manage Windows device deployment with Windows Autopilot Deployment
|
||||||
|
@ -41,29 +41,28 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
|||||||
**Example:**
|
**Example:**
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Skype for Windows Update</AppName>
|
<AppName>Skype for Windows Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>True</Cmdlet>
|
<Cmdlet>true</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Microsoft Power BI Update</AppName>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>True</Cmdlet>
|
<Cmdlet>true</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
</Applications>
|
</Applications>
|
||||||
</xml>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Save your completed file under the name **ConfigFile**.
|
3. Save your completed file under the name **ConfigFile**.
|
||||||
@ -101,29 +100,28 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
|||||||
|
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Skype for Windows Update</AppName>
|
<AppName>Skype for Windows Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>False</Cmdlet>
|
<Cmdlet>false</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Microsoft Power BI Update</AppName>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>False</Cmdlet>
|
<Cmdlet>false</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
</Applications>
|
</Applications>
|
||||||
</xml>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start the App-V Sequencer interface and app installation process
|
### Start the App-V Sequencer interface and app installation process
|
||||||
@ -157,4 +155,4 @@ There are three types of log files that occur when you sequence multiple apps at
|
|||||||
|
|
||||||
## Have a suggestion for App-V?
|
## Have a suggestion for App-V?
|
||||||
|
|
||||||
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
|
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
|
||||||
|
Reference in New Issue
Block a user