Merge remote-tracking branch 'refs/remotes/origin/master' into jdRS

This commit is contained in:
jdeckerMS
2016-04-22 10:14:10 -07:00
1761 changed files with 164185 additions and 206 deletions

View File

@ -9,95 +9,52 @@ author: TrudyHa
---
# Change history for What's new in Windows 10
This topic lists new and updated topics in the [What's new in Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md).
## April 2016
|New or changed topic |Description |
|---------------------|------------|
|[Enterprise data protection (EDP) overview](edp-whats-new-overview.md) |Updated to remove content that's duplicated in the EDP content and added pointer. |
## February 2016
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<thead>
<tr class="header">
<th align="left">New or changed topic</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left">[Lockdown features from Windows Embedded Industry 8.1](lockdown-features-windows-10.md)</td>
<td align="left"><p>Updated to include policy setting names for USB filter and Toast notification filter</p></td>
</tr>
</tbody>
</table>
 
|New or changed topic |Description |
|---------------------|------------|
|[Lockdown features from Windows Embedded Industry 8.1](lockdown-features-windows-10.md) |Updated to include policy setting names for USB filter and Toast notification filter|
## January 2016
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<thead>
<tr class="header">
<th align="left">New or changed topic</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left">[Browser: Microsoft Edge and Internet Explorer 11](edge-ie11-whats-new-overview.md)</td>
<td align="left"><p>Updated to include the &quot;Applies to&quot; section</p></td>
</tr>
</tbody>
</table>
 
|New or changed topic |Description |
|---------------------|------------|
|[Browser: Microsoft Edge and Internet Explorer 11](edge-ie11-whats-new-overview.md) |Updated to include the **Applies to** section |
## December 2015
| New or changed topic | Description |
|---------------------------------------------------------------|-------------|
| [Security](security.md) | New |
| [Windows Update for Business](windows-update-for-business.md) | New |
 
|New or changed topic |Description |
|---------------------|------------|
|[Security](security.md) |New |
|[Windows Update for Business](windows-update-for-business.md) |New |
## November 2015
| New or changed topic | Description |
|------------------------------------------------------------------------------------------------------------------|-------------|
| [AppLocker](applocker.md) | New |
| [BitLocker](bitlocker.md) | New |
| [Credential Guard](credential-guard.md) | New |
| [Device Guard](device-guard-overview.md) | New |
| [Lockdown features from Windows Embedded 8.1 Industry](lockdown-features-windows-10.md) | New |
| [Security auditing](security-auditing.md) | New |
| [Trusted Platform Module](trusted-platform-module.md) | New |
| [Windows spotlight on the lock screen](windows-spotlight.md) | New |
| [Windows Store for Business overview](windows-store-for-business-overview.md) | New |
 
|New or changed topic |Description |
|---------------------|------------|
|[AppLocker](applocker.md) |New |
|[BitLocker](bitlocker.md) |New |
|[Credential Guard](credential-guard.md) |New |
|[Device Guard](device-guard-overview.md) |New |
|[Lockdown features from Windows Embedded 8.1 Industry](lockdown-features-windows-10.md) |New |
|[Security auditing](security-auditing.md) |New |
|[Trusted Platform Module](trusted-platform-module.md) |New |
|[Windows spotlight on the lock screen](windows-spotlight.md) |New |
|[Windows Store for Business overview](windows-store-for-business-overview.md) |New |
## Related topics
[Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md)
[Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md)
[Change history for Keep Windows 10 secure](../keep-secure/change-history-for-keep-windows-10-secure.md)
[Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md)
- [Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md)
- [Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md)
- [Change history for Keep Windows 10 secure](../keep-secure/change-history-for-keep-windows-10-secure.md)
- [Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md)
 

View File

@ -17,6 +17,10 @@ author: brianlic-msft
User Account Control (UAC) helps prevent malware from damaging a computer and helps organizations deploy a better-managed desktop environment.
You should not turn off UAC because this is not a supported scenario for devices running Windows 10. If you do turn off UAC, all Univeral Windows Platform apps stop working. You must always set the **HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\EnableLUA** registry value to 1. If you need to provide auto elevation for programmatic access or installation, you could set the **HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\ConsentPromptBehaviorAdmin** registry value to 0, which is the same as setting the UAC slider Never Notify. This is not recommended for devices running Windows 10.
For more info about how manage UAC, see [UAC Group Policy Settings and Registry Key Settings](https://technet.microsoft.com/library/dd835564.aspx#BKMK_AdminApprovalMode).
In Windows 10, User Account Control has added some improvements.
## New features in Windows 10