mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Add Disk Cleanup panel
This commit is contained in:
parent
4d2364072e
commit
285d6723e9
@ -207,6 +207,7 @@
|
|||||||
<Button Name="Panelsound" FontSize="14" Background="AliceBlue" Content="Sound Settings" Margin="20,0,20,5" Padding="10"/>
|
<Button Name="Panelsound" FontSize="14" Background="AliceBlue" Content="Sound Settings" Margin="20,0,20,5" Padding="10"/>
|
||||||
<Button Name="Panelsystem" FontSize="14" Background="AliceBlue" Content="System Properties" Margin="20,0,20,5" Padding="10"/>
|
<Button Name="Panelsystem" FontSize="14" Background="AliceBlue" Content="System Properties" Margin="20,0,20,5" Padding="10"/>
|
||||||
<Button Name="Paneluser" FontSize="14" Background="AliceBlue" Content="User Accounts" Margin="20,0,20,5" Padding="10"/>
|
<Button Name="Paneluser" FontSize="14" Background="AliceBlue" Content="User Accounts" Margin="20,0,20,5" Padding="10"/>
|
||||||
|
<Button Name="Paneldiskcleanup" FontSize="14" Background="AliceBlue" Content="Disk Cleanup" Margin="20,0,20,5" Padding="10"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
@ -1221,6 +1221,9 @@ $WPFPanelsystem.Add_Click({
|
|||||||
$WPFPaneluser.Add_Click({
|
$WPFPaneluser.Add_Click({
|
||||||
cmd /c "control userpasswords2"
|
cmd /c "control userpasswords2"
|
||||||
})
|
})
|
||||||
|
$WPFPaneldiskcleanup.Add_Click({
|
||||||
|
cmd /c cleanmgr
|
||||||
|
})
|
||||||
#===========================================================================
|
#===========================================================================
|
||||||
# Tab 4 - Updates Buttons
|
# Tab 4 - Updates Buttons
|
||||||
#===========================================================================
|
#===========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user