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
+
+
+
+
+
+
@@ -12366,6 +12402,12 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
+
+
+
+
+
+
@@ -12572,8 +12614,8 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
-
-
+
+
@@ -13009,11 +13051,6 @@ function Show-Event {
- $itt.event.FindName('shell').add_MouseLeftButtonDown({
- Start-Process('https://github.com/emadadel4/shelltube')
- })
-
-
$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
})
@@ -13029,6 +13066,11 @@ function Show-Event {
})
+ $itt.event.FindName('shell').add_MouseLeftButtonDown({
+ Start-Process('https://github.com/emadadel4/shelltube')
+ })
+
+
$CloseBtn.add_MouseLeftButtonDown({
$itt.event.Close()