mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-05 15:30:09 +00:00
Added Glary Utilities for install (#214)
This commit is contained in:
@@ -119,6 +119,7 @@
|
|||||||
<CheckBox Name="Installetcher" Content="Etcher USB Creator" Margin="5,0"/>
|
<CheckBox Name="Installetcher" Content="Etcher USB Creator" Margin="5,0"/>
|
||||||
<CheckBox Name="Installesearch" Content="Everything Search" Margin="5,0"/>
|
<CheckBox Name="Installesearch" Content="Everything Search" Margin="5,0"/>
|
||||||
<CheckBox Name="Installgpuz" Content="GPU-Z" Margin="5,0"/>
|
<CheckBox Name="Installgpuz" Content="GPU-Z" Margin="5,0"/>
|
||||||
|
<CheckBox Name="Installglaryutilities" Content="Glary Utilities" Margin="5,0"/>
|
||||||
<CheckBox Name="Installhwinfo" Content="HWInfo" Margin="5,0"/>
|
<CheckBox Name="Installhwinfo" Content="HWInfo" Margin="5,0"/>
|
||||||
<CheckBox Name="Installkeepass" Content="KeePassXC" Margin="5,0"/>
|
<CheckBox Name="Installkeepass" Content="KeePassXC" Margin="5,0"/>
|
||||||
<CheckBox Name="Installmalwarebytes" Content="MalwareBytes" Margin="5,0"/>
|
<CheckBox Name="Installmalwarebytes" Content="MalwareBytes" Margin="5,0"/>
|
||||||
|
|||||||
@@ -81,6 +81,9 @@
|
|||||||
"Installgpuz": {
|
"Installgpuz": {
|
||||||
"winget": "TechPowerUp.GPU-Z"
|
"winget": "TechPowerUp.GPU-Z"
|
||||||
},
|
},
|
||||||
|
"Installglaryutilities": {
|
||||||
|
"winget": "Glarysoft.GlaryUtilities"
|
||||||
|
},
|
||||||
"Installgreenshot": {
|
"Installgreenshot": {
|
||||||
"winget": "Greenshot.Greenshot"
|
"winget": "Greenshot.Greenshot"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -318,6 +318,10 @@ $WPFinstall.Add_Click({
|
|||||||
$wingetinstall.Add("TechPowerUp.GPU-Z")
|
$wingetinstall.Add("TechPowerUp.GPU-Z")
|
||||||
$WPFInstallgpuz.IsChecked = $false
|
$WPFInstallgpuz.IsChecked = $false
|
||||||
}
|
}
|
||||||
|
If ( $WPFInstallglaryutilities.IsChecked -eq $true ) {
|
||||||
|
$wingetinstall.Add("Glarysoft.GlaryUtilities")
|
||||||
|
$WPFInstallglaryutilities.IsChecked = $false
|
||||||
|
}
|
||||||
If ( $WPFInstallgreenshot.IsChecked -eq $true ) {
|
If ( $WPFInstallgreenshot.IsChecked -eq $true ) {
|
||||||
$wingetinstall.Add("Greenshot.Greenshot")
|
$wingetinstall.Add("Greenshot.Greenshot")
|
||||||
$WPFInstallgreenshot.IsChecked = $false
|
$WPFInstallgreenshot.IsChecked = $false
|
||||||
|
|||||||
Reference in New Issue
Block a user