Skip to content

Commit

Permalink
Merge pull request #426 from floatchallenged/spotlight-fix
Browse files Browse the repository at this point in the history
Fix Windows Spotlight "Learn more about this picture"
  • Loading branch information
rcmaehl authored Aug 15, 2024
2 parents 4af8968 + c364271 commit 15f4c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MSEdgeRedirect.au3
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ Func _DecodeAndRun($sEdge = $aEdges[1], $sCMDLine = "")
Else
_SafeRun($sEdge, $sCMDLine)
EndIf
Case StringInStr($sCMDLine, "bing.com/spotlight?spotlightid") ; Fix Windows Spotlight
$sCMDLine = StringRegExpReplace($sCMDLine, "(?i)spotlight\?spotlightid=[^&]+&", "search?")
ContinueCase
Case StringInStr($sCMDLine, "&url=") ; Fix Windows 11 Widgets
ContinueCase
Case StringInStr($sCMDLine, "microsoft-edge:")
Expand Down

0 comments on commit 15f4c0f

Please sign in to comment.