Forum Discussion
JMGonzalez1881
Mar 24, 2022Copper Contributor
Windows 11 Start menu, explorer and right click doesn´t work after sysprep /audit /generalize
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 expl...
- May 04, 2022
Windows 11 image creation for OEMs | Microsoft Docs
https://go.microsoft.com/fwlink/?linkid=2173766Images.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
Stefan_Herrmann
May 04, 2022Copper Contributor
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