It's a placeholder in the preset to load an unfinished script. Txmmy hasn't fixed it, so everyone gets that warning.Non-existent file path: LOAD POSTSETUP.PS1 FILE UNDER USER EXECUTION
Benchmarks for builds on this forum haven't been posted yet. The closest information provided is screenshots of things like Task Manager resource consumption (processes/threads/handles/memory). This ends up being acceptable for a lot of people because the general principle is that as resource usage decreases, performance will improve to some degree. On that note, it should be mentioned that tweaking Windows isn't about increasing maximum frame rates, since that's mostly a hardware limitation, but rather improving DPC latency and 1% frame rate lows.
I can't explain that either, I tried Googling it and found nothing, except some tiny excerpts about virtual machines. This can be easily changed though, since presets can be customized (load a preset and uncheck a tweak before processing the image or edit the XML in notepad and delete the lines). The majority of gamers will just blindly install scripts and images though, so long as there's some notion it will help them, because a lot of people can't be bothered to learn/test this stuff, since they only want to get back to gaming as fast as possible in the hopes they now perform better....which wouldn't have any effect on gaming or anything else (e.g. changing RDP port to 55555 and similar).
Yes and no, so long as the major variables are the same then Windows will consume very similar amounts on different hardware. The GamerOS does have substantially lower resource consumption compared to an unmodified Windows, and that will translate to all machines. The major variables that matter in benchmarking Windows are OS (W10), edition (Home/Pro), and version (21H2). The amount of RAM installed also matters heavily because Windows adjusts resource consumption based on that....the screenshots are not something that can be measured/compared/or reproduced/validated...
Is Txmmy still around? Maybe we can get Txmmy or have a mod edit the original post on page 1 to do the following:
I'm not a fan of revising history, especially if a thread has been viewed for a very long time, it should stay untouched.Please don't mistake my intent here, I'm not condoning editing people's property without their permission, but there's already plenty of mod notes on this thread so I assume some permission has been granted, and these things wouldn't be harming the integrity of the build in any way. Txmmy has mentioned he's kind of done, and this thread has clearly taken a life of its own and grown to epic proportions, so some cleanup is warranted.
Except Chris Titus doesn't participate here, and he's not obligated to take our feedback.Chris Titus is already taking the lead on that right now, he's maintaining his own fork of this preset on his site, so we may see traffic to this thread eventually divert over there with enough time. Other popular channels, such as TechYesCity are starting to get into the NTLite scene now too. Some of them keep trying to host ISO downloads though, so that's something we have to be aware of on the forum when people come here asking for help, because when we ask for an XML they will post one that doesn't reflect what their image actually contains.
Event Log service is needed by something that currently escapes me but something that users might want to keep running so is it enough to just remove the event log entries or disable the service to get the performance gain?Dirty secret -- disabling event logs is a huge part of the perf boost.
Yes, the cost of unwanted services does add up but "random" flushing of log buffers wreaks havoc on process prioritization (since it's a kernel level task). That's the hiccup
The current preset doesn't remove Defender; if you want to keep Store -- read the note attached to the preset download link.How can i keep game mode windows store app installer and windows defender in gameros preset?
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux I get:Enable-WindowsOptionalFeature : Feature name Microsoft-Windows-Subsystem-Linux is unknown.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
Dism /Online /Enable-Feature /FeatureName:Microsoft-Windows-Subsystem-Linux /AllDeployment Image Servicing and Management tool
Version: 10.0.22621.1
Image Version: 10.0.22621.1265
Error: 0x800f080c
Feature name Microsoft-Windows-Subsystem-Linux is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log