Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Jun 22, 2024
1 parent f51af78 commit 604a9ca
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4114,6 +4114,40 @@ $sync.database.Applications = '[
],
"category": "Runtimes",
"check": "false"
},
{
"name": "TreeSize",
"description": "Every hard disk is too small if you just wait long enough TreeSize Free tells you where precious disk space has gone",
"winget": "JAMSoftware.TreeSize.Free",
"choco": "treesizefree",
"scoop": "none",
"default": [
{
"IsExcute": "false",
"url": "none",
"exeArgs": "/verysilent /tasks=addcontextmenufiles,addcontextmenufolders,addtopath",
"output": "none"
}
],
"category": "Utilities",
"check": "false"
},
{
"name": "Dot Net 3.5",
"description": "NET is a free crossplatform opensource developer platform for building many different types of applications",
"winget": "Microsoft.DotNet.DesktopRuntime.3_1",
"choco": "dotnet3.5",
"scoop": "none",
"default": [
{
"IsExcute": "false",
"url": "none",
"exeArgs": "/verysilent /tasks=addcontextmenufiles,addcontextmenufolders,addtopath",
"output": "none"
}
],
"category": "Runtimes",
"check": "false"
}
]
' | ConvertFrom-Json
Expand Down Expand Up @@ -7854,6 +7888,22 @@ Height="622" Width="799" MinHeight="622" MinWidth="799" Topmost="False" ShowIn
<TextBlock Width="500" Background="Transparent" Margin="15,5,0,10" VerticalAlignment="Center" TextWrapping="Wrap" Text="Silverlight is a powerful development tool for creating engaging interactive user experiences for Web and mobile applications"/>
</StackPanel>

<StackPanel Orientation="Vertical" Width="auto" Margin="8">
<StackPanel Orientation="Horizontal">
<CheckBox Content="TreeSize" 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="Every hard disk is too small if you just wait long enough TreeSize Free tells you where precious disk space has gone"/>
</StackPanel>

<StackPanel Orientation="Vertical" Width="auto" Margin="8">
<StackPanel Orientation="Horizontal">
<CheckBox Content="Dot Net 3.5" Tag="Runtimes" IsChecked="false" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8" FontFamily="airal" FontSize="12" Content="Runtimes"/>
</StackPanel>
<TextBlock Width="500" Background="Transparent" Margin="15,5,0,10" VerticalAlignment="Center" TextWrapping="Wrap" Text="NET is a free crossplatform opensource developer platform for building many different types of applications"/>
</StackPanel>

</ListView>
</TabItem.Content>
</TabItem>
Expand Down

0 comments on commit 604a9ca

Please sign in to comment.