Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: ─────────────────────────────────────────────────────────────────────────────
- :: 🔵 INTEL INTEGRATED GPU TWEAKS
- :: ─────────────────────────────────────────────────────────────────────────────
- :: 📖 Various tweaks (actually 1 😭) for the Intel iGPU
- :: ─────────────────────────────────────────────────────────────────────────────
- :: ⚠️ Only for owners of Intel processor with integrated GPU
- :: ─────────────────────────────────────────────────────────────────────────────
- :: ©️ Copy & Paste it to your own .cmd/.bat file
- :: ─────────────────────────────────────────────────────────────────────────────
- :: 📜 SCRIPT
- :: ─────────────────────────────────────────────────────────────────────────────
- reg add "HKLM\SOFTWARE\Intel\GMM" /v "DedicatedSegmentSize" /t REG_DWORD /d "1024" /f
- :: ─────────────────────────────────────────────────────────────────────────────
- :: 🔁 RESTORE DEFAULT VALUES
- :: ─────────────────────────────────────────────────────────────────────────────
- reg delete "HKLM\SOFTWARE\Intel\GMM" /v "DedicatedSegmentSize" /f
- :: ─────────────────────────────────────────────────────────────────────────────
Advertisement
Add Comment
Please, Sign In to add comment