Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Dec 5, 2024
1 parent 8504312 commit 8f4ff72
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4023,21 +4023,6 @@ $itt.database.Tweaks = @'
"Services": [],
"Registry": []
},
{
"Name": "Restore All Windows Services to Default",
"Description": "Restore All Windows Services to Default\" resets all Windows services to their original default settings as they were when the system was first installed. This helps resolve issues caused by unintended changes or misconfigured services",
"Category": "Fixer",
"Check": "false",
"Refresh": "false",
"Script": [
"irm https://raw.githubusercontent.com/emadadel4/WindowsTweaks/refs/heads/main/restore.bat | iex"
],
"UndoScript": [],
"ScheduledTask": [],
"AppxPackage": [],
"Services": [],
"Registry": []
},
{
"Name": "System File Checker",
"Description": "sfc /scannow Use the System File Checker tool to repair missing or corrupted system files",
Expand Down Expand Up @@ -12378,12 +12363,6 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,0,0" FontSize="13" Content="Storage"/>
</StackPanel>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Clean temporary files that are not necessary."/>
</StackPanel> <StackPanel Orientation="Vertical" Width="auto" Margin="10">
<StackPanel Orientation="Horizontal">
<CheckBox Content="Restore All Windows Services to Default" Tag="Fixer" IsChecked="false" FontWeight="SemiBold" FontSize="15" Foreground="{DynamicResource TextColorSecondaryColor}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,0,0" FontSize="13" Content="Fixer"/>
</StackPanel>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Restore All Windows Services to Default resets all Windows services to their original default settings as they were when the system was first installed. This helps resolve issues caused by unintended changes or misconfigured services."/>
</StackPanel> <StackPanel Orientation="Vertical" Width="auto" Margin="10">
<StackPanel Orientation="Horizontal">
<CheckBox Content="System File Checker" Tag="Fixer" IsChecked="false" FontWeight="SemiBold" FontSize="15" Foreground="{DynamicResource TextColorSecondaryColor}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
Expand Down

0 comments on commit 8f4ff72

Please sign in to comment.