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.
1 parent b2f8e46 commit d9a5bb9Copy full SHA for d9a5bb9
1 file changed
MSEdgeRedirect.au3
@@ -65,8 +65,6 @@ Func ActiveMode(ByRef $aCMDLine)
65
CheckEdgeIntegrity($aCMDLine[1])
66
$aCMDLine[1] = StringReplace($aCMDLine[1], "Application\msedge.exe", "IFEO\msedge.exe")
67
68
- _ArrayDisplay($aCMDLine, "CMDLine Parameters Before Processing", Default, Default, 0x400)
69
-
70
Select
71
Case $aCMDLine[0] = 1 ; No Parameters
72
ContinueCase
0 commit comments