Windows 7 - Optimize Gaming/Poweruser/Runtime Profile, optional ability for absolute minimal resources. (UEFI possible)

MT_ got 2 more H310C(R2.0) boards coming so im gonna have all w7/8.1 capabubble systems and will starton your files in the next 4 weeks.
 
Last edited:
  • Like
Reactions: MT_
Decided to do a proper pass on this build (Bit more compatibility, separated all reg files like on LTSC, and lots of tweaks and post-setup fixes/additions.

Consider 'new' profile as 1.0.

Not sure if i'll update it further, but If I do i'll start versioning things properly.

I still have one bug that makes discord say its not installed properly (it runs fine though) so maybe some missing dependency (suspecting something to do with web/java?) or maybe its just Qwave being disabled? Not sure. Or even QoS driver. In that case its not even a problem in the slightest.
 
The MT-W7-Predefined Powerplan.reg file is quite large and complicated. Can you elaborate a bit what it does and is there any advantage to using it instead of just going and adjusting windows power options via settings/control panel? Thanks.
 
The MT-W7-Predefined Powerplan.reg file is quite large and complicated. Can you elaborate a bit what it does and is there any advantage to using it instead of just going and adjusting windows power options via settings/control panel? Thanks.

It's a very sloppy (but working) way to overwrite power plan values. However since then, my own LTSC script simply imports and exports .pow files though powercfg which is much cleaner (And easier) to adjust.
 
Oh yea I never looked at the file either, its pretty big lol. Same brain fart. I just knew it contained the values that got set in the power plan UI :D

I try to do everything as clean as possible now, I remember having to screw around with registry permissions too at some point and I rather just .pow it :)
 
Hah yeah probably some personal stuff. Tbh though lots of those power plan settings rely or dependent on specific hardware support or even how BIOS configuration is set up. Some of them don't even work unless it's specifically allowed (Or features enabled/disabled) in BIOS.

Lot of handoff specific features.

Windows 10 has way more to configure as well which is not necessarily a good thing as literally everything is catered towards power saving these days, and power saving 'features' traditionally caused more harm than good. (If you dont take energy consumption into account) :mad:

Luckily most of it can be undone.
 
yea my script exposes every possible setting, even ones that got added by third party drivers. A very nice little powershell snippet!



$PowerSettings = Get-ChildItem -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Power\PowerSettings' -Recurse -Depth 1 | Where-Object { $_.PSChildName -NotLike 'DefaultPowerSchemeValues' -and $_.PSChildName -NotLike '0' -and $_.PSChildName -NotLike '1' }

ForEach ($item in $PowerSettings) { $path = $item -replace "HKEY_LOCAL_MACHINE","HKLM:"; Set-ItemProperty -Path $path -Name 'Attributes' -Value 2 -Force }
 
done a tidy up of my posts. ive gone through your file and kept the High Performance AC settings only, converted to bat, things looking much clearer now.
 
i do not know about MT but i have personally removed 6,000 registry entries by hand of ones only i know by bricking windows continuously until i destroyed parts of the kernel and stop all autonomous tasks and cpu actions from ever occurring. last time i posted here i was working on the fastest windows 7 ever made, which is available on my archive. it doesnt run easy anti cheats games. those were windows 7700 and 7746 which i somewhat added sp1 updates to, without any help whatsoever from people here. they actually discouraged me from working on things that clearly were out of their scope of knowledge, such as custom adding sp1 offline to images(somewhat known) and forcing registry patches and other somewhat known techniques of moving files from a working windows to a bad one (lately in my win10 9785 escapades, win8.1 pro SPP files are needed to detimebomb.) i have successfully booted windows 10 9785 of 400mb of ram due to a new experimental method of partitioning which results in 95% of windows imagepath references being to a non existent drive, but windows still worked. before this i worked on a spanish ESCROW sp1 which someone had removed all the new updates for except sp1, and it has some seriously low dpc latency but nothing and no kernel can compare to the last 3 win6.1 kernel windowses, 7770 and 7746. ive played dota on them all, they were the best. it takes a human with a superhuman reaction timing to notice these differences i mean just look here im the rank 22 rust player in the world i must be doing something haha rust-stats()com/user/76561198010344048 bye
 
i do not know about MT but i have personally removed 6,000 registry entries by hand of ones only i know by bricking windows continuously until i destroyed parts of the kernel and stop all autonomous tasks and cpu actions from ever occurring. last time i posted here i was working on the fastest windows 7 ever made, which is available on my archive. it doesnt run easy anti cheats games. those were windows 7700 and 7746 which i somewhat added sp1 updates to, without any help whatsoever from people here. they actually discouraged me from working on things that clearly were out of their scope of knowledge, such as custom adding sp1 offline to images(somewhat known) and forcing registry patches and other somewhat known techniques of moving files from a working windows to a bad one (lately in my win10 9785 escapades, win8.1 pro SPP files are needed to detimebomb.) i have successfully booted windows 10 9785 of 400mb of ram due to a new experimental method of partitioning which results in 95% of windows imagepath references being to a non existent drive, but windows still worked. before this i worked on a spanish ESCROW sp1 which someone had removed all the new updates for except sp1, and it has some seriously low dpc latency but nothing and no kernel can compare to the last 3 win6.1 kernel windowses, 7770 and 7746. ive played dota on them all, they were the best. it takes a human with a superhuman reaction timing to notice these differences i mean just look here im the rank 22 rust player in the world i must be doing something haha rust-stats()com/user/76561198010344048 bye

Can you link me your archive files and list of things that you removed in both windows 7 and windows 10? I am interested in that for testing purposes
 
Make sure windows 7 actually works on your hardware before going down this rabbit hole.
Thanks for the tip, I already am in the end of that rabbit hole! made a simplex updated the drivers usb and UefiSeven! just wanted to check if there was any updates to this awesome project.

Regards
 
Back
Top