this post was submitted on 22 Jul 2023
492 points (100.0% liked)

196

16092 readers
1659 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 35 points 1 year ago (1 children)

Step 1: Google your problem
Step 2: Run the sfc bullshit that you know WON'T work
Step 3: ???

[–] [email protected] 39 points 1 year ago* (last edited 1 year ago) (3 children)

"I'm having a problem."

"Nevermind solved it."

There is a special place in hell for these people.

[–] [email protected] 14 points 1 year ago

What do you mean? Nevermind, figured it out

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago) (1 children)

I refuse to be that person.

A while back, I was having issues with my headphone mic. It was getting killed by the manufacturer’s config program. The mic would work until the program launched, then it was dead until I rebooted. Even killing the program with Task Manager wasn’t enough; I had to fully reboot. It was clearly an issue with the program, but the only thing they’d say was “lul try reinstalling.” I found a single lonely forum post with the same issue, and it didn’t have a solution. The issue is that the program also configured some other peripherals, so simply removing it from my startup programs wasn’t an option.

After a lot of troubleshooting, I finally figured out that it was because the program needed admin rights. Why did it need admin rights to use my mic? Who fucking knows. But you can’t run programs as an admin automatically at startup, for security purposes. And even if you could, you’d get the UAC prompt every single time you booted up. It’s a massive pain in the ass.

So instead, I created a .bat file to automatically launch the program with admin rights and skip the UAC, but you can’t run .bat files via startup programs. So I used the scheduler to automatically run it at login instead.

And then I went back to that one lonely forum post, and described the solution in excruciating detail, along with step-by-step screenshots, (but the explanation was enough to do it without the screenshots, in case the screenshots get purged by the image host later!)

My only hope is that it’ll be a beacon in the dark for the next lost and lonely soul who has the issue.

[–] [email protected] 4 points 1 year ago

Well thank you for this. I'm sure someone will find your post useful even if it is just one person or a handful of people it is great that you did this.

[–] [email protected] 8 points 1 year ago

I hate them so much! EVERY time I have a rare problem and think I've finally found the help I need!