A service that simplifies device provisioning and setup for end users, enabling zero-touch deployment
Windows 11 Autopilot issue with Edge
Hello,
Recently we encountered an issue when after Pre-provisioning and User-Driven Autopilot MS Edge is not linked in user profile.
MS Edge shortcut do not exists for user, MS Edge not exists in default app settings, cannot find it in search and no mention in Control Panel.
Registry entries in uninstall for MS Edge, shows only display version, version, display name and NoRemove with value 1.
Registry for Microsoft Edge Update, there are DisplayVersion 1.3.251.23, NoRemove with value 1, Version 1.3.251.23.
In settings installed apps there is entry for MS Edge with version 151.0.4129.59 and webview2 with same version.
When other user logs in same thing happens.
Running below allow MS Edge to be "Installed" for user and for any new user logged in.
$setup = Get-ChildItem "C:\Program Files (x86)\Microsoft\Edge\Application*\Installer\setup.exe" | Select-Object -First 1 -ExpandProperty FullName
& $setup --system-level --verbose-logging --do-not-launch-chrome
While installing without Autopilot MS Edge is visible for user (non business account)
Do you know what to do to fix this?
Issue has been found on Windows 25h2
Used ISO Win_Pro_11_25H2.9_64BIT_Eng_Intl_Pro_Ent_EDU_N_MLF_X24-33495.ISO
Regards,
Dominik