1️⃣ Disable Heavy Startup & Background Apps
Copy code
Powershell
taskmgr
Startup tab → Disable non-essential apps
Also:
Copy code
Powershell
Settings → Apps → Installed apps → (App) → Background app permissions → Never
2️⃣ Ultimate Performance Power Plan
Copy code
Powershell
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Then:
Copy code
Powershell
Settings → Power & battery → Power mode → Ultimate Performance
3️⃣ Reduce Visual Effects (Huge FPS boost)
Copy code
Powershell
SystemPropertiesPerformance
Choose Adjust for best performance
(Keep Smooth fonts ON if you like)
4️⃣ Disable Core Isolation (If supported)
Copy code
Powershell
Windows Security → Device Security → Core...
27.01.2026 / 14:56
Copy code
Powershell
taskmgr
Startup tab → Disable non-essential apps
Also:
Copy code
Powershell
Settings → Apps → Installed apps → (App) → Background app permissions → Never
2️⃣ Ultimate Performance Power Plan
Copy code
Powershell
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Then:
Copy code
Powershell
Settings → Power & battery → Power mode → Ultimate Performance
3️⃣ Reduce Visual Effects (Huge FPS boost)
Copy code
Powershell
SystemPropertiesPerformance
Choose Adjust for best performance
(Keep Smooth fonts ON if you like)
4️⃣ Disable Core Isolation (If supported)
Copy code
Powershell
Windows Security → Device Security → Core...