From 6d68391f950ff2a2c43b22489fa0e62de632dd0e Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:09:34 +0200 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index 83de139c..f0369747 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -4023,6 +4023,21 @@ $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", @@ -4177,6 +4192,21 @@ $itt.database.Tweaks = @' "Services": [], "Registry": [] }, + { + "Name": "Fix Stutter in games", + "Description": "Fix Stutter in Games (Disable GameBarPresenceWriter). Windows 10/11", + "Category": "Performance", + "Check": "false", + "Refresh": "false", + "Script": [ + "irm https://raw.githubusercontent.com/emadadel4/Fix-Stutter-in-Games/main/fix.ps1 | iex " + ], + "UndoScript": [], + "ScheduledTask": [], + "AppxPackage": [], + "Services": [], + "Registry": [] + }, { "Name": "Enable the Ultimate Performance Power Plan", "Description": "Enable the Ultimate Performance Power Plan", @@ -5665,9 +5695,9 @@ $itt.database.Tweaks = @' "Registry": [] }, { - "Name": "Fix arabic encoding", + "Name": "Fix Arabic encoding", "Description": "Fix issues related to strange symbols appearing in Arabic text", - "Category": "", + "Category": "Fixer", "Check": "false", "Refresh": "false", "Script": [ @@ -12348,6 +12378,12 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico