mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 07:17:24 +00:00
Merge branch 'rs1' of https://github.com/Microsoft/win-cpub-itpro-docs into rs1
This commit is contained in:
commit
d06290d1ae
@ -143,7 +143,8 @@ If you would like to add Credential Guard to an image, you can do this by adding
|
||||
### Add the virtualization-based security features
|
||||
|
||||
First, you must add the virtualization-based security features. You can do this by using either the Control Panel or the Deployment Image Servicing and Management tool (DISM).
|
||||
> **Note:** If you enable Credential Guard by using Group Policy, these steps are not required. Group Policy will install the features for you.
|
||||
> [!NOTE]
|
||||
> If you enable Credential Guard by using Group Policy, these steps are not required. Group Policy will install the features for you.
|
||||
|
||||
**Add the virtualization-based security features by using Programs and Features**
|
||||
1. Open the Programs and Features control panel.
|
||||
@ -157,7 +158,8 @@ First, you must add the virtualization-based security features. You can do this
|
||||
``` syntax
|
||||
dism /image:<WIM file name> /Enable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor /all
|
||||
```
|
||||
> **Note:** You can also add these features to an online image by using either DISM or Configuration Manager.
|
||||
> [!NOTE]
|
||||
> You can also add these features to an online image by using either DISM or Configuration Manager.
|
||||
|
||||
|
||||
In Windows 10, version 1607, Isolated User Mode is included with Hyper-V and does not need to be installed separately. If you're running a version of Windows 10 that's earlier than Windows 10, version 1607, you can run the following command to install Isolated User Mode:
|
||||
@ -181,14 +183,30 @@ If you don't use Group Policy, you can enable Credential Guard by using the regi
|
||||
- Add a new DWORD value named **LsaCfgFlags**. Set the value of this registry setting to 1 to enable Credential Guard with UEFI lock, set it to 2 to enable Credential Guard without lock, and set it to 0 to disable it.
|
||||
4. Close Registry Editor.
|
||||
|
||||
> **Note:** You can also turn on Credential Guard by setting the registry entries in the [FirstLogonCommands](http://msdn.microsoft.com/library/windows/hardware/dn922797.aspx) unattend setting.
|
||||
> [!NOTE]
|
||||
> You can also turn on Credential Guard by setting the registry entries in the [FirstLogonCommands](http://msdn.microsoft.com/library/windows/hardware/dn922797.aspx) unattend setting.
|
||||
|
||||
**Turn on Credential Guard by using the Device Guard and Credential Guard hardware readiness tool**
|
||||
|
||||
You can also enable Credential Guard by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337).
|
||||
|
||||
```
|
||||
DG_Readiness_Tool_v2.0.ps1 -Enable -AutoReboot
|
||||
```
|
||||
|
||||
### Remove Credential Guard
|
||||
|
||||
If you have to remove Credential Guard on a PC, you need to do the following:
|
||||
|
||||
1. If you used Group Policy, disable the Group Policy setting that you used to enable Credential Guard (**Computer Configuration** -> **Administrative Templates** -> **System** -> **Device Guard** -> **Turn on Virtualization Based Security**).
|
||||
2. Delete the following registry setting: HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\DeviceGuard\\LsaCfgFlags
|
||||
2. Delete the following registry settings:
|
||||
- HKEY\_LOCAL\_MACHINE\\System\\CurrentControlSet\\Control\\LSA\LsaCfgFlags
|
||||
- HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\DeviceGuard\\EnableVirtualizationBasedSecurity
|
||||
- HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\DeviceGuard\\RequirePlatformSecurityFeatures
|
||||
|
||||
> [!IMPORTANT]
|
||||
> If you manually remove these registry settings, make sure to delete them all. If you don't remove them all, the device might go into BitLocker recovery.
|
||||
|
||||
3. Delete the Credential Guard EFI variables by using bcdedit.
|
||||
|
||||
**Delete the Credential Guard EFI variables**
|
||||
@ -208,9 +226,18 @@ If you have to remove Credential Guard on a PC, you need to do the following:
|
||||
3. Accept the prompt to disable Credential Guard.
|
||||
4. Alternatively, you can disable the virtualization-based security features to turn off Credential Guard.
|
||||
|
||||
> **Note:** The PC must have one-time access to a domain controller to decrypt content, such as files that were encrypted with EFS. If you want to turn off both Credential Guard and virtualization-based security, run the following bcdedit command after turning off all virtualization-based security Group Policy and registry settings: bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
|
||||
> [!NOTE]
|
||||
> The PC must have one-time access to a domain controller to decrypt content, such as files that were encrypted with EFS. If you want to turn off both Credential Guard and virtualization-based security, run the following bcdedit command after turning off all virtualization-based security Group Policy and registry settings: bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
|
||||
|
||||
For more info on virtualization-based security and Device Guard, see [Device Guard deployment guide](device-guard-deployment-guide.md).
|
||||
|
||||
**Turn off Credential Guard by using the Device Guard and Credential Guard hardware readiness tool**
|
||||
|
||||
You can also enable Credential Guard by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337).
|
||||
|
||||
```
|
||||
DG_Readiness_Tool_v2.0.ps1 -Disable -AutoReboot
|
||||
```
|
||||
|
||||
### Check that Credential Guard is running
|
||||
|
||||
@ -224,6 +251,12 @@ You can use System Information to ensure that Credential Guard is running on a P
|
||||
|
||||

|
||||
|
||||
You can also check that Credential Guard is running by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337).
|
||||
|
||||
```
|
||||
DG_Readiness_Tool_v2.0.ps1 -Ready
|
||||
```
|
||||
|
||||
## Considerations when using Credential Guard
|
||||
|
||||
- If Credential Guard is enabled on a device after it's joined to a domain, the user and device secrets may already be compromised. We recommend that Credential Guard is enabled before the PC is joined to a domain.
|
||||
@ -314,7 +347,8 @@ On devices that are running Credential Guard, enroll the devices using the machi
|
||||
``` syntax
|
||||
CertReq -EnrollCredGuardCert MachineAuthentication
|
||||
```
|
||||
> **Note:** You must restart the device after enrolling the machine authentication certificate.
|
||||
> [!NOTE]
|
||||
> You must restart the device after enrolling the machine authentication certificate.
|
||||
|
||||
### Link the issuance policies to a group
|
||||
|
||||
@ -353,7 +387,8 @@ Now you can set up an authentication policy to use Credential Guard.
|
||||
14. Click **OK** to create the authentication policy.
|
||||
15. Close Active Directory Administrative Center.
|
||||
|
||||
> **Note:** When authentication policies in enforcement mode are deployed with Credential Guard, users will not be able to sign in using devices that do not have the machine authentication certificate provisioned. This applies to both local and remote sign in scenarios.
|
||||
> [!NOTE]
|
||||
> When authentication policies in enforcement mode are deployed with Credential Guard, users will not be able to sign in using devices that do not have the machine authentication certificate provisioned. This applies to both local and remote sign in scenarios.
|
||||
|
||||
### Appendix: Scripts
|
||||
|
||||
@ -547,7 +582,8 @@ write-host "There are no issuance policies which are not mapped to groups"
|
||||
}
|
||||
}
|
||||
```
|
||||
> **Note:** If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.
|
||||
> [!NOTE]
|
||||
> If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.
|
||||
|
||||
#### <a href="" id="bkmk-setscript"></a>Link an issuance policy to a group
|
||||
|
||||
@ -828,7 +864,8 @@ write-host $tmp -Foreground Red
|
||||
}
|
||||
```
|
||||
|
||||
> **Note:** If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.
|
||||
> [!NOTE]
|
||||
> If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -60,83 +60,85 @@ Here's what's covered in this article:
|
||||
|
||||
- [9. Mail synchronization](#bkmk-mailsync)
|
||||
|
||||
- [10. Microsoft Edge](#bkmk-edge)
|
||||
- [10. Microsoft Account](#bkmk-microsoft-account)
|
||||
|
||||
- [10.1 Microsoft Edge Group Policies](#bkmk-edgegp)
|
||||
- [11. Microsoft Edge](#bkmk-edge)
|
||||
|
||||
- [10.2 Microsoft Edge MDM policies](#bkmk-edge-mdm)
|
||||
- [11.1 Microsoft Edge Group Policies](#bkmk-edgegp)
|
||||
|
||||
- [10.3 Microsoft Edge Windows Provisioning](#bkmk-edge-prov)
|
||||
- [11.2 Microsoft Edge MDM policies](#bkmk-edge-mdm)
|
||||
|
||||
- [11. Network Connection Status Indicator](#bkmk-ncsi)
|
||||
- [11.3 Microsoft Edge Windows Provisioning](#bkmk-edge-prov)
|
||||
|
||||
- [12. Offline maps](#bkmk-offlinemaps)
|
||||
- [12. Network Connection Status Indicator](#bkmk-ncsi)
|
||||
|
||||
- [13. OneDrive](#bkmk-onedrive)
|
||||
- [13. Offline maps](#bkmk-offlinemaps)
|
||||
|
||||
- [14. Preinstalled apps](#bkmk-preinstalledapps)
|
||||
- [14. OneDrive](#bkmk-onedrive)
|
||||
|
||||
- [15. Settings > Privacy](#bkmk-settingssection)
|
||||
- [15. Preinstalled apps](#bkmk-preinstalledapps)
|
||||
|
||||
- [15.1 General](#bkmk-priv-general)
|
||||
- [16. Settings > Privacy](#bkmk-settingssection)
|
||||
|
||||
- [15.2 Location](#bkmk-priv-location)
|
||||
- [16.1 General](#bkmk-priv-general)
|
||||
|
||||
- [15.3 Camera](#bkmk-priv-camera)
|
||||
- [16.2 Location](#bkmk-priv-location)
|
||||
|
||||
- [15.4 Microphone](#bkmk-priv-microphone)
|
||||
- [16.3 Camera](#bkmk-priv-camera)
|
||||
|
||||
- [15.5 Notifications](#bkmk-priv-notifications)
|
||||
- [16.4 Microphone](#bkmk-priv-microphone)
|
||||
|
||||
- [15.6 Speech, inking, & typing](#bkmk-priv-speech)
|
||||
- [16.5 Notifications](#bkmk-priv-notifications)
|
||||
|
||||
- [15.7 Account info](#bkmk-priv-accounts)
|
||||
- [16.6 Speech, inking, & typing](#bkmk-priv-speech)
|
||||
|
||||
- [15.8 Contacts](#bkmk-priv-contacts)
|
||||
- [16.7 Account info](#bkmk-priv-accounts)
|
||||
|
||||
- [15.9 Calendar](#bkmk-priv-calendar)
|
||||
- [16.8 Contacts](#bkmk-priv-contacts)
|
||||
|
||||
- [15.10 Call history](#bkmk-priv-callhistory)
|
||||
- [16.9 Calendar](#bkmk-priv-calendar)
|
||||
|
||||
- [15.11 Email](#bkmk-priv-email)
|
||||
- [16.10 Call history](#bkmk-priv-callhistory)
|
||||
|
||||
- [15.12 Messaging](#bkmk-priv-messaging)
|
||||
- [16.11 Email](#bkmk-priv-email)
|
||||
|
||||
- [15.13 Radios](#bkmk-priv-radios)
|
||||
- [16.12 Messaging](#bkmk-priv-messaging)
|
||||
|
||||
- [15.14 Other devices](#bkmk-priv-other-devices)
|
||||
- [16.13 Radios](#bkmk-priv-radios)
|
||||
|
||||
- [15.15 Feedback & diagnostics](#bkmk-priv-feedback)
|
||||
- [16.14 Other devices](#bkmk-priv-other-devices)
|
||||
|
||||
- [15.16 Background apps](#bkmk-priv-background)
|
||||
- [16.15 Feedback & diagnostics](#bkmk-priv-feedback)
|
||||
|
||||
- [16. Software Protection Platform](#bkmk-spp)
|
||||
- [16.16 Background apps](#bkmk-priv-background)
|
||||
|
||||
- [17. Sync your settings](#bkmk-syncsettings)
|
||||
- [17. Software Protection Platform](#bkmk-spp)
|
||||
|
||||
- [18. Teredo](#bkmk-teredo)
|
||||
- [18. Sync your settings](#bkmk-syncsettings)
|
||||
|
||||
- [19. Wi-Fi Sense](#bkmk-wifisense)
|
||||
- [19. Teredo](#bkmk-teredo)
|
||||
|
||||
- [20. Windows Defender](#bkmk-defender)
|
||||
- [20. Wi-Fi Sense](#bkmk-wifisense)
|
||||
|
||||
- [21. Windows Media Player](#bkmk-wmp)
|
||||
- [21. Windows Defender](#bkmk-defender)
|
||||
|
||||
- [22. Windows spotlight](#bkmk-spotlight)
|
||||
- [22. Windows Media Player](#bkmk-wmp)
|
||||
|
||||
- [23. Windows Store](#bkmk-windowsstore)
|
||||
- [23. Windows spotlight](#bkmk-spotlight)
|
||||
|
||||
- [24. Windows Update Delivery Optimization](#bkmk-updates)
|
||||
- [24. Windows Store](#bkmk-windowsstore)
|
||||
|
||||
- [24.1 Settings > Update & security](#bkmk-wudo-ui)
|
||||
- [25. Windows Update Delivery Optimization](#bkmk-updates)
|
||||
|
||||
- [24.2 Delivery Optimization Group Policies](#bkmk-wudo-gp)
|
||||
- [25.1 Settings > Update & security](#bkmk-wudo-ui)
|
||||
|
||||
- [24.3 Delivery Optimization MDM policies](#bkmk-wudo-mdm)
|
||||
- [25.2 Delivery Optimization Group Policies](#bkmk-wudo-gp)
|
||||
|
||||
- [24.4 Delivery Optimization Windows Provisioning](#bkmk-wudo-prov)
|
||||
- [25.3 Delivery Optimization MDM policies](#bkmk-wudo-mdm)
|
||||
|
||||
- [25. Windows Update](#bkmk-wu)
|
||||
- [25.4 Delivery Optimization Windows Provisioning](#bkmk-wudo-prov)
|
||||
|
||||
- [26. Windows Update](#bkmk-wu)
|
||||
|
||||
## What's new in Windows 10, version 1607
|
||||
|
||||
@ -147,6 +149,7 @@ Here's a list of changes that were made to this article for Windows 10, version
|
||||
- Added a section on how to turn off automatic root updates to stop updating the certificate trust list in [1. Certificate trust lists](#certificate-trust-lists).
|
||||
- Added a new setting in [25. Windows Update](#bkmk-wu).
|
||||
- Changed the NCSI URL in [11. Network Connection Status Indicator](#bkmk-ncsi).
|
||||
- Added a section on how to turn off the automatic download of the Microsoft Account configuration file in [10. Microsoft Account](#bkmk-microsoft-account).
|
||||
|
||||
- Added the following Group Policies:
|
||||
|
||||
@ -351,11 +354,18 @@ To turn off the Windows Mail app:
|
||||
|
||||
- Apply the Group Policy: **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Mail** > **Turn off Windows Mail application**
|
||||
|
||||
### <a href="" id="bkmk-edge"></a>10. Microsoft Edge
|
||||
### <a href="" id="bkmk-microsoft-account"></a>10. Microsoft Account
|
||||
|
||||
To turn off the automatic download of the Microsoft Account configuration file:
|
||||
|
||||
- Change the **Start** REG\_DWORD registry setting in **HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentControlSet\\Services\\wlidsvc** to 4.
|
||||
|
||||
|
||||
### <a href="" id="bkmk-edge"></a>11. Microsoft Edge
|
||||
|
||||
Use either Group Policy or MDM policies to manage settings for Microsoft Edge. For more info, see [Microsoft Edge and privacy: FAQ](http://go.microsoft.com/fwlink/p/?LinkId=730682).
|
||||
|
||||
### <a href="" id="bkmk-edgegp"></a>10.1 Microsoft Edge Group Policies
|
||||
### <a href="" id="bkmk-edgegp"></a>11.1 Microsoft Edge Group Policies
|
||||
|
||||
Find the Microsoft Edge Group Policy objects under **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Microsoft Edge**.
|
||||
|
||||
@ -385,7 +395,7 @@ The Windows 10, version 1511 Microsoft Edge Group Policy names are:
|
||||
| Open a new tab with an empty tab | Choose whether a new tab page appears. <br /> Default: Enabled |
|
||||
| Configure corporate Home pages | Choose the corporate Home page for domain-joined devices. <br /> Set this to **about:blank** |
|
||||
|
||||
### <a href="" id="bkmk-edge-mdm"></a>10.2 Microsoft Edge MDM policies
|
||||
### <a href="" id="bkmk-edge-mdm"></a>11.2 Microsoft Edge MDM policies
|
||||
|
||||
The following Microsoft Edge MDM policies are available in the [Policy CSP](http://msdn.microsoft.com/library/windows/hardware/dn904962.aspx).
|
||||
|
||||
@ -397,13 +407,13 @@ The following Microsoft Edge MDM policies are available in the [Policy CSP](http
|
||||
| Browser/AllowSearchSuggestionsinAddressBar | Choose whether the address bar shows search suggestions.. <br /> Default: Allowed |
|
||||
| Browser/AllowSmartScreen | Choose whether SmartScreen is turned on or off. <br /> Default: Allowed |
|
||||
|
||||
### <a href="" id="bkmk-edge-prov"></a>10.3 Microsoft Edge Windows Provisioning
|
||||
### <a href="" id="bkmk-edge-prov"></a>11.3 Microsoft Edge Windows Provisioning
|
||||
|
||||
Use Windows ICD to create a provisioning package with the settings for these policies, go to **Runtime settings** > **Policies**.
|
||||
|
||||
For a complete list of the Microsoft Edge policies, see [Available policies for Microsoft Edge](http://technet.microsoft.com/library/mt270204.aspx).
|
||||
|
||||
### <a href="" id="bkmk-ncsi"></a>11. Network Connection Status Indicator
|
||||
### <a href="" id="bkmk-ncsi"></a>12. Network Connection Status Indicator
|
||||
|
||||
Network Connection Status Indicator (NCSI) detects Internet connectivity and corporate network connectivity status. NCSI sends a DNS request and HTTP query to http://www.msftconnecttest.com/connecttest.txt to determine if the device can communicate with the Internet. For more info about NCIS, see [The Network Connection Status Icon](http://blogs.technet.com/b/networking/archive/2012/12/20/the-network-connection-status-icon.aspx).
|
||||
|
||||
@ -416,7 +426,7 @@ You can turn off NCSI through Group Policy:
|
||||
> [!NOTE]
|
||||
> After you apply this policy, you must restart the device for the policy setting to take effect.
|
||||
|
||||
### <a href="" id="bkmk-offlinemaps"></a>12. Offline maps
|
||||
### <a href="" id="bkmk-offlinemaps"></a>13. Offline maps
|
||||
|
||||
You can turn off the ability to download and update offline maps.
|
||||
|
||||
@ -426,13 +436,13 @@ You can turn off the ability to download and update offline maps.
|
||||
|
||||
- In Windows 10, version 1607 and later, apply the Group Policy: **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Maps** > **Turn off unsolicited network traffic on the Offline Maps settings page**
|
||||
|
||||
### <a href="" id="bkmk-onedrive"></a>13. OneDrive
|
||||
### <a href="" id="bkmk-onedrive"></a>14. OneDrive
|
||||
|
||||
To turn off OneDrive in your organization:
|
||||
|
||||
- Apply the Group Policy: **Computer Configuration** > **Administrative Templates** > **Windows Components** > **OneDrive** > **Prevent the usage of OneDrive for file storage**
|
||||
|
||||
### <a href="" id="bkmk-preinstalledapps"></a>14. Preinstalled apps
|
||||
### <a href="" id="bkmk-preinstalledapps"></a>15. Preinstalled apps
|
||||
|
||||
Some preinstalled apps get content before they are opened to ensure a great experience. You can remove these using the steps in this section.
|
||||
|
||||
@ -544,43 +554,43 @@ To remove the Get Skype app:
|
||||
|
||||
Remove the app for the current user. From an elevated command prompt, run the following Windows PowerShell command: **Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage**
|
||||
|
||||
### <a href="" id="bkmk-settingssection"></a>15. Settings > Privacy
|
||||
### <a href="" id="bkmk-settingssection"></a>16. Settings > Privacy
|
||||
|
||||
Use Settings > Privacy to configure some settings that may be important to your organization. Except for the Feedback & Diagnostics page, these settings must be configured for every user account that signs into the PC.
|
||||
|
||||
- [15.1 General](#bkmk-general)
|
||||
- [16.1 General](#bkmk-general)
|
||||
|
||||
- [15.2 Location](#bkmk-priv-location)
|
||||
- [16.2 Location](#bkmk-priv-location)
|
||||
|
||||
- [15.3 Camera](#bkmk-priv-camera)
|
||||
- [16.3 Camera](#bkmk-priv-camera)
|
||||
|
||||
- [15.4 Microphone](#bkmk-priv-microphone)
|
||||
- [16.4 Microphone](#bkmk-priv-microphone)
|
||||
|
||||
- [15.5 Notifications](#bkmk-priv-notifications)
|
||||
- [16.5 Notifications](#bkmk-priv-notifications)
|
||||
|
||||
- [15.6 Speech, inking, & typing](#bkmk-priv-speech)
|
||||
- [16.6 Speech, inking, & typing](#bkmk-priv-speech)
|
||||
|
||||
- [15.7 Account info](#bkmk-priv-accounts)
|
||||
- [16.7 Account info](#bkmk-priv-accounts)
|
||||
|
||||
- [15.8 Contacts](#bkmk-priv-contacts)
|
||||
- [16.8 Contacts](#bkmk-priv-contacts)
|
||||
|
||||
- [15.9 Calendar](#bkmk-priv-calendar)
|
||||
- [16.9 Calendar](#bkmk-priv-calendar)
|
||||
|
||||
- [15.10 Call history](#bkmk-priv-callhistory)
|
||||
- [16.10 Call history](#bkmk-priv-callhistory)
|
||||
|
||||
- [15.11 Email](#bkmk-priv-email)
|
||||
- [16.11 Email](#bkmk-priv-email)
|
||||
|
||||
- [15.12 Messaging](#bkmk-priv-messaging)
|
||||
- [16.12 Messaging](#bkmk-priv-messaging)
|
||||
|
||||
- [15.13 Radios](#bkmk-priv-radios)
|
||||
- [16.13 Radios](#bkmk-priv-radios)
|
||||
|
||||
- [15.14 Other devices](#bkmk-priv-other-devices)
|
||||
- [16.14 Other devices](#bkmk-priv-other-devices)
|
||||
|
||||
- [15.15 Feedback & diagnostics](#bkmk-priv-feedback)
|
||||
- [16.15 Feedback & diagnostics](#bkmk-priv-feedback)
|
||||
|
||||
- [15.16 Background apps](#bkmk-priv-background)
|
||||
- [16.16 Background apps](#bkmk-priv-background)
|
||||
|
||||
### <a href="" id="bkmk-general"></a>15.1 General
|
||||
### <a href="" id="bkmk-general"></a>16.1 General
|
||||
|
||||
**General** includes options that don't fall into other areas.
|
||||
|
||||
@ -658,7 +668,7 @@ To turn off **Let apps on my other devices use Bluetooth to open apps and contin
|
||||
|
||||
- Turn off the feature in the UI.
|
||||
|
||||
### <a href="" id="bkmk-priv-location"></a>15.2 Location
|
||||
### <a href="" id="bkmk-priv-location"></a>16.2 Location
|
||||
|
||||
In the **Location** area, you choose whether devices have access to location-specific sensors and which apps have access to the device's location.
|
||||
|
||||
@ -709,7 +719,7 @@ To turn off **Choose apps that can use your location**:
|
||||
|
||||
- Turn off each app using the UI.
|
||||
|
||||
### <a href="" id="bkmk-priv-camera"></a>15.3 Camera
|
||||
### <a href="" id="bkmk-priv-camera"></a>16.3 Camera
|
||||
|
||||
In the **Camera** area, you can choose which apps can access a device's camera.
|
||||
|
||||
@ -746,7 +756,7 @@ To turn off **Choose apps that can use your camera**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-microphone"></a>15.4 Microphone
|
||||
### <a href="" id="bkmk-priv-microphone"></a>16.4 Microphone
|
||||
|
||||
In the **Microphone** area, you can choose which apps can access a device's microphone.
|
||||
|
||||
@ -764,7 +774,7 @@ To turn off **Choose apps that can use your microphone**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-notifications"></a>15.5 Notifications
|
||||
### <a href="" id="bkmk-priv-notifications"></a>16.5 Notifications
|
||||
|
||||
In the **Notifications** area, you can choose which apps have access to notifications.
|
||||
|
||||
@ -778,7 +788,7 @@ To turn off **Let apps access my notifications**:
|
||||
|
||||
- Set the **Select a setting** box to **Force Deny**.
|
||||
|
||||
### <a href="" id="bkmk-priv-speech"></a>15.6 Speech, inking, & typing
|
||||
### <a href="" id="bkmk-priv-speech"></a>16.6 Speech, inking, & typing
|
||||
|
||||
In the **Speech, Inking, & Typing** area, you can let Windows and Cortana better understand your employee's voice and written input by sampling their voice and writing, and by comparing verbal and written input to contact names and calendar entrees.
|
||||
|
||||
@ -813,7 +823,7 @@ Apply the Speech/AllowSpeechModelUpdate MDM policy from the [Policy CSP](https:/
|
||||
|
||||
- Create a REG\_DWORD registry setting called **AllowSpeechModelUpdate** in **HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Microsoft\\PolicyManager\\Current\\Device\\Speech**, with a value of 0 (zero).
|
||||
|
||||
### <a href="" id="bkmk-priv-accounts"></a>15.7 Account info
|
||||
### <a href="" id="bkmk-priv-accounts"></a>16.7 Account info
|
||||
|
||||
In the **Account Info** area, you can choose which apps can access your name, picture, and other account info.
|
||||
|
||||
@ -831,7 +841,7 @@ To turn off **Choose the apps that can access your account info**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-contacts"></a>15.8 Contacts
|
||||
### <a href="" id="bkmk-priv-contacts"></a>16.8 Contacts
|
||||
|
||||
In the **Contacts** area, you can choose which apps can access an employee's contacts list.
|
||||
|
||||
@ -845,7 +855,7 @@ To turn off **Choose apps that can access contacts**:
|
||||
|
||||
- Set the **Select a setting** box to **Force Deny**.
|
||||
|
||||
### <a href="" id="bkmk-priv-calendar"></a>15.9 Calendar
|
||||
### <a href="" id="bkmk-priv-calendar"></a>16.9 Calendar
|
||||
|
||||
In the **Calendar** area, you can choose which apps have access to an employee's calendar.
|
||||
|
||||
@ -863,7 +873,7 @@ To turn off **Choose apps that can access calendar**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-callhistory"></a>15.10 Call history
|
||||
### <a href="" id="bkmk-priv-callhistory"></a>16.10 Call history
|
||||
|
||||
In the **Call history** area, you can choose which apps have access to an employee's call history.
|
||||
|
||||
@ -877,7 +887,7 @@ To turn off **Let apps access my call history**:
|
||||
|
||||
- Set the **Select a setting** box to **Force Deny**.
|
||||
|
||||
### <a href="" id="bkmk-priv-email"></a>15.11 Email
|
||||
### <a href="" id="bkmk-priv-email"></a>16.11 Email
|
||||
|
||||
In the **Email** area, you can choose which apps have can access and send email.
|
||||
|
||||
@ -891,7 +901,7 @@ To turn off **Let apps access and send email**:
|
||||
|
||||
- Set the **Select a setting** box to **Force Deny**.
|
||||
|
||||
### <a href="" id="bkmk-priv-messaging"></a>15.12 Messaging
|
||||
### <a href="" id="bkmk-priv-messaging"></a>16.12 Messaging
|
||||
|
||||
In the **Messaging** area, you can choose which apps can read or send messages.
|
||||
|
||||
@ -909,7 +919,7 @@ To turn off **Choose apps that can read or send messages**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-radios"></a>15.13 Radios
|
||||
### <a href="" id="bkmk-priv-radios"></a>16.13 Radios
|
||||
|
||||
In the **Radios** area, you can choose which apps can turn a device's radio on or off.
|
||||
|
||||
@ -927,7 +937,7 @@ To turn off **Choose apps that can control radios**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-priv-other-devices"></a>15.14 Other devices
|
||||
### <a href="" id="bkmk-priv-other-devices"></a>16.14 Other devices
|
||||
|
||||
In the **Other Devices** area, you can choose whether devices that aren't paired to PCs, such as an Xbox One, can share and sync info.
|
||||
|
||||
@ -945,7 +955,7 @@ To turn off **Let your apps use your trusted devices (hardware you've already co
|
||||
|
||||
- Set the **Select a setting** box to **Force Deny**.
|
||||
|
||||
### <a href="" id="bkmk-priv-feedback"></a>15.15 Feedback & diagnostics
|
||||
### <a href="" id="bkmk-priv-feedback"></a>16.15 Feedback & diagnostics
|
||||
|
||||
In the **Feedback & Diagnostics** area, you can choose how often you're asked for feedback and how much diagnostic and usage information is sent to Microsoft.
|
||||
|
||||
@ -1019,7 +1029,7 @@ To change the level of diagnostic and usage data sent when you **Send your devic
|
||||
|
||||
- **3**. Maps to the **Full** level.
|
||||
|
||||
### <a href="" id="bkmk-priv-background"></a>15.16 Background apps
|
||||
### <a href="" id="bkmk-priv-background"></a>16.16 Background apps
|
||||
|
||||
In the **Background Apps** area, you can choose which apps can run in the background.
|
||||
|
||||
@ -1027,7 +1037,7 @@ To turn off **Let apps run in the background**:
|
||||
|
||||
- Turn off the feature in the UI for each app.
|
||||
|
||||
### <a href="" id="bkmk-spp"></a>16. Software Protection Platform
|
||||
### <a href="" id="bkmk-spp"></a>17. Software Protection Platform
|
||||
|
||||
Enterprise customers can manage their Windows activation status with volume licensing using an on-premise Key Management Server. You can opt out of sending KMS client activation data to Microsoft automatically by doing one of the following:
|
||||
|
||||
@ -1039,7 +1049,7 @@ Enterprise customers can manage their Windows activation status with volume lice
|
||||
|
||||
The Windows activation status will be valid for a rolling period of 180 days with weekly activation status checks to the KMS.
|
||||
|
||||
### <a href="" id="bkmk-syncsettings"></a>17. Sync your settings
|
||||
### <a href="" id="bkmk-syncsettings"></a>18. Sync your settings
|
||||
|
||||
You can control if your settings are synchronized:
|
||||
|
||||
@ -1065,13 +1075,13 @@ To turn off Messaging cloud sync:
|
||||
|
||||
- Create a REG\_DWORD registry setting called **CloudServiceSyncEnabled** in **HKEY\_CURRENT\_USER\\SOFTWARE\\Microsoft\\Messaging**, with a value of 0 (zero).
|
||||
|
||||
### <a href="" id="bkmk-teredo"></a>18. Teredo
|
||||
### <a href="" id="bkmk-teredo"></a>19. Teredo
|
||||
|
||||
You can disable Teredo by using the netsh.exe command. For more info on Teredo, see [Internet Protocol Version 6, Teredo, and Related Technologies](http://technet.microsoft.com/library/cc722030.aspx).
|
||||
|
||||
- From an elevated command prompt, run **netsh interface teredo set state disabled**
|
||||
|
||||
### <a href="" id="bkmk-wifisense"></a>19. Wi-Fi Sense
|
||||
### <a href="" id="bkmk-wifisense"></a>20. Wi-Fi Sense
|
||||
|
||||
Wi-Fi Sense automatically connects devices to known hotspots and to the wireless networks the person’s contacts have shared with them.
|
||||
|
||||
@ -1097,7 +1107,7 @@ To turn off **Connect to suggested open hotspots** and **Connect to networks sha
|
||||
|
||||
When turned off, the Wi-Fi Sense settings still appear on the Wi-Fi Settings screen, but they’re non-functional and they can’t be controlled by the employee.
|
||||
|
||||
### <a href="" id="bkmk-defender"></a>20. Windows Defender
|
||||
### <a href="" id="bkmk-defender"></a>21. Windows Defender
|
||||
|
||||
You can disconnect from the Microsoft Antimalware Protection Service.
|
||||
|
||||
@ -1149,7 +1159,7 @@ You can stop Enhanced Notifications:
|
||||
|
||||
You can also use the registry to turn off Malicious Software Reporting Tool telemetry by setting the REG\_DWORD value **HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\MRT\\DontReportInfectionInformation** to 1.
|
||||
|
||||
### <a href="" id="bkmk-wmp"></a>21. Windows Media Player
|
||||
### <a href="" id="bkmk-wmp"></a>22. Windows Media Player
|
||||
|
||||
To remove Windows Media Player:
|
||||
|
||||
@ -1159,7 +1169,7 @@ To remove Windows Media Player:
|
||||
|
||||
- Run the following DISM command from an elevated command prompt: **dism /online /Disable-Feature /FeatureName:WindowsMediaPlayer**
|
||||
|
||||
### <a href="" id="bkmk-spotlight"></a>22. Windows spotlight
|
||||
### <a href="" id="bkmk-spotlight"></a>23. Windows spotlight
|
||||
|
||||
Windows spotlight provides features such as different background images and text on the lock screen, suggested apps, Microsoft account notifications, and Windows tips. You can control it by using the user interface or through Group Policy.
|
||||
|
||||
@ -1197,13 +1207,13 @@ If you're not running Windows 10, version 1607 or later, you can use the other o
|
||||
|
||||
For more info, see [Windows Spotlight on the lock screen](../manage/windows-spotlight.md).
|
||||
|
||||
### <a href="" id="bkmk-windowsstore"></a>23. Windows Store
|
||||
### <a href="" id="bkmk-windowsstore"></a>24. Windows Store
|
||||
|
||||
You can turn off the ability to launch apps from the Windows Store that were preinstalled or downloaded. This will also turn off automatic app updates, and the Windows Store will be disabled.
|
||||
|
||||
- Apply the Group Policy: **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Store** > **Disable all apps from Windows Store**.
|
||||
|
||||
### <a href="" id="bkmk-updates"></a>24. Windows Update Delivery Optimization
|
||||
### <a href="" id="bkmk-updates"></a>25. Windows Update Delivery Optimization
|
||||
|
||||
Windows Update Delivery Optimization lets you get Windows updates and Windows Store apps from sources in addition to Microsoft, which not only helps when you have a limited or unreliable Internet connection, but can also help you reduce the amount of bandwidth needed to keep all of your organization's PCs up-to-date. If you have Delivery Optimization turned on, PCs on your network may send and receive updates and apps to other PCs on your local network, if you choose, or to PCs on the Internet.
|
||||
|
||||
@ -1213,13 +1223,13 @@ Use the UI, Group Policy, MDM policies, or Windows Provisioning to set up Delive
|
||||
|
||||
In Windows 10, version 1607, you can stop network traffic related to Windows Update Delivery Optimization by setting **Download Mode** to **Simple** (99) or **Bypass** (100), as described below.
|
||||
|
||||
### <a href="" id="bkmk-wudo-ui"></a>24.1 Settings > Update & security
|
||||
### <a href="" id="bkmk-wudo-ui"></a>25.1 Settings > Update & security
|
||||
|
||||
You can set up Delivery Optimization from the **Settings** UI.
|
||||
|
||||
- Go to **Settings** > **Update & security** > **Windows Update** > **Advanced options** > **Choose how updates are delivered**.
|
||||
|
||||
### <a href="" id="bkmk-wudo-gp"></a>24.2 Delivery Optimization Group Policies
|
||||
### <a href="" id="bkmk-wudo-gp"></a>25.2 Delivery Optimization Group Policies
|
||||
|
||||
You can find the Delivery Optimization Group Policy objects under **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Delivery Optimization**.
|
||||
|
||||
@ -1231,7 +1241,7 @@ You can find the Delivery Optimization Group Policy objects under **Computer Con
|
||||
| Max Cache Size | Lets you specify the maximum cache size as a percentage of disk size. <br /> The default value is 20, which represents 20% of the disk.|
|
||||
| Max Upload Bandwidth | Lets you specify the maximum upload bandwidth (in KB/second) that a device uses across all concurrent upload activity. <br /> The default value is 0, which means unlimited possible bandwidth.|
|
||||
|
||||
### <a href="" id="bkmk-wudo-mdm"></a>24.3 Delivery Optimization MDM policies
|
||||
### <a href="" id="bkmk-wudo-mdm"></a>25.3 Delivery Optimization MDM policies
|
||||
|
||||
The following Delivery Optimization MDM policies are available in the [Policy CSP](http://msdn.microsoft.com/library/windows/hardware/dn904962.aspx).
|
||||
|
||||
@ -1244,7 +1254,7 @@ The following Delivery Optimization MDM policies are available in the [Policy CS
|
||||
| DeliveryOptimization/DOMaxUploadBandwidth | Lets you specify the maximum upload bandwidth (in KB/second) that a device uses across all concurrent upload activity. <br /> The default value is 0, which means unlimited possible bandwidth.|
|
||||
|
||||
|
||||
### <a href="" id="bkmk-wudo-prov"></a>24.4 Delivery Optimization Windows Provisioning
|
||||
### <a href="" id="bkmk-wudo-prov"></a>25.4 Delivery Optimization Windows Provisioning
|
||||
|
||||
If you don't have an MDM server in your enterprise, you can use Windows Provisioning to configure the Delivery Optimization policies
|
||||
|
||||
@ -1260,7 +1270,7 @@ Use Windows ICD, included with the [Windows Assessment and Deployment Kit (Windo
|
||||
|
||||
For more info about Delivery Optimization in general, see [Windows Update Delivery Optimization: FAQ](http://go.microsoft.com/fwlink/p/?LinkId=730684).
|
||||
|
||||
### <a href="" id="bkmk-wu"></a>25. Windows Update
|
||||
### <a href="" id="bkmk-wu"></a>26. Windows Update
|
||||
|
||||
You can turn off Windows Update by setting the following registry entries:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user