@ -17,4 +17,8 @@ This topic lists new and updated topics in the [Configure Windows 10](index.md)
## RELEASE: Windows 10, version 1703
## RELEASE: Windows 10, version 1703
The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update).
The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). These topics were previously published in the [Deploy Windows 10](../deploy/index.md) or [Manage and update Windows 10](../manage/index.md) sections. The following new topics have been added:
- [Use the Lockdown Designer app to create a Lockdown XML file](mobile-lockdown-designer.md)
- [Add image for secondary tiles](start-secondary-tiles.md)
- [Provision PCs with apps](provision-pcs-with-apps.md)
This walkthrough describes how to leverage the ability to include scripts in a Windows 10 provisioning package to install Win32 applications. Scripted operations other than installing apps can also be performed, however, some care is needed in order to avoid unintended behavior during script execution (see Remarks below).
This walkthrough describes how to leverage the ability to include scripts in a Windows 10 provisioning package to install Win32 applications. Scripted operations other than installing apps can also be performed, however, some care is needed in order to avoid unintended behavior during script execution (see [Remarks](#remarks) below).
>**Prerequisite**: [Windows Assessment and Deployment Kit (ADK) for Windows 10](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit), version 1511 or higher
>**Prerequisite**: [Windows Assessment and Deployment Kit (ADK) for Windows 10](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit), version 1511 or higher
@ -44,7 +44,7 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE
2. Open Windows PowerShell and enter the following command:
2. Open Windows PowerShell and enter the following command:
```
```
export-startlayout -path <path><file name>.xml
Export-StartLayout -path <path><file name>.xml
```
```
In the previous command, `-path` is a required parameter that specifies the path and file name for the export file. You can specify a local path or a UNC path (for example, \\\\FileServer01\\StartLayouts\\StartLayoutMarketing.xml).
In the previous command, `-path` is a required parameter that specifies the path and file name for the export file. You can specify a local path or a UNC path (for example, \\\\FileServer01\\StartLayouts\\StartLayoutMarketing.xml).
@ -59,7 +59,7 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE
4. In Windows PowerShell, enter the following command:
4. In Windows PowerShell, enter the following command:
<imgsrc="images/w10-evaluation.png"alt="Try Windows 10"title="Try Windows 10"/>
<imgsrc="images/w10-evaluation.png"alt="Try Windows 10"title="Try Windows 10"/>
</a>
</a>
<br/>Try it
<br/>Try it
</td>
</td>
</tr>
</tr>
</table>
</table>
## Get to know Windows as a Service (WaaS)
## Get to know Windows as a Service (WaaS)
<tableborder="0"width="100%"align='center'>
<tableborder="0"width="100%"align='center'>
<tr>
<tr>
<tdvalign=topwidth:40%;border:0;>The Windows 10 operating system introduces a new way to build, deploy, and service Windows: Windows as a service. Microsoft has reimagined each part of the process, to simplify the lives of IT pros and maintain a consistent Windows 10 experience for its customers.
<tdvalign=topwidth:40%;border:0;>The Windows 10 operating system introduces a new way to build, deploy, and service Windows: Windows as a service. Microsoft has reimagined each part of the process, to simplify the lives of IT pros and maintain a consistent Windows 10 experience for its customers.
These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time.
These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time.
-<ahref='https://technet.microsoft.com/en-us/itpro/windows/manage/waas-overview'>Read more about Windows as a Service</a>
-[Read more about Windows as a Service](manage/waas-overview.md)
-<ahref=''>Download the WaaS infographic</a>
-<ahref=''>Download the WaaS infographic</a>
</td>
</td>
<tdvalign=topwidth:60%;border:0;><center><imgstyle='border:thin silver solid'src="images/w10-WaaS-poster.png"alt="Get to know Windows as a Service (WaaS) "title="Get to know Windows as a Service (WaaS)"/></center></td>
<tdvalign=topwidth:60%;border:0;><center><imgstyle='border:thin silver solid'src="images/w10-WaaS-poster.png"alt="Get to know Windows as a Service (WaaS) "title="Get to know Windows as a Service (WaaS)"/></center></td>
</tr>
</tr>
<table>
<table>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.