mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-17 18:27:42 -06:00
Preset Update
This commit is contained in:
parent
00ffad0e41
commit
be4fbacb21
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"desktop": [
|
"Standard": [
|
||||||
"WPFTweaksAH",
|
"WPFTweaksAH",
|
||||||
"WPFTweaksDVR",
|
"WPFTweaksDVR",
|
||||||
"WPFTweaksHiber",
|
"WPFTweaksHiber",
|
||||||
@ -9,21 +9,14 @@
|
|||||||
"WPFTweaksServices",
|
"WPFTweaksServices",
|
||||||
"WPFTweaksStorage",
|
"WPFTweaksStorage",
|
||||||
"WPFTweaksTele",
|
"WPFTweaksTele",
|
||||||
"WPFTweaksWifi"
|
|
||||||
],
|
|
||||||
"laptop": [
|
|
||||||
"WPFTweaksAH",
|
|
||||||
"WPFTweaksDVR",
|
|
||||||
"WPFTweaksHome",
|
|
||||||
"WPFTweaksLoc",
|
|
||||||
"WPFTweaksOO",
|
|
||||||
"WPFTweaksServices",
|
|
||||||
"WPFTweaksStorage",
|
|
||||||
"WPFTweaksTele",
|
|
||||||
"WPFTweaksWifi",
|
"WPFTweaksWifi",
|
||||||
"WPFMiscTweaksLapPower"
|
"WPFTweaksDiskCleanup",
|
||||||
|
"WPFTweaksDeleteTempFiles",
|
||||||
|
"WPFTweaksEndTaskOnTaskbar",
|
||||||
|
"WPFTweaksRestorePoint",
|
||||||
|
"WPFTweaksTeredo"
|
||||||
],
|
],
|
||||||
"minimal": [
|
"Minimal": [
|
||||||
"WPFTweaksHome",
|
"WPFTweaksHome",
|
||||||
"WPFTweaksOO",
|
"WPFTweaksOO",
|
||||||
"WPFTweaksServices",
|
"WPFTweaksServices",
|
||||||
|
@ -21,9 +21,8 @@ function Invoke-WPFButton {
|
|||||||
"WPFinstall" {Invoke-WPFInstall}
|
"WPFinstall" {Invoke-WPFInstall}
|
||||||
"WPFuninstall" {Invoke-WPFUnInstall}
|
"WPFuninstall" {Invoke-WPFUnInstall}
|
||||||
"WPFInstallUpgrade" {Invoke-WPFInstallUpgrade}
|
"WPFInstallUpgrade" {Invoke-WPFInstallUpgrade}
|
||||||
"WPFdesktop" {Invoke-WPFPresets "Desktop"}
|
"WPFstandard" {Invoke-WPFPresets "Standard"}
|
||||||
"WPFlaptop" {Invoke-WPFPresets "laptop"}
|
"WPFminimal" {Invoke-WPFPresets "Minimal"}
|
||||||
"WPFminimal" {Invoke-WPFPresets "minimal"}
|
|
||||||
"WPFclear" {Invoke-WPFPresets -preset $null -imported $true}
|
"WPFclear" {Invoke-WPFPresets -preset $null -imported $true}
|
||||||
"WPFclearWinget" {Invoke-WPFPresets -preset $null -imported $true -CheckBox "WPFInstall"}
|
"WPFclearWinget" {Invoke-WPFPresets -preset $null -imported $true -CheckBox "WPFInstall"}
|
||||||
"WPFtweaksbutton" {Invoke-WPFtweaksbutton}
|
"WPFtweaksbutton" {Invoke-WPFtweaksbutton}
|
||||||
|
@ -696,8 +696,7 @@
|
|||||||
{{InstallPanel_tweaks}}
|
{{InstallPanel_tweaks}}
|
||||||
<StackPanel Background="{MainBackgroundColor}" Orientation="Horizontal" HorizontalAlignment="Left" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="10">
|
<StackPanel Background="{MainBackgroundColor}" Orientation="Horizontal" HorizontalAlignment="Left" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="10">
|
||||||
<Label Content="Recommended Selections:" FontSize="14" VerticalAlignment="Center"/>
|
<Label Content="Recommended Selections:" FontSize="14" VerticalAlignment="Center"/>
|
||||||
<Button Name="WPFdesktop" Content=" Desktop " Margin="1"/>
|
<Button Name="WPFstandard" Content=" Standard " Margin="1"/>
|
||||||
<Button Name="WPFlaptop" Content=" Laptop " Margin="1"/>
|
|
||||||
<Button Name="WPFminimal" Content=" Minimal " Margin="1"/>
|
<Button Name="WPFminimal" Content=" Minimal " Margin="1"/>
|
||||||
<Button Name="WPFclear" Content=" Clear " Margin="1"/>
|
<Button Name="WPFclear" Content=" Clear " Margin="1"/>
|
||||||
<Button Name="WPFGetInstalledTweaks" Content=" Get Installed " Margin="1"/>
|
<Button Name="WPFGetInstalledTweaks" Content=" Get Installed " Margin="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user