You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Set-ServiceStartup function that disables some services and sets some to Manual.
I was getting weird issues, like not being able to run Rockstar Games Launcher, it would fail to initialize.
Also, Settings app > Accounts > Sign-in options menu would take like 20 seconds to load.
As soon as I ran the PowerShell script and reset the service startup to default, the Rockstar Games Launcher worked as intended and Sign-in options opened up instantly.
Which services could affect this?
Windows 11 24H2
The text was updated successfully, but these errors were encountered:
igorbaryshev
changed the title
Disabling some service(services) break things.
Disabling some service(services) breaks things.
Nov 21, 2024
Not sure about the Rockstar Launcher, but the Sign-In Options is because the Windows Biometric Service is disabled, as detailed in Issue #176. Without it, Fingerprint and Windows Hello is disabled as well.
I also suspect a similar case with Issue #174 regarding the clipboard. You're gonna have to note the initial states of the services and manually turn each one back to the default to test which specific service is the culprit.
@Ravel-Ravencroft I guess Windows Hello partially works without the Biometric Service, the non-biometric part, since the PIN worked fine for me before I discovered that something is broken with sign-in.
And yeah, something weird was going on with the new clipboard, but didn't pay much attention and forgot about it.
I used the Set-ServiceStartup function that disables some services and sets some to Manual.
I was getting weird issues, like not being able to run Rockstar Games Launcher, it would fail to initialize.
Also, Settings app > Accounts > Sign-in options menu would take like 20 seconds to load.
As soon as I ran the PowerShell script and reset the service startup to default, the Rockstar Games Launcher worked as intended and Sign-in options opened up instantly.
Which services could affect this?
Windows 11 24H2
The text was updated successfully, but these errors were encountered: