We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 657287b + 14e3b1e commit e7902a0Copy full SHA for e7902a0
AutopilotBranding/AutopilotBranding.ps1
@@ -289,6 +289,7 @@ Log "Turning off (old) Edge desktop shortcut"
289
& reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v DisableEdgeDesktopShortcutCreation /t REG_DWORD /d 1 /f /reg:64 2>&1 | Out-Null
290
Log "Turning off Edge desktop icon"
291
& reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /v "CreateDesktopShortcutDefault" /t REG_DWORD /d 0 /f /reg:64 2>&1 | Out-Null
292
+& reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /v "RemoveDesktopShortcutDefault" /t REG_DWORD /d 1 /f /reg:64 2>&1 | Out-Null
293
294
# STEP 8A: Attempt to Donwload and install Latest Edge for Business MSI from Evergreen URL
295
if ($config.Config.SkipEdgeUpdate -ine "true") {
0 commit comments