SOLVED

Windows 11 Start menu, explorer and right click doesn´t work after sysprep /audit /generalize

Copper Contributor

Hi, my problem is that I made a fresh install, boot into audit mode with CTRL+SHIFT+F3, install drivers, then I use Sysprep with /audit /generlize, when I boot in Audit mode, the start menu, the explorer and the right click doesn´t work, this happened to someone? Thanks

 

Hola, mi problema es que realizo una instalación nueva de Windows 11, entro a modo auditoria con CTRL+SHIFT+F3, instalo drivers y luego uso Sysprep con /audit /generalize, cuando vuelvo a levantar el modo auditoria, no me funciona el inicio, el explorador de archivos ni tampoco el clic derecho, a alguien le pasó? desde ya muchas gracias

 

It look like thisIt look like this

 

1 Reply
best response confirmed by JMGonzalez1881 (Copper Contributor)
Solution

@JMGonzalez1881 

Windows 11 image creation for OEMs | Microsoft Docs
https://go.microsoft.com/fwlink/?linkid=2173766

Images.zip\Images\Windows\Unattend\Explorer.ps1


Add-AppxPackage -Register -DisableDevelopmentMode C:\windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\appxmanifest.xml
Add-AppxPackage -Register -DisableDevelopmentMode C:\windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\AppxManifest.xml
C:\windows\System32\taskkill.exe /F /IM explorer.exe
C:\windows\explorer.exe

1 best response

Accepted Solutions
best response confirmed by JMGonzalez1881 (Copper Contributor)
Solution

@JMGonzalez1881 

Windows 11 image creation for OEMs | Microsoft Docs
https://go.microsoft.com/fwlink/?linkid=2173766

Images.zip\Images\Windows\Unattend\Explorer.ps1


Add-AppxPackage -Register -DisableDevelopmentMode C:\windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\appxmanifest.xml
Add-AppxPackage -Register -DisableDevelopmentMode C:\windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\AppxManifest.xml
C:\windows\System32\taskkill.exe /F /IM explorer.exe
C:\windows\explorer.exe

View solution in original post