mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Update ScanBeforeInitialLogonAllowed section
Added entry into the summary section, and changed "note" tag to "caution"
This commit is contained in:
@ -38,6 +38,7 @@ You can use Group Policy settings or mobile device management (MDM) to configure
|
|||||||
| [Do not include drivers with Windows Updates](#do-not-include-drivers-with-windows-updates) | [ExcludeWUDriversInQualityUpdate](/windows/client-management/mdm/policy-configuration-service-provider#update-excludewudriversinqualityupdate) | 1607 |
|
| [Do not include drivers with Windows Updates](#do-not-include-drivers-with-windows-updates) | [ExcludeWUDriversInQualityUpdate](/windows/client-management/mdm/policy-configuration-service-provider#update-excludewudriversinqualityupdate) | 1607 |
|
||||||
| [Configure Automatic Updates](#configure-automatic-updates) | [AllowAutoUpdate](/windows/client-management/mdm/policy-configuration-service-provider#update-allowautoupdate) | All |
|
| [Configure Automatic Updates](#configure-automatic-updates) | [AllowAutoUpdate](/windows/client-management/mdm/policy-configuration-service-provider#update-allowautoupdate) | All |
|
||||||
| | [Windows Update notifications display organization name](#bkmk_display-name) </br></br> *Organization name is displayed by default. A registry value can disable this behavior. | Windows 11 devices that are Azure Active Directory joined or registered <!--6286260-->|
|
| | [Windows Update notifications display organization name](#bkmk_display-name) </br></br> *Organization name is displayed by default. A registry value can disable this behavior. | Windows 11 devices that are Azure Active Directory joined or registered <!--6286260-->|
|
||||||
|
| | [Allow Windows Updates to install before initial user logon](#allow-windows-update-before-initial-logon) | Windows 11 22H2 devices |
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
>Additional information about settings to manage device restarts and restart notifications for updates is available on **[Manage device restarts after updates](waas-restart.md)**.
|
>Additional information about settings to manage device restarts and restart notifications for updates is available on **[Manage device restarts after updates](waas-restart.md)**.
|
||||||
@ -284,7 +285,7 @@ if (!(Test-Path $registryPath))
|
|||||||
New-ItemProperty -Path $registryPath -Name $name -Value $value -PropertyType DWORD -Force | Out-Null
|
New-ItemProperty -Path $registryPath -Name $name -Value $value -PropertyType DWORD -Force | Out-Null
|
||||||
```
|
```
|
||||||
|
|
||||||
## <a name="bkmk_display-name"> </a> Allow Windows Updates to install before initial user logon
|
## <a name="allow-windows-update-before-initial-logon"> </a> Allow Windows Updates to install before initial user logon
|
||||||
|
|
||||||
This value is supported on devices running Windows 11, version 22H2 or newer.
|
This value is supported on devices running Windows 11, version 22H2 or newer.
|
||||||
|
|
||||||
@ -296,4 +297,5 @@ In those scenarios, setting the following registry value allows those devices to
|
|||||||
- **DWORD value name**: ScanBeforeInitialLogonAllowed
|
- **DWORD value name**: ScanBeforeInitialLogonAllowed
|
||||||
- **Value data**: 1
|
- **Value data**: 1
|
||||||
|
|
||||||
> [!NOTE] This value is designed to be used only for scenarios with a deferred initial user logon. Setting this value on normal consumer retail devices could have a detrimental effect on performance as it may allow update work to occur as the user is logging in for the first time.
|
> [!CAUTION]
|
||||||
|
> This value is designed to be used only for scenarios with a deferred initial user logon. Setting this value on normal consumer retail devices could have a detrimental effect on performance as it may allow update work to occur as the user is logging in for the first time.
|
||||||
|
Reference in New Issue
Block a user