mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge branch 'main' into aljupudi-5916612-microsoftgraphupdates
This commit is contained in:
commit
fb412df67a
@ -79,9 +79,13 @@ sections:
|
|||||||
answer: |
|
answer: |
|
||||||
It's currently possible to set a convenience PIN on Azure Active Directory Joined or Hybrid Active Directory Joined devices. Convenience PIN isn't supported for Azure Active Directory user accounts (synchronized identities included). It's only supported for on-premises Domain Joined users and local account users.
|
It's currently possible to set a convenience PIN on Azure Active Directory Joined or Hybrid Active Directory Joined devices. Convenience PIN isn't supported for Azure Active Directory user accounts (synchronized identities included). It's only supported for on-premises Domain Joined users and local account users.
|
||||||
|
|
||||||
- question: Can I use an external Windows Hello compatible camera when my laptop is closed or docked?
|
- question: Can I use an external Windows Hello compatible camera when my computer has a built in Windows Hello compatible camera?
|
||||||
answer: |
|
answer: |
|
||||||
Yes. Starting with Windows 10, version 21H1 an external Windows Hello compatible camera can be used if a device already supports an internal Windows Hello camera. When both cameras are present, the external camera is used for face authentication. For more information, see [IT tools to support Windows 10, version 21H1](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/it-tools-to-support-windows-10-version-21h1/ba-p/2365103).
|
Yes. Starting with Windows 10, version 21H1 an external Windows Hello compatible camera can be used if a device already supports an internal Windows Hello camera. When both cameras are present, the external camera is used for face authentication. For more information, see [IT tools to support Windows 10, version 21H1](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/it-tools-to-support-windows-10-version-21h1/ba-p/2365103). However, using external Hello cameras and accessories is restricted if ESS is enabled, please see [Windows Hello Enhanced Sign-in Security](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello-enhanced-sign-in-security#pluggableperipheral-biometric-sensors).
|
||||||
|
|
||||||
|
- question: Can I use an external Windows Hello compatible camera or other Windows Hello compatible accessory when my laptop lid is closed or docked?
|
||||||
|
answer: |
|
||||||
|
Some laptops and tablets with keyboards that close may not use an external Windows Hello compatible camera or other Windows Hello compatible accessory when the computer is docked with the lid closed. The issue has been addressed in the latest Windows Insiders builds and will be available in the future version of Windows 11.
|
||||||
|
|
||||||
- question: Why does authentication fail immediately after provisioning hybrid key trust?
|
- question: Why does authentication fail immediately after provisioning hybrid key trust?
|
||||||
answer: |
|
answer: |
|
||||||
|
@ -85,8 +85,8 @@ In addition to the steps outlined above, the binary policy file must also be cop
|
|||||||
1. Mount the EFI volume and make the directory, if it does not exist, in an elevated PowerShell prompt:
|
1. Mount the EFI volume and make the directory, if it does not exist, in an elevated PowerShell prompt:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$MountPoint = 'C:\EFI'
|
$MountPoint = 'C:\EFIMount'
|
||||||
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
$EFIDestinationFolder = "$MountPoint\EFI\Microsoft\Boot\CiPolicies\Active"
|
||||||
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
||||||
mountvol $MountPoint $EFIPartition
|
mountvol $MountPoint $EFIPartition
|
||||||
mkdir $EFIDestinationFolder
|
mkdir $EFIDestinationFolder
|
||||||
|
@ -59,7 +59,7 @@ The following video provides an overview of Windows Sandbox.
|
|||||||
Set-VMProcessor -VMName \<VMName> -ExposeVirtualizationExtensions $true
|
Set-VMProcessor -VMName \<VMName> -ExposeVirtualizationExtensions $true
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Use the search bar on the task bar and type **Turn Windows Features on and off** to access the Windows Optional Features tool. Select **Windows Sandbox** and then **OK**. Restart the computer if you're prompted.
|
3. Use the search bar on the task bar and type **Turn Windows Features on or off** to access the Windows Optional Features tool. Select **Windows Sandbox** and then **OK**. Restart the computer if you're prompted.
|
||||||
|
|
||||||
If the **Windows Sandbox** option is unavailable, your computer doesn't meet the requirements to run Windows Sandbox. If you think this is incorrect, review the prerequisite list as well as steps 1 and 2.
|
If the **Windows Sandbox** option is unavailable, your computer doesn't meet the requirements to run Windows Sandbox. If you think this is incorrect, review the prerequisite list as well as steps 1 and 2.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user