GamerOS Windows 10 & 11 DIY Preset

Open GamerOS 11 Settings.xml in Notepad, search for Firewall.

Remove these 3 lines:
Code:
<Tweak name="Microsoft-Windows-Windows Firewall With Advanced Security\ConnectionSecurity\Enabled">0</Tweak>
<Tweak name="Microsoft-Windows-Windows Firewall With Advanced Security\Firewall\Enabled">0</Tweak>
<Tweak name="Microsoft-Windows-Windows Firewall With Advanced Security\FirewallDiagnostics\Enabled">0</Tweak>

You could fix it in Settings, but removing the lines means less chance of adding new errors.

Still the same result lost the Mpssvc service after applying the settings after reboot
 
Remove this one too.
Code:
<Tweak name="Microsoft-Windows-WFP\Operational\Enabled">0</Tweak>

Windows 10 x64-2022-06-03-20-57-24.png
 
Remove this one too.
Code:
<Tweak name="Microsoft-Windows-WFP\Operational\Enabled">0</Tweak>

View attachment 7411
Yeah that works still I have a problem that persists My Firewall control stops working. I use Windows Firewall Control from binisoft. After aplying the tweaks the program refuses to strart and reinstalling fails with cannot connect to windows firewall service weird I think because it's running
 
bfe is disabled in settings the mpsdrv I can not find that one
both are dependencies of mpssvc. rest all you know what to do. restore all these three services via loading HKLM\SYSTEM reg hive of an offline image then restore only these three services to an current installed os via PE.
 
both are dependencies of mpssvc. rest all you know what to do. restore all these three services via loading HKLM\SYSTEM reg hive of an offline image then restore only these three services to an current installed os via PE.

Oke finaly works it's fixed thx for the replies sure want to know which settings it was but hey it works now :)
 
Last edited:
I'm a new user and haven't yet downloaded the profiles, which are no longer available.

May you please give me a link to gameros-10-preset-xml ?

they are still available in the forums, just a little matter of looking
 
Someone asked me offline why Sticky Notes (Classic) didn't run on NTLite's Gaming template.

Turns out it depends on Input Method Editor (IME), which is required for some languages. Don't remove IME feature, just delete the languages you don't need.
 
Final GamerOS Presets, I dont think there is any more to discover at least for my purpose, many thanks and hopefully this is it, when stuff changes I'll update them
hi. trying to use your preset with the win11 insider 22h2. after installing the typing functions do not work in oobe. tried to install with applied unnatended config to skip oobe. but typing still does not work in any app. could you please review the preset?
 
cross check scheduled task for msctfmonitor & shell create object . dont remove it.
used for typing clearly written by nuhi in its description.
nuhi must block it from removal as many people directly click all scheduled tasks removal without going through its descriptions.
 
Last edited by a moderator:
i thought only that would be causing issue . ok cleared as shown in image. something else might be conflicting.
 
I would confirm you didn't remove your local language and keyboard
i didn't remove the language. about 22h2: it is supported by latest ntLite since i already made some tests and didnt have problems with typing. so this speciffic preset must be somehow corrected, i really want it to be :)
 
cross check scheduled task for msftmonitor . dont remove it.
used for typing clearly written by nuhi in its description.
Code:
schtasks /Change /TN "Microsoft\Windows\TextServicesFramework\MsCtfMonitor" /Enable

nuhi Disabling this breaks typing, i had a problem a while back creating a new user account, couldnt type.
Disable - restart - typing broke. Enable - restart - typing working again. W10 1809 LTSC.
gonna have problems with typing for other settings app settings.
 
UWP apps (including Settings) use the CTF framework for keyboard input. Win32 apps don't care.
 
I confirmed Txmmy's W11 preset works on 22H2 (22622.290). Try comparing your results against the untouched ISO.
 
Back
Top