GamerOS Windows 10 & 11 DIY Preset

感谢您的答复。我从Intel网站下载了驱动,还是不行。我试图找出问题所在,但到目前为止我还没有取得任何进展。
根据您的芯片组,您可能需要第 3 方 BT 驱动程序(例如 Intel)。
微信截图_20230426095850.png
 
在运行 DirectX Web 运行时安装时出现错误 0x80040154,我在使用预设进行故障排除时遇到问题,离线 DirectX 运行时工作正常;另一个问题是点击添加设备时蓝牙菜单不显示。
View attachment 8464
在运行 DirectX Web 运行时安装时出现错误 0x80040154,我在使用预设进行故障排除时遇到问题,离线 DirectX 运行时工作正常;另一个问题是点击添加设备时蓝牙菜单不显示。
View attachment 8464
兄弟你好,你的蓝牙问题解决了吗?
 
兄弟你好,你的蓝牙问题解决了吗?

That user has not been on since December 2022 so we are unsure as to whether they have found a solution or not.

And please, post in English. It will be a lot easier for others to be able to help you.
 
Oh, sorry brother, I didn’t notice that the automatic translation of the chrome browser translated my written English back to Chinese, and I have solved the bluetooth problem, thanks for the reply
That user has not been on since December 2022 so we are unsure as to whether they have found a solution or not.

And please, post in English. It will be a lot easier for others to be able to help you.
 
Oh, sorry brother, I didn’t notice that the automatic translation of the chrome browser translated my written English back to Chinese, and I have solved the bluetooth problem, thanks for the reply

No problem. I am glad you have the issue sorted out.
 
Did you manage to fix the Bluetooth Menu not showing when clicking on the add new button ?. I tried commenting out all I could from the .xml file and I still cannot get it to work.
You need to keep "Devices Flow - 32 bit" (remove "<c>windows.devicesflow32 'Devices Flow - 32 bit'</c>" from the preset).
It should probably be added to the "bluetooth compatibility" of NTLite.
(We don't need "Device Experience", I saw a post from garlin asking if it was needed, with NTLite lite preset + bluetooth compatibility checked + Devices Flow - 32 bit it works).
 
Last edited:
The curious thing is that this should only be necessary for 32-bit processes.
I have an i5 13600K, the wifi card of my motherboard is an "Intel Wi-Fi 6 AX201" and I definitely need to keep this package when building a Windows 11 iso.
Otherwise the "Add device" button do nothing, and the arrow next to the bluetooth toggle icon (the panel with the volume slider and the buttons to toggle wifi/bluetooth etc..), which should begin to scan bluetooth devices do nothing.
¯\_(ツ)_/¯
 
This preset doesn't touch UAC settings. Did you want to disable them? (check Settings / UAC).
Asus Armory Crate (its a UWP app) requires Windows User Account Control to install its Lite service. Due to the UAC prompt not appearing it produces a error code 4141.
 
If you have a copy of licensed NTLite, load the live system and check the UAC Settings. You can change just those and Apply.
Make sure it's not a reg tweak you loaded from somewhere.

Some UWP apps like Taskbar act weird when UAC is disabled.
 
If you have a copy of licensed NTLite, load the live system and check the UAC Settings. You can change just those and Apply.
Make sure it's not a reg tweak you loaded from somewhere.

Some UWP apps like Taskbar act weird when UAC is disabled.
Can confirm I have a licensed copy and checked the settings did not touch UAC as you mentioned earlier. Can also confirm on a vanilla version that it works correctly. The Gamer OS settings must be doing something that removes UAC prompts.
 
Download the latest NTLite build (2023.5.9249), and do:
- Load live host
- Preset / Save / Extract current image state

This will create a reverse preset listing what's currently on your system. Attach the preset file here. They won't be any personal data revealed in the save file.
 
Download the latest NTLite build (2023.5.9249), and do:
- Load live host
- Preset / Save / Extract current image state

This will create a reverse preset listing what's currently on your system. Attach the preset file here. They won't be any personal data revealed in the save file.
Thankyou for the assistance.
 

Attachments

Thankyou for the assistance.

Comparing your preset against the default GamerOS, we have several UAC changes:
Code:
<Tweak name="Microsoft-Windows-LUA-ConsentUI\Diagnostic\Enabled">0</Tweak>
<Tweak name="Microsoft-Windows-Security-UserConsentVerifier\Audit\Enabled">1</Tweak>
<Tweak name="System\ConsentPromptBehaviorAdmin">5</Tweak>
<Tweak name="System\ConsentPromptBehaviorUser">3</Tweak>
<Tweak name="Uac\Debug\Enabled">0</Tweak>
<Tweak name="Microsoft-Windows-UAC-FileVirtualization\Operational\Enabled">1</Tweak>

Honestly with so many tweaks, I don't know which one is breaking it. Make a backup copy of your preset, and use Notepad to remove all these lines. Then remake the ISO.
 
Back
Top