mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 15:00:09 +00:00
Fixed some errors (#164)
* Update README.md * QOL Terminal - Win Update Revamp * Fix Flickering * Fixed registry error * Fixed some errors Added missing xml code of DisableUAC into MainWindow.xaml Unchecked DisableUAC for Minimal Tweaks option Co-authored-by: Chris Titus <dfm.titus@gmail.com>
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
<CheckBox Name="MiscTweaksDisplay" Content="Set Display for Performance" Margin="5,0"/>
|
||||
<CheckBox Name="MiscTweaksUTC" Content="Set Time to UTC (Dual Boot)" Margin="5,0"/>
|
||||
<CheckBox Name="EssTweaksDeBloat" Content="Remove ALL MS Store Apps" Margin="5,0"/>
|
||||
<CheckBox Name="MiscTweaksDisableUAC" Content="Disable UAC" Margin="5,0"/>
|
||||
|
||||
<Button Name="tweaksbutton" Background="AliceBlue" Content="Run Tweaks" Margin="20,10,20,0"/>
|
||||
<Button Name="undoall" Background="AliceBlue" Content="Undo All Tweaks" Margin="20,5"/>
|
||||
|
||||
Reference in New Issue
Block a user