Added option to remove cortana (#226)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
This commit is contained in:
Padsala Tushal
2022-10-09 03:24:20 +05:30
committed by GitHub
parent 0d9dc4ee00
commit 3ea9257e1b
2 changed files with 8 additions and 0 deletions

View File

@@ -192,6 +192,7 @@
<CheckBox Name="MiscTweaksDisableNotifications" Content="Disable Notification" Margin="5,0"/>
<CheckBox Name="MiscTweaksDisableTPMCheck" Content="Disable TPM on Update" Margin="5,0"/>
<CheckBox Name="EssTweaksDeBloat" Content="Remove ALL MS Store Apps" Margin="5,0"/>
<CheckBox Name="EssTweaksRemoveCortana" Content="Remove Cortana" Margin="5,0"/>
<CheckBox Name="EssTweaksRemoveEdge" Content="Remove Microsoft Edge" Margin="5,0"/>
<CheckBox Name="MiscTweaksRightClickMenu" Content="Set Classic Right-Click Menu " Margin="5,0"/>
<Button Name="tweaksbutton" Background="AliceBlue" Content="Run Tweaks" Margin="20,10,20,0"/>