this post was submitted on 17 Nov 2025
226 points (97.9% liked)
Gaming
4065 readers
285 users here now
The Lemmy.zip Gaming Community
For news, discussions and memes!
Community Rules
This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:
- No NSFW content
You can see Lemmy.zip's rules by going to our Code of Conduct.
What to Expect in Our Code of Conduct:
- Respectful Communication: We strive for positive, constructive dialogue and encourage all members to engage with one another in a courteous and understanding manner.
- Inclusivity: Embracing diversity is at the core of our community. We welcome members from all walks of life and expect interactions to be conducted without discrimination.
- Privacy: Your privacy is paramount. Please respect the privacy of others just as you expect yours to be treated. Personal information should never be shared without consent.
- Integrity: We believe in the integrity of speech and action. As such, honesty is expected, and deceptive practices are strictly prohibited.
- Collaboration: Whether you're here to learn, teach, or simply engage in discussion, collaboration is key. Support your fellow members and contribute positively to shared learning and growth.
If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If other hardware vendors are going to follow, they have to be using SteamOS or something similar out of the box. Handhelds can somewhat get away with using Windows because of the touch screen, but a "console" experience that occasionally requires plugging in a keyboard and mouse to get past some controller-unfriendly menu or pop-up is just going to annoy users.
Any other Distribution and even Windows would work fine, as long as you set up passwordless autologon as a default user and then put Steam in Big Picture Mode as autostart.
Respectfully, I'm going to have to disagree about stock Windows working fine. There are multiple places where it necessitates having a keyboard and/or mouse connected.
You can disable UAC (thinking practical, not necessarily security minded - but for an auto login w/o password, what’s security?)
Popups: yes. But then you’d need to actively use other software besides steam. Why would you do that, if using only a controller? Also that can happen in Linux, too. If you mean those desktop notifications - those should be silenced automagically when running games.
For the logoff or shutdown: Set or create
HKEY_CURRENT_USER\Control Panel\Desktop\AutoEndTasksto1to auto kill hanging/not ending processes automagically. Also you can useWaitToKillAppTimeoutthere to define how long windows should wait before killing the processes (in milliseconds).And regarding bitlocker after a bios update: why would you use bitlocker on such a machine (auto login on boot which would allow access to all files anyways)? Anyways, set or create
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker\PreventDeviceEncryptionto1to prevent bitlocker from running after an upgrade. With Pro, you could also leverage GPOs for that.At least for the new Steam Gamepad they announced trackpads to be able to control the mouse with the gamepad, so clicking away a popup or sich shouldn’t be a problem.
It's not just the UAC prompt. Any window created by an elevated process will block synthetic input events created by lower privilege processes.
It depends on your DE and configuration. In KDE with Wayland, you can set it up to strictly enforce focus stealing prevention. The way that works is essentially by only allowing another program to steal focus if it's the result of some user interaction.
The fact that these are buried in the registry... thanks, though. These will be useful. I concede this point.
Because it's the default that is forced onto the user.
Call me cynical, but I don't think this will work forever. Microsoft has been boiling the frog with local accounts over Windows 11's entire lifetime, at first allowing them, then hiding them, then making the bypass command only work under specific circumstances, etc.
All it takes to destroy the UX is force-enabling BitLocker exactly once, and most of the people using the device won't know how to undo it (or worse, be locked out without the recovery key)