Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling some service(services) breaks things. #182

Open
igorbaryshev opened this issue Nov 21, 2024 · 2 comments
Open

Disabling some service(services) breaks things. #182

igorbaryshev opened this issue Nov 21, 2024 · 2 comments

Comments

@igorbaryshev
Copy link

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

@igorbaryshev igorbaryshev changed the title Disabling some service(services) break things. Disabling some service(services) breaks things. Nov 21, 2024
@Ravel-Ravencroft
Copy link

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.

Hope this helps!!

@igorbaryshev
Copy link
Author

igorbaryshev commented Nov 22, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants