From 878a18f4c3a2f2fa3bb590db65ebfd2a97304747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:40 +0000 Subject: [PATCH 01/30] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- .github/workflows/chocolatey-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..2ed8e90 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache tools uses: actions/cache@v2 id: cache diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 8fc2753..ba24e34 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'rcmaehl/MSEdgeRedirect' steps: - name: Clone Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: oprypin/find-latest-tag@v1 with: repository: rcmaehl/MSEdgeRedirect # The repository to scan. From e6a92a0a6852e8f37c9689ef69c0ca6d822dea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:41 +0000 Subject: [PATCH 02/30] Bump crazy-max/ghaction-chocolatey from 1 to 2 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 8fc2753..c63b2a0 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,10 +37,10 @@ jobs: echo "::set-output name=nuget::$version" sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v2 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v2 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From 4ad1eed5ab6d2bb3122f9419355ee3dbe28efb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:46 +0000 Subject: [PATCH 03/30] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..7003803 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache tools - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: | From 836eb7cc8e669e2b3a11c8f3f93ccc6873c3845b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:47 +0000 Subject: [PATCH 04/30] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..8ced70a 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -43,7 +43,7 @@ jobs: run: | Start-Process "${env:ProgramFiles(x86)}\AutoIt3\AutoIt3.exe" "`"${env:ProgramFiles(x86)}\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3`" /NoStatus /prod /in MSEdgeRedirect.au3" -NoNewWindow -Wait sha256sum -b MSEdgeRedirect*.exe > checksums.sha256 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: mser path: | From 4f35634eae3039de4233145e46f1a5e29c77b799 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sun, 2 Oct 2022 01:41:36 -0400 Subject: [PATCH 05/30] Update dev builds to use 0.8.0.0-dev branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869ff1d..614a679 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Looking to Disable Web Search Entirely? Try [@krlvm](https://github.com/krlvm)'s Download Stable (GitHub)|Download Testing (GitHub) ----|---- -| +| ### Package Managers From 5e6633ec84a4ed4b84388e20599c244046e847c6 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 7 Oct 2022 12:54:00 +0800 Subject: [PATCH 06/30] Fix version fallback in Winget --- .github/workflows/winget-submission.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 5efca76..23b5317 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -17,7 +17,7 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: rcmaehl.MSEdgeRedirect - version: ${{ inputs.tag_name || github.release.tag_name }} - release-tag: ${{ inputs.tag_name || github.release.tag_name }} + version: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} + release-tag: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} delete-previous-version: 'true' token: ${{ secrets.MSEdgeRedirect_PAT }} From 70a6f16be4f95af9c9c5bba7ea55e63f337dd017 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 7 Oct 2022 12:57:28 +0800 Subject: [PATCH 07/30] Update winget-submission.yml --- .github/workflows/winget-submission.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 23b5317..2ac68c4 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -17,7 +17,7 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: rcmaehl.MSEdgeRedirect - version: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} - release-tag: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} + version: ${{ inputs.tag_name || github.event.release.tag_name }} + release-tag: ${{ inputs.tag_name || github.event.release.tag_name }} delete-previous-version: 'true' token: ${{ secrets.MSEdgeRedirect_PAT }} From 128cbeb254275ea4da90b6fa6f3b206852cb6555 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 27 Oct 2022 10:53:40 -0400 Subject: [PATCH 08/30] Add Cleanup Tool to Readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 614a679..d8b5030 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ Yes, as of 0.5.0.0, you can select One of 8 available Search Engines, or set you ### How do I uninstall? -Regular Install|Chocolatey|Scoop|Winget -----|----|----|---- -Use Programs and Features|`choco uninstall msedgeredirect`|`scoop uninstall msedgeredirect`|`winget uninstall MSEdgeRedirect` +#### Normal Installs +Regular Install|Corrupted Install +----|---- +Use Programs and Features|[Cleanup Tool](https://raw.githubusercontent.com/rcmaehl/MSEdgeRedirect/main/Assets/Cleanup%20Tool.ps1) + +#### Package Managers +Chocolatey|Scoop|Winget +----|----|---- +`choco uninstall msedgeredirect`|`scoop uninstall msedgeredirect`|`winget uninstall MSEdgeRedirect` From a3b9a372e24bf1b246acffddacb71a462582e304 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 2 Nov 2022 23:02:03 -0400 Subject: [PATCH 09/30] Remove old commented out markdown --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d8b5030..d4eb1d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - [![Latest download count](https://img.shields.io/github/downloads/rcmaehl/MSEdgeRedirect/latest/total)](https://github.com/rcmaehl/MSEdgeRedirect/releases/latest/) [![Chocolatey download count](https://img.shields.io/chocolatey/dt/msedgeredirect?label=Chocolatey+downloads)](https://chocolatey.org/packages/msedgeredirect) [![Ko-fi](https://img.shields.io/badge/Support%20me%20on-Ko--fi-FF5E5B.svg?logo=ko-fi)](https://ko-fi.com/rcmaehl) From f21ac0489bcf43b087bffc688c744f625d68bdff Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 9 Dec 2022 15:26:02 -0500 Subject: [PATCH 10/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4eb1d9..63a310a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Run `microsoft-edge:https://google.com` using the `Windows` + `R` keys. If that ### Will searches inside \ still use Bing? -MSEdge Redirect only redirects links that attempt to open in MS Edge. It will not affect results generated within other applications. +MSEdgeRedirect only redirects links that attempt to open in MS Edge. It will not affect results generated within other applications. ### Can you change Bing results to Google Results? From 9c501bf07a6b9962db378176e0743e3ba0c66e53 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 26 Dec 2022 01:28:56 -0500 Subject: [PATCH 11/30] Fix Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a310a..7ba65c0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Looking to Disable Web Search Entirely? Try [@krlvm](https://github.com/krlvm)'s Download Stable (GitHub)|Download Testing (GitHub) ----|---- -| +| ### Package Managers From 9c66925779c0d65be3ac897add8ba26b11a48b0d Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 19 Jan 2023 15:02:24 -0500 Subject: [PATCH 12/30] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8681cba..d321a9d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,11 +12,8 @@ body: attributes: label: Preflight Checklist options: - - label: Microsoft Edge is still installed (see issue 26) - required: true - label: Running microsoft-edge:https://google.com redirects successfully - required: true - - label: Microsoft Edge is selected in any "How do you want to open this?" box (if applicable) + - label: Microsoft Edge is selected in any "How do you want to open this?" box - type: dropdown attributes: From a6d487146860d442f35a4a57f7c3819c60c135e3 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 20 Jan 2023 15:36:38 -0500 Subject: [PATCH 13/30] Renew Security.txt --- security.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.txt b/security.txt index f903e5d..2eac692 100644 --- a/security.txt +++ b/security.txt @@ -1,3 +1,3 @@ Contact: mailto:rcmaehl+critical@gmail.com -Expires: 2023-01-01T05:00:00.000Z +Expires: 2024-01-01T05:00:00.000Z Preferred-Languages: en From 2a58909c4330b698fe7979eb87c8b672e7656206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:19:25 +0000 Subject: [PATCH 14/30] Bump vedantmgoyal2009/winget-releaser from 1 to 2 Bumps [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser) from 1 to 2. - [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases) - [Commits](https://github.com/vedantmgoyal2009/winget-releaser/compare/v1...v2) --- updated-dependencies: - dependency-name: vedantmgoyal2009/winget-releaser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 2ac68c4..50e6853 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -14,7 +14,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: rcmaehl.MSEdgeRedirect version: ${{ inputs.tag_name || github.event.release.tag_name }} From 677460b4a17c1151bc958e925c651d5a071a433d Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 28 Jun 2023 11:04:57 -0400 Subject: [PATCH 15/30] Update chocolatey-package.yml Upgrade to crazy-max/ghaction-chocolatey@v2.2.0 --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index cd49676..ccc9326 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,10 +37,10 @@ jobs: echo "::set-output name=nuget::$version" sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v2.2.0 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v2.2.0 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From 9f1e56f4f279ac27de17916c83f632b71101b380 Mon Sep 17 00:00:00 2001 From: Naveen Prashanth <78990165+gnpaone@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:26:51 +0530 Subject: [PATCH 16/30] Update chocolatey-package.yml --- .github/workflows/chocolatey-package.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index ccc9326..c6d58bc 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -33,13 +33,21 @@ jobs: - name: Set Version id: version run: | - version=${{ steps.latesttag.outputs.tag }} - echo "::set-output name=nuget::$version" + version=0.7.4.0 + echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" + - name: Choco Downgrade + uses: crazy-max/ghaction-chocolatey@v2 + with: + args: install chocolatey --version=1.2.1 --allow-downgrade -y -r --no-progress - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2.2.0 + uses: crazy-max/ghaction-chocolatey@v2 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect + - name: Choco Upgrade + uses: crazy-max/ghaction-chocolatey@v2 + with: + args: upgrade chocolatey - name: Upload Release uses: crazy-max/ghaction-chocolatey@v2.2.0 with: From 188efecf3eac6b90405234680c1ae904209198dc Mon Sep 17 00:00:00 2001 From: Naveen Prashanth <78990165+gnpaone@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:29:46 +0530 Subject: [PATCH 17/30] Update chocolatey-package.yml --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index c6d58bc..9df75d3 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -33,7 +33,7 @@ jobs: - name: Set Version id: version run: | - version=0.7.4.0 + version=${{ steps.latesttag.outputs.tag }} echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Choco Downgrade @@ -49,6 +49,6 @@ jobs: with: args: upgrade chocolatey - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2.2.0 + uses: crazy-max/ghaction-chocolatey@v2 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From b64b53910381191e1d8f056bc331d0f55806c3dc Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 13:47:13 -0400 Subject: [PATCH 18/30] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d321a9d..3bed1ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: attributes: label: Preflight Checklist options: - - label: Running microsoft-edge:https://google.com redirects successfully + - label: Running `microsoft-edge:https://google.com` redirects successfully - label: Microsoft Edge is selected in any "How do you want to open this?" box - type: dropdown From 857894b429fbc9a50320cfcd32feb018f74d9043 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:03:07 -0400 Subject: [PATCH 19/30] Create help_request.yml --- .github/help_request.yml | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/help_request.yml diff --git a/.github/help_request.yml b/.github/help_request.yml new file mode 100644 index 0000000..a3a2f80 --- /dev/null +++ b/.github/help_request.yml @@ -0,0 +1,69 @@ +name: "⁉ Help Request" +description: It's just not working +labels: +body: +- type: markdown + attributes: + value: | + Please make sure to [search for existing issues](https://github.com/rcmaehl/MSEdgeRedirect/issues) before filing a new one! + +- type: checkboxes + attributes: + label: Preflight Checklist + options: + - label: Microsoft Edge is selected in any "How do you want to open this?" box + - label: I've ran the [Cleanup tool](https://raw.githubusercontent.com/rcmaehl/MSEdgeRedirect/main/Assets/Cleanup%20Tool.ps1) and tried another install + +- type: dropdown + attributes: + label: Install Type + description: How was MSEdgeRedirect Installed / Updated + multiple: false + options: + - New Install + - Manual Update + - New Deployment (Chocolatey, Winget, Etc) + - Managed Update (Chocolatey, Winget, Etc) + validations: + required: true + +- type: dropdown + attributes: + label: Install Mode + description: Which Mode is selected during install? + multiple: false + options: + - Active Mode + - Service Mode + - Unsure + validations: + required: true + +- type: textarea + attributes: + label: ℹ Behavior + description: We highly suggest including screenshots and logs (%localappdata%\MSEdgeRedirect\logs). + placeholder: What isn't working? + validations: + required: false + +- type: input + attributes: + label: Microsoft Windows version + placeholder: | + "20H2 Build 19042" + description: | + Run Winver from Run (Win+R) or Start Menu + validations: + required: true + +- type: textarea + attributes: + label: Other Software + description: If you're reporting a bug about our interaction with other software, what software? What versions? + placeholder: | + vim 8.2 (inside WSL) + OpenSSH_for_Windows_8.1p1 + My Cool Application v0.3 (include a code snippet if it would help!) + validations: + required: false From 40967f8ae812c2e5aa6a1a41b872b1a8ec617683 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:03:48 -0400 Subject: [PATCH 20/30] Rename .github/help_request.yml to .github/ISSUE_TEMPLATE/help_request.yml --- .github/{ => ISSUE_TEMPLATE}/help_request.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => ISSUE_TEMPLATE}/help_request.yml (100%) diff --git a/.github/help_request.yml b/.github/ISSUE_TEMPLATE/help_request.yml similarity index 100% rename from .github/help_request.yml rename to .github/ISSUE_TEMPLATE/help_request.yml From c1dff2009a36aca073b90f0a681050c0edd3b0d5 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:07:22 -0400 Subject: [PATCH 21/30] Add a required label --- .github/ISSUE_TEMPLATE/help_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/help_request.yml b/.github/ISSUE_TEMPLATE/help_request.yml index a3a2f80..748aafb 100644 --- a/.github/ISSUE_TEMPLATE/help_request.yml +++ b/.github/ISSUE_TEMPLATE/help_request.yml @@ -1,6 +1,7 @@ name: "⁉ Help Request" description: It's just not working labels: +- troubleshooting body: - type: markdown attributes: From 854d496bfc7e8f09ea8dfb8dcdd6ee85d6b1a98d Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:50:19 +0800 Subject: [PATCH 22/30] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 50e6853..bf9d93a 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -12,7 +12,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: From a7d403e20c2ba83a62f0f32bff6c68b55f3b077a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:35:54 +0000 Subject: [PATCH 23/30] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- .github/workflows/chocolatey-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 9c6ab3c..930e66f 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache tools uses: actions/cache@v3 id: cache diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 9df75d3..28337cd 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'rcmaehl/MSEdgeRedirect' steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: oprypin/find-latest-tag@v1 with: repository: rcmaehl/MSEdgeRedirect # The repository to scan. From 01ec514f746fb313ea988a1e71c06ae752255925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:09:41 +0000 Subject: [PATCH 24/30] Bump crazy-max/ghaction-chocolatey from 2 to 3 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chocolatey-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 9df75d3..0659820 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,18 +37,18 @@ jobs: echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Choco Downgrade - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install chocolatey --version=1.2.1 --allow-downgrade -y -r --no-progress - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Choco Upgrade - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: upgrade chocolatey - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From a84fc0aa97b959fd8cb644763dbf466c5e6aaa14 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 15 Nov 2023 21:56:09 -0500 Subject: [PATCH 25/30] Fix Builds --- MSEdgeRedirect.au3 | 1 - 1 file changed, 1 deletion(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index e26d1a7..1d2d880 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -47,7 +47,6 @@ Opt("TrayAutoPause", 0) Opt("GUICloseOnESC", 0) #include "MSEdgeRedirect_Wrapper.au3" -#include "MSEdgeRedirect_Troubleshooter.au3" SetupAppdata() ProcessCMDLine() From 51fae68ec3482709d8b92582a2aeb29931f6fb4b Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 15 Nov 2023 23:25:47 -0500 Subject: [PATCH 26/30] Update MSEdgeRedirect.au3 --- MSEdgeRedirect.au3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index db0517b..87de363 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -540,8 +540,12 @@ Func _DecodeAndRun($sEdge = $aEdges[1], $sCMDLine = "") Local $aCMDLine Select - Case StringLeft($sCMDLine, 2) = "--" And _GetSettingValue("RunUnsafe") - _SafeRun($sEdge, $sCMDLine) + Case StringLeft($sCMDLine, 2) = "--" + If _GetSettingValue("RunUnsafe") Then + _SafeRun($sEdge, $sCMDLine) + Else + FileWrite($hLogs[$AppSecurity], _NowCalc() & " - " & "Blocked Unsafe Flag: " & $sCMDLine & @CRLF) + EndIf Case StringInStr($sCMDLine, "--default-search-provider=?") FileWrite($hLogs[$URIFailures], _NowCalc() & " - Skipped Settings URL: " & $sCMDLine & @CRLF) Case StringInStr($sCMDLine, "profiles_settings") From bb1610ef1f2693e81aa87eb42de480750dc8db79 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 15 Nov 2023 23:34:23 -0500 Subject: [PATCH 27/30] Bump Version --- MSEdgeRedirect.au3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index 9e1910a..dd114a6 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -7,9 +7,9 @@ #AutoIt3Wrapper_Res_Comment=https://www.msedgeredirect.com #AutoIt3Wrapper_Res_CompanyName=Robert Maehl Software #AutoIt3Wrapper_Res_Description=MSEdgeRedirect -#AutoIt3Wrapper_Res_Fileversion=0.7.5.0 +#AutoIt3Wrapper_Res_Fileversion=0.7.5.1 #AutoIt3Wrapper_Res_ProductName=MSEdgeRedirect App & Service -#AutoIt3Wrapper_Res_ProductVersion=0.7.5.0 +#AutoIt3Wrapper_Res_ProductVersion=0.7.5.1 #AutoIt3Wrapper_Res_LegalCopyright=Robert Maehl, using LGPL 3 License #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker From 3a8fadf44241f8e8a9305ad5b1ebaf092a5f7729 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 16 Nov 2023 14:09:14 -0500 Subject: [PATCH 28/30] Fix overly aggressive flag capture --- MSEdgeRedirect.au3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index dd114a6..5fa9998 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -546,12 +546,6 @@ Func _DecodeAndRun($sEdge = $aEdges[1], $sCMDLine = "") Local $aCMDLine Select - Case StringLeft($sCMDLine, 2) = "--" - If _GetSettingValue("RunUnsafe") Then - _SafeRun($sEdge, $sCMDLine) - Else - FileWrite($hLogs[$AppSecurity], _NowCalc() & " - " & "Blocked Unsafe Flag: " & $sCMDLine & @CRLF) - EndIf Case StringInStr($sCMDLine, "--default-search-provider=?") FileWrite($hLogs[$URIFailures], _NowCalc() & " - Skipped Settings URL: " & $sCMDLine & @CRLF) Case StringInStr($sCMDLine, "profiles_settings") @@ -624,6 +618,12 @@ Func _DecodeAndRun($sEdge = $aEdges[1], $sCMDLine = "") FileWrite($hLogs[$URIFailures], _NowCalc() & " - Invalid URL: " & $sCMDLine & @CRLF) EndIf EndIf + Case StringLeft($sCMDLine, 2) = "--" + If _GetSettingValue("RunUnsafe") Then + _SafeRun($sEdge, $sCMDLine) + Else + FileWrite($hLogs[$AppSecurity], _NowCalc() & " - " & "Blocked Unsafe Flag: " & $sCMDLine & @CRLF) + EndIf Case Else $sCMDLine = StringRegExpReplace($sCMDLine, "(?i)(.*) microsoft-edge:[\/]*", "") ; Legacy Installs $sCMDLine = StringReplace($sCMDLine, "?url=", "") From ad551d8e4b36be6cbb37d9ab7334a600b4506687 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 16 Nov 2023 14:16:09 -0500 Subject: [PATCH 29/30] Delete Assets/Task Scheduler Tasks directory --- Assets/Task Scheduler Tasks/Update Edge Beta.xml | Bin 3264 -> 0 bytes .../Task Scheduler Tasks/Update Edge Canary.xml | Bin 3230 -> 0 bytes Assets/Task Scheduler Tasks/Update Edge Dev.xml | Bin 3260 -> 0 bytes Assets/Task Scheduler Tasks/Update Edge.xml | Bin 3244 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Assets/Task Scheduler Tasks/Update Edge Beta.xml delete mode 100644 Assets/Task Scheduler Tasks/Update Edge Canary.xml delete mode 100644 Assets/Task Scheduler Tasks/Update Edge Dev.xml delete mode 100644 Assets/Task Scheduler Tasks/Update Edge.xml diff --git a/Assets/Task Scheduler Tasks/Update Edge Beta.xml b/Assets/Task Scheduler Tasks/Update Edge Beta.xml deleted file mode 100644 index 2f669fac8533fa998c8c5ce3800e79cfd2cf24a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3264 zcmbW4Yfl(_MUgnnK}OZTe4mIV*~43#_p|Sk&UfqBOBUR+psOmTAp_X$k~S=R<^hH#!9TV@N&DWqJ2liHJYu zca3J&p&6k2;1IQ0e?XeE0*LeWfv-H@IcGcJJ(;4~nBvTUuVfcQ>EdCGJVIl_x3aJB zyXMR1Bweq6=yW=)D^7vjm4AW1dHYD_TRb~_ec}NGPcz6o>1Avm z4e_Hmv9CCS*4Af9yB`s=>kz1#(hQ!GU)OOQYKD5A?IU)fWxuG-4!Fx;jNqu_aHeH3 zUT>MR=i?}|5JM7e$~~k^O(=T+;{RjhfKXDye-~W*p5LkLZY63B%^aA>dn5>?z=2r>LbkY5Z~je zN1Yp07d_%{g|7brj(w!cLA%p)n94|e4R{`3=Oe_SxFc#yQNQu!8Cw=VS^Y1w45RKj zCYARI8Aa4y&E=_6R{f@|!(Lm@B8)QQwBgS3At%^9-c^lpPp3Iu&nArHJ3yTEsTMK$ z9sCor(>Z#(M%34M2r;OC)nltG-&cRUb3z>3=`2g1Z>#i@(c^PKeWM;y6(@bCIo4Ue zOf%_MogU*`omUBt)tg}_3Bw_=bcfGpx1L3aCw<~4`ynk0El;SrHctm6X+A<(Xg6OO zF(YX&t29HO4fwbPNe#ZdRod4gjnKytGn?*o%?o~Bsqr4LcIw_e)^%=b9yyubmg`uA zQT#oiE|Nc;#Gjq7`SsXNHM6`{R41B4JmN8v&jB0^S?Q3^s3#KhvWnB7OJe%}G| zHAqz30TWo$8bnj|`RT9;x<^<2s>^LAvL=WI$g>WEKiSis;_POz_TZ!o`(j-9b;srK zlwp$9lzc~&4AL=jKa0iw!_`ZyM|KIuYcxksC^j6=i=xb9X<(;w&fgunmEw6%>)JKX zgmz7nmu}Jl=#J6UnWcSr2d_n@)%R|KOwZcQ1(RZvy}aY`xAbgoRs}qdD4B&U=J!>r RVYT=@*LsZ%^#4WK{sW+p41@px diff --git a/Assets/Task Scheduler Tasks/Update Edge Canary.xml b/Assets/Task Scheduler Tasks/Update Edge Canary.xml deleted file mode 100644 index 3695da64d93dfafa113a1890826eacd0e338b463..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3230 zcmbW4YfoB15QgV-ll}){(vJdO+FC;~R&6!W)(FHlAu$#ZiQEFH_0P9`-dT>EJ$ONL zayaYG?VZ_ocGrJ@OSWZytY=-z*^RYqWMk{t!20&tmTblHR^*#Q(zgclO{9HmyR>Fi z`)bQ*eL!c+%J$aYSc%zlyj(r%an(JBsC_gQ>Cz@VL))|h&zM-3#O%4JJl_s8BjS&F zFVM_8njX5hj;P7}Ez*Lmg1BhwjEam4Zad*SnW9>n;>>}sWG6&v<6(?^gvNxivOnOx zU=(taZqVO#ofh+ovr6vDf0f^&y(jY(o=ryU{H{@#ynW)k!R&@>mq0S}p?b}HZ`(ET zFNr$Bf5m?BR&CFYz*(?Z8e7)L;{cmFx)m&%++!^Q@;tXc-X*p41xg?_5B?g9XmT!f928jEMDp(&T$vtV_(rO zk#0e(=p%j)==>kx_`=`HL95eoOl2g21EG$u^AY1v+yUHD)NhPJ#U6{VT`FP!%Pixl z+g?fKz3*8!=>p}comM-6vW|OgF^f3Ltfr^FpZD3tZtyNPo?GbYY)u!liQ|M0P|doq zMV0&x{t4M>FTGkI>T5j27}USw=F`j%>`zush!Z>QW!e4hDZO;`WFJu9BrHz*&em9a z`D2=Czv}b^-_v=OsIhu8?j&K@C6>*XoU*ykzrxB^L)dIhVjuZJ{ZAA8)}bgt{p5bi8hzCGp+{o7$)`=;(B`_t2M z5sNrVI0w{4@~55nqx+hlPwd2*$GIY&=q?fvkGcKqP=h`*E%KQ>duEn6^FtQ1^GNIu z9Ux!56x(*Vh1KnpXkuTuA=W{6=j<0R*SM9{LDWN@cMM@?&w5I-o5k9uCT*&(iVMHa zxB{MX+-7xC9ug&obc{UQ#}fbX>>1VrI|JhdnuB{3OJ3)PqReAC#ZLQNI6HJIC3il} zYt`O)Z#LkacHSXRxCfpisi$s&75hnj>a3DDvukCnzJi}@APY|MkOnwqbI JPyaoX?LVGf2I~L- diff --git a/Assets/Task Scheduler Tasks/Update Edge Dev.xml b/Assets/Task Scheduler Tasks/Update Edge Dev.xml deleted file mode 100644 index 8a5e31177ae913438bea5ceb5dd99594b8dcc423..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3260 zcmbW4+fEu$6o%JzlfDD-s=W{pd!UA5tcOaXtq}-mLSm?lNaPeituNp9`}byK_8^F6 zf-~9c^snPy{`*_9UHfBw>siL`EV8jptZPFX*jL-IEz4S-cLvJ9E;(;Q9azUv>sGTP z+l1>AJiAu5xAw+LoVL(%vs7cjY4lbHaLUrPO?gJPV>zA)wyv?+cbc-iyPS-%KjC); zXV#(V!+Y-#wK>0snzI6k^Y($SJl{DdJLNr{q1u??%z&?C=UC~WVFG;&$CPh*U*UJf zm-k7$p8vq{M4Zb`0pI0+fxmhCi04~8JA8fM?>2GC+85qMPK%Da1d_Q9#cQs6&u+1Q zjny&wtM-du%?|ApoH+}rp=2FDD#$e9ts>FJr^xxHe2w|OM03;XM7TZkAoIwV0Z~Nu zWhK@W>(|-(F;ecwSnN3as-<-NPVlbdA{=std_LBPSF+~j`L3f;9anMQRb3@*Qah@s z;w&3Uj--#?{y7yhz*l820%6&GtNW%i{CD6{{8SGk z^^xX8lIAg=g1P7DBZo|#CcG`)m&i^)FodFxf54+NDC*3fAIiB5?>qvxF z{5_y9l0Hr1&ra9kc`T=zSzaru6Kx?L@r1o+pBM}{iSTFo?44QS&i7u-?;};e?*QrQ zC#r3q{i|sWtf~6^ZrB9fgR6ekd$&KPH|^%ap4cRlBOZT8&v$0!|9Lz~A0)AuRh@>l N;xn%E_zsboKXv=;wH>`yzOH1$u$$~v^ zM_OVGX|yFfa!-`)9ir6$MVcP$%<|;mZh9uC&nca2({rw&QI%G4?@l~}mdP1qQqjGP zInq7``^RKTA75Kuvt44OwW@AB!G8-L#ZP$<&N3^J)+&x!pQdN?I6WPg5_#9cy6Q*$ zAx#UI55e4Z`n4ldg$Zwi?>Vv~5DcKG((m!;2#PAQ>)c)U;-xxbA9v6_nrKwFIC1Mk zek;`aPjGyLDj#$@9miCL5^^BK@pU?49I`tgw`BD@s}QlL?5i&&+5a-h*y@%?Qhx8_ z(U9D$x}WN;syBHZ*V07sGS2iX!osH>YGO?Xd0g73dY*8eCfPaj4 z>Yi5%SbdF#7=!9pH8wxpC&Y=IdRex=&Erd3Px^rBMm3}?PV3IbSiSry&a_@t zdV+7hUnOF!+Kekn7SDQ>-cb!c15P-MweO@^YOytPY|c^t@vTojt25@os8siDz9KICy5kCH$}zuc zHonG64(bScn7|VK@$MPY13Lrb1)PHi6iXiG$E?g^IYmx=F5Dfum69n>`#QA{37wiI zFWsa)(Cxvgo~3hmM_h}{sPBDl%ud+#hxxG1310JryLmbz>)fBmk;X2G+0)c+oFn0+ KwV(W#DBFM8cL_`Y From 65292d2967236ba45caffd0306f1fd984e59771c Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 16 Nov 2023 14:23:44 -0500 Subject: [PATCH 30/30] Update Cleanup Tool.ps1 --- Assets/Cleanup Tool.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Cleanup Tool.ps1 b/Assets/Cleanup Tool.ps1 index 8f08a13..22d3c5d 100644 --- a/Assets/Cleanup Tool.ps1 +++ b/Assets/Cleanup Tool.ps1 @@ -5,7 +5,9 @@ ## Active Mode Install Remove-Item -Path "C:\Program Files\MSEdgeRedirect\*" -Force -ErrorAction "Ignore" Remove-Item -Path "C:\Program Files\MSEdgeRedirect" -Force -ErrorAction "Ignore" +Remove-Item -Path "C:\Program Files\Microsoft\Edge\Application\msedge_ifeo.exe" -Force -ErrorAction "Ignore" Remove-Item -Path "C:\Program Files\Microsoft\Edge\Application\msedge_no_ifeo.exe" -Force -ErrorAction "Ignore" +Remove-Item -Path "C:\Program Files (x86)\Microsoft\Edge\Application\msedge_ifeo.exe" -Force -ErrorAction "Ignore" Remove-Item -Path "C:\Program Files (x86)\Microsoft\Edge\Application\msedge_no_ifeo.exe" -Force -ErrorAction "Ignore" ## Service Mode Install