Skip to content

Commit

Permalink
Update 104_MicrosoftEdge.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 14, 2024
1 parent fdea0f9 commit f122eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/image/104_MicrosoftEdge.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ $prefs = @"
}
}
"@

$prefs | Set-Content -Path "${Env:ProgramFiles(x86)}\Microsoft\Edge\Application\initial_preferences" -Force -Encoding "utf8"
$Shortcuts = @("$Env:Public\Desktop\Microsoft Edge*.lnk")
Remove-Item -Path $Shortcuts -Force -ErrorAction "SilentlyContinue"
Expand Down

0 comments on commit f122eec

Please sign in to comment.