From 092052f4cb64f870a362d9d65f7bef6e3533ebf9 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 13:12:23 +0200 Subject: [PATCH 1/6] Update Applications.json --- Assets/Database/Applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Assets/Database/Applications.json b/Assets/Database/Applications.json index d4c7f887..c08f0e27 100644 --- a/Assets/Database/Applications.json +++ b/Assets/Database/Applications.json @@ -3818,5 +3818,22 @@ ], "category": "Development", "check": "false" + }, + { + "name": "MSEdgeRedirect", + "description": "This tool filters and passes the command line arguments of Microsoft Edge processes into your default browser instead of hooking into the microsoftedge handler this should provide resiliency against future changes Additionally an Image File Execution Options mode is available to operate similarly to the Old EdgeDeflector Additional modes are planned for future versions", + "winget": "none", + "choco": "msedgeredirect", + "scoop": "none", + "default": [ + { + "IsExcute": "false", + "url": "none", + "exeArgs": "/verysilent /tasks=addcontextmenufiles,addcontextmenufolders,addtopath", + "output": "none" + } + ], + "category": "Utilities", + "check": "false" } ] From 43c0f17bc2125a912c446546ffa337db433af794 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 13:12:26 +0200 Subject: [PATCH 2/6] Update itt.ps1 --- itt.ps1 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/itt.ps1 b/itt.ps1 index bce57377..2c6ffbfc 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -3887,6 +3887,23 @@ $sync.database.Applications = '[ ], "category": "Development", "check": "false" + }, + { + "name": "MSEdgeRedirect", + "description": "This tool filters and passes the command line arguments of Microsoft Edge processes into your default browser instead of hooking into the microsoftedge handler this should provide resiliency against future changes Additionally an Image File Execution Options mode is available to operate similarly to the Old EdgeDeflector Additional modes are planned for future versions", + "winget": "none", + "choco": "msedgeredirect", + "scoop": "none", + "default": [ + { + "IsExcute": "false", + "url": "none", + "exeArgs": "/verysilent /tasks=addcontextmenufiles,addcontextmenufolders,addtopath", + "output": "none" + } + ], + "category": "Utilities", + "check": "false" } ] ' | ConvertFrom-Json @@ -5337,6 +5354,14 @@ Height="600" MinHeight="600" Topmost="False" Width="799" MinWidth="799" ShowIn + + + + + + + From 099eb4ebe088f1c719c8c78ee3b342235e077e57 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 14:17:43 +0200 Subject: [PATCH 3/6] Update itt.ps1 --- itt.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index 2c6ffbfc..f10a2ff0 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -4044,9 +4044,8 @@ $sync.database.Tweaks = '[ { "name": "System File Checker", "description": "sfc /scannow Use the System File Checker tool to repair missing or corrupted system files", - "command": "sfc /scannow;", "check": "false", - "type": "script", + "type": "command", "refresh": "false", "Commands": [ { From 781d3825addb541f1da2d141590dc83ddf441cb6 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 14:17:46 +0200 Subject: [PATCH 4/6] Update Tweaks.json --- Assets/Database/Tweaks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Database/Tweaks.json b/Assets/Database/Tweaks.json index 957524d6..56f9b17a 100644 --- a/Assets/Database/Tweaks.json +++ b/Assets/Database/Tweaks.json @@ -2,9 +2,8 @@ { "name": "System File Checker", "description": "sfc /scannow Use the System File Checker tool to repair missing or corrupted system files", - "command": "sfc /scannow;", "check": "false", - "type": "script", + "type": "command", "refresh": "false", "Commands": [ { From d473ebcbcb4918312380a0e51c3f89912aa49876 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 14:30:24 +0200 Subject: [PATCH 5/6] Update itt.ps1 --- itt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itt.ps1 b/itt.ps1 index f10a2ff0..367be569 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -8073,7 +8073,7 @@ Write-Host " https://t.me/emadadel4 " -ForegroundColor White } - + function CustomMsg { param ( From 8014052eff51b2ee8296d75b7991baad57eac844 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Mon, 27 May 2024 14:30:27 +0200 Subject: [PATCH 6/6] Update Invoke-ApplyTweaks.ps1 --- Scripts/Core/Invoke-ApplyTweaks.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Core/Invoke-ApplyTweaks.ps1 b/Scripts/Core/Invoke-ApplyTweaks.ps1 index cf649bae..9677bf65 100644 --- a/Scripts/Core/Invoke-ApplyTweaks.ps1 +++ b/Scripts/Core/Invoke-ApplyTweaks.ps1 @@ -279,7 +279,7 @@ Write-Host " https://t.me/emadadel4 " -ForegroundColor White } - + function CustomMsg { param (