From 8f4ff72216af19b2b494a23a6022029e7bdef323 Mon Sep 17 00:00:00 2001
From: Emad Adel <19177373+emadadel4@users.noreply.github.com>
Date: Thu, 5 Dec 2024 04:14:56 +0200
Subject: [PATCH] Update itt.ps1
---
itt.ps1 | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/itt.ps1 b/itt.ps1
index f0369747..d529df6a 100644
--- a/itt.ps1
+++ b/itt.ps1
@@ -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",
@@ -12378,12 +12363,6 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
-
-
-
-
-
-