Noktomezo

Intel Integrated GPU Tweaks

Feb 1st, 2025 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Winbatch 2.50 KB | Source Code | 0 0
  1. :: ─────────────────────────────────────────────────────────────────────────────
  2. :: 🔵 INTEL INTEGRATED GPU TWEAKS
  3. :: ─────────────────────────────────────────────────────────────────────────────
  4. :: 📖 Various tweaks (actually 1 😭) for the Intel iGPU
  5. :: ─────────────────────────────────────────────────────────────────────────────
  6. :: ⚠️ Only for owners of Intel processor with integrated GPU
  7. :: ─────────────────────────────────────────────────────────────────────────────
  8. :: ©️ Copy & Paste it to your own .cmd/.bat file
  9. :: ─────────────────────────────────────────────────────────────────────────────
  10.  
  11.  
  12.  
  13. :: 📜 SCRIPT
  14. :: ─────────────────────────────────────────────────────────────────────────────
  15.  
  16. reg add "HKLM\SOFTWARE\Intel\GMM" /v "DedicatedSegmentSize" /t REG_DWORD /d "1024" /f
  17.  
  18. :: ─────────────────────────────────────────────────────────────────────────────
  19.  
  20.  
  21.  
  22. :: 🔁 RESTORE DEFAULT VALUES
  23. :: ─────────────────────────────────────────────────────────────────────────────
  24.  
  25. reg delete "HKLM\SOFTWARE\Intel\GMM" /v "DedicatedSegmentSize" /f
  26.  
  27. :: ─────────────────────────────────────────────────────────────────────────────
Advertisement
Add Comment
Please, Sign In to add comment