Skip to main content

Install Windows 11 Feature Update

Description

An ImmyBot implementation of the agnostic script Install-Windows11FeatureUpdate. The task automates the installation of the latest Windows 11 Feature Update on Windows 11 and Windows 10 machines. It performs comprehensive pre-checks, maintenance, and validation to ensure a smooth upgrade process.

Note: This task creates and schedules a Windows Scheduled Task to run the agnostic script, then exits immediately. As a result, the task will not display a compliant or success status. However, the upgrade process continues to run in the background on the machine. The progress can be monitored by reviewing the log files located at "C:\ProgramData\_Automation\Script\Install-Windows11FeatureUpdate".

Cautions

  • The machine may restart up to 7 times to complete the upgrade process.
  • Be aware of known issues with the feature update 24H2 before using the script.

Security Application Guidance

For optimal performance and to minimize potential interference, it is recommended to disable or set any active security applications (such as antivirus, endpoint protection, or EDR tools) to "learning" or "detect-only" mode before executing the script.

This helps ensure that the update process runs smoothly without being blocked or slowed down by real-time protection mechanisms. Once the update is complete, security settings can be reverted to their original state.

Requirements

Dependencies

Install-Windows11FeatureUpdate

Implementation

Task Configuration