Skip to content

Commit

Permalink
Merge pull request #50 from Wh0ami010/main
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ittdocs authored May 27, 2024
2 parents 75bf5f5 + 8014052 commit 147a867
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
17 changes: 17 additions & 0 deletions Assets/Database/Applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
3 changes: 1 addition & 2 deletions Assets/Database/Tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Core/Invoke-ApplyTweaks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Write-Host "
https://t.me/emadadel4
" -ForegroundColor White
}

function CustomMsg
{
param (
Expand Down
30 changes: 27 additions & 3 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -4027,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": [
{
Expand Down Expand Up @@ -5337,6 +5353,14 @@ Height="600" MinHeight="600" Topmost="False" Width="799" MinWidth="799" ShowIn
<TabItem.Content>
<ListView Name="appslist" Margin="0" ScrollViewer.VerticalScrollBarVisibility="Auto" BorderBrush="{x:Null}" Background="{x:Null}">
<StackPanel Orientation="Vertical" Width="auto" Margin="8">
<StackPanel Orientation="Horizontal">
<CheckBox Content="MSEdgeRedirect" Tag="Utilities" IsChecked="false" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8" FontFamily="airal" FontSize="12" Content="Utilities"/>
</StackPanel>
<TextBlock Width="500" Background="Transparent" Margin="15,5,0,10" VerticalAlignment="Center" TextWrapping="Wrap" Text="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"/>
</StackPanel>
<StackPanel Orientation="Vertical" Width="auto" Margin="8">
<StackPanel Orientation="Horizontal">
<CheckBox Content="Visual Studio 2017 Build " Tag="Development" IsChecked="false" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center"/>
Expand Down Expand Up @@ -8049,7 +8073,7 @@ Write-Host "
https://t.me/emadadel4
" -ForegroundColor White
}

function CustomMsg
{
param (
Expand Down

0 comments on commit 147a867

Please sign in to comment.