Fase OOBE actualizacion (W11 24H2 OOBE updates)

monito30

New Member
Messages
8
Reaction score
0
Dear

Good afternoon

I need your help. I create my images with sysprep in a virtual machine and at the moment of generalizing it and creating it with DISM ++ or with DISM commands and then create it in ISO format.

I get this when I enter the username.

Has anyone else happened to you?

This happens to me in Windows 11 24h2, in other lower versions it never happens to me only in this version of Windows 11


1737823516979.png

I would appreciate your help, tips, or some information is appreciated
 
W11 24H2's new OOBE can force Windows updates, so you must wait until the latest update is downloaded and installed.

From the Registry screen, apply this reg file to block OOBE updates:
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableCloudOptimizedContent"=dword:00000001

Content Delivery Manager and other Spotlight features (wallpaper, News & Interests) are disabled until you reverse the setting. You can apply this reg file from Post-Setup (After logon):
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableCloudOptimizedContent"=dword:00000000
 
Estimado garlin,

Thanks for your help, dear.
I have that command in my script called machine.cmd where it is executed in the specialize phase. I am attaching the script that I have. I was also thinking of putting that command in ntuser.dat. What do you think?

@echo off

rem Deshabilitar el retraso de inicio
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "Serialize" /t REG_SZ /d "" /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t REG_DWORD /d 0 /f

rem desabilitar apps de inicio windows 11
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "*" /t REG_SZ /d "" /f

rem habilitar optimizacion de memoria
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "LargeSystemCache" /t REG_DWORD /d 1 /f

rem desabilitar actualizacion de app con microsoft store windows 11

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d 2 /f

rem configuracion de separacion de prioridad en windows 11
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl" /v "Win32PrioritySeparation" /t REG_DWORD /d 26 /f

rem eliminar icono Outlook new en la barra de tareas
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f

rem eshabilitar SysMain y Prefetch para SSD en Windows 11/10
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" /t REG_DWORD /d 5 /f
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnableSuperfetch" /t REG_DWORD /d 5 /f

rem desabilitar los mensajes detallados de estado en windows 11
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d 1 /f

rem deshabilitar Game DVR o Game Bar en Windows 11
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowGameDVR" /t REG_DWORD /d 0 /f

rem deshabilitar la página Información de su cuenta en Configuración
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /V "value" /t REG_DWORD /d 0 /f

rem deshabilitar la integración de OneDrive windows 11
REG ADD "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\OneDrive" /v "DisableFileSyncNGSC" /t REG_DWORD /d 0 /f

rem registros de prueba

rem desactivar recall en windows 11
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" /v DisableAIDataAnalysis /t REG_DWORD /d 1 /f

rem desabilitar windows copilot en windows 11
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f

rem deshabilitar noticias e intereses windows 11
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh" /v AllowNewsAndInterests /t REG_DWORD /d 0 /f

REM ELIMINACIÓN DE BLOATWARE EN WINDOWS 11
rem Eliminar aplicaciones que no se desean en el sistema
rem Asegúrate de que las claves existan antes de eliminarlas
for %%i in (
"OutlookUpdate"
"Clipchamp.Clipchamp_3.0.10220.0_neutral_~_yxz26nhyzhsrtre"
"Microsoft.GamingApp_2024.311.2341.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.WindowsFeedbackHub_2024.1118.608.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.XboxGamingOverlay_7.224.11211.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.XboxSpeechToTextOverlay_1.97.17002.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.GetHelp_10.2409.22951.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.MicrosoftOfficeHub_18.2308.1034.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.BingNews_4.8.11001.0_neutral_~_8wekyb3d8bbwe"
"MicrosoftCorporationII.MicrosoftFamily_0.2.40.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.MicrosoftStickyNotes_6.1.4.0_neutral_~_8wekyb3d8bbwe"
"MSTeams_24335.208.3315.1951_x64__8wekyb3d8bbwe"
"Microsoft.Todos_2.114.7122.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.BingWeather_4.53.52892.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.OutlookForWindows_1.2025.109.100_x64__8wekyb3d8bbwe"
"Microsoft.PowerAutomateDesktop_11.2412.244.0_neutral_~_8wekyb3d8bbwe"
"MicrosoftCorporationII.QuickAssist_2024.309.159.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.ScreenSketch_2022.2409.25.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.Xbox.TCUI_1.24.10001.0_neutral_~_8wekyb3d8bbwe"
"Microsoft.BingSearch_2022.1.3.0_neutral_~_8wekyb3d8bbwe"
) do (
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications\%%i" /f
)

rem Script para habilitar TRIM en Windows 11
echo Habilitando TRIM en Windows 11...
fsutil behavior set DisableDeleteNotify 0

rem Verificando el estado de TRIM
fsutil behavior query DisableDeleteNotify

if %errorlevel%==0 (
echo TRIM se ha habilitado correctamente.
) else (
echo Hubo un problema al habilitar TRIM. Por favor, revisa manualmente.
)
 
This reg is a HKLM policy, so it doesn't work from any user's NTUSER.dat. If you want to run a script, it can be done by your unattended file's specialize pass.
 
Back
Top