[SOLVED] My W11 PC is behaving oddly.

Aeri

Member
Joined
Dec 20, 2020
Posts
12
Alright! So, my beautiful, high end, ~3000$ USD PC, which is less than one year old, is behaving weirdly. These are the specs, it shouldn't be having any problems with anything period. If anyone can actually deliver a working solution you will have my eternal gratitude. I've tried searching for this issue, applied a lot of suggested fixes, but none of them were a precise match that rectified the situation.

1747845964720.webp

My computer was actually updated by Microsoft to Windows 11 without my informed consent in February 18th of this year, to their credit, I did not actually notice until April 14th when the issues began to crop up. I don't use the settings menu that often and they didn't shuffle my desktop around, sue me. I was enraged, but it was far too late to revert it. I'm also very upset to discover that Windows Update has gone full malware and will continue to operate absolutely no matter what I do, no setting, registry tweak, or group policy will prevent it from receiving updates.

The issues I experience are as follows:

- The volume slider when I use my keyboard peripheral to adjust the volume lags significantly.
- When I hit Printscreen to capture a screenshot with the snipping tool, there's a significant delay, longer than it used to be, before it comes up.
- When I tab back into a full screen game, the FPS tanks for between 10-30 seconds.
- Some games may or may not be performing slightly worse, in these heady days of incredibly awful optimization it can be difficult to say, Helldivers 2 for example, has been performing notably worse the last couple weeks, but that collates with my coworkers who also play.
- At least one other misc issue I can't recall at the moment.

Notably, I ran system restore back in April and it solved the issue for a while, but then it came back. Then the issue went away again When I disabled "Hardware Accelerated GPU Scheduling".

I've done a lot of "normie tier" fixes, restart it, update the drivers, clear every cache imaginable and so on. I would like to avoid nuking the OS because
1. Lots of work, the nuclear option, weapon of last resort in this situation.
2. Not 100% sure it will solve the problem, especially if it's a windows update causing the issue, which will simply reinstall itself and then I'll be out a LOT of work for nothing.
 
What PSU do you have?


Download Specify here:
Specified
Download the latest version of Specify.
AD_4nXePVGSQ-umepr5RRMglR3seSzGg8X5FxjKy_lVPZUi2ed4gZlVGGhzdolKWx9b30IjR1BiECWsjAc2DoaxpySzXLUL2slVlDl4mpZTpuQYhcxqXkDfBecoCfECRx7xcCmWloik_AQ

Scroll down a bit and click the Specify.exe to download.
AD_4nXf9vvcAMQv7sqzS3UiG_5kEZ1V6_HubAAs1XbrgznzDt8nUbooM0qWu_sBIWvnlVIy6LSlDZ5hw1YPs7GbFSX3_WyIsk6DEJIhpIbdPMzRC9ukTfU80GfMeS6XB5d_I7jYOZnziFQ

Once downloaded, click on Specify.exe to open it.
Once it opens, click Settings.
AD_4nXcJorzRtfBYdB8iaAp4LQLQ7D8WBZQKUkch3zgq3VqRkCD6HfVDvv9fL8F0NP53jkw0ynD18KLC6C65dcPAW__WX3zXN8ir1rJgguBuBb7fxipNV5A6Nh99yKEKcK2eFdcijeZ_Ng

You can choose to hide your username. Then click Start.
AD_4nXcjc5YGOOLaFckFGnmouMZE2c8I5ur28wQCSlTMgljSvEK_BxpqdpNUdjoXJgYQ1btzJ7yES-QDMhXF4bsNjxY_Qmg68OhxOHS5Gjm_0JOOLpJ8jbzllcj-pmPHyL2GWd7hgFsNdA

Once it’s done, a browser window will open. Please copy the URL and share this URL in your next post.
This will let us see the information we need to help you diagnose your issue/s accurately and efficiently.
 
Last edited:
What PSU do you have?

PC is equipped with a 1,000 Watt standard 80 plus gold PSU by EVGA.


Update: I uninstalled the only update Windows would permit me to uninstall and that seemed to stop the problem, however I think it's too early to say with confidence that I'm in the clear as I believed I had banished this issue in the past, and it may have been a coincidence. I really should've written down the name of the update BEFORE uninstalling it, huh? Worried about the computer just, installing it again.
 
You can look in Windows Update History to see update installation activity.
Select Start > Settings > Update & Security > Windows Update > View update history
 
You can look in Windows Update History to see update installation activity.
Select Start > Settings > Update & Security > Windows Update > View update history
While that list does appear to provide a list of all updates installed. Unless I have missed something it does not appear to contain a list of updates that have been unInstalled. They all say "Successfully installed on [DATE]", none of them today.


Here is the requested Specify.
 
Open an elevated Powershell. Copy/Paste
Code:
 $outputFile = "$env:USERPROFILE\Desktop\UninstalledUpdates.txt"; Get-WmiObject -Class Win32_QuickFixEngineering | Where-Object { $_.Description -like "*Removed*" } | Select-Object Description, HotFixID, InstalledOn | Out-File -FilePath $outputFile; Start-Process notepad $outputFile

This should open notepad with the uninstalled windows updates listed.

Hit Enter. Add it to your next post please.
 
1747940139964.webp

To my utter befuddlement, it is blank. I swear on my life there was one update it would let me remove, I removed it, and now everything (appears to be) Ok (for now).

I guess that I can just mark this one as solved for now, but there is an upsetting lack of closure here. I guess I can always just make a new thread if it happens again.

The flow of events was

1. Weird thing happening with no explanation
2. Uninstall the only windows update I am permitted to uninstall
3. Things appear to return to normal
 
Thanks for letting me know.

I can ask one of our Windows Update experts to chime in if needed.

If it happens again, We can mark this one unsolved and you can just continue here instead of starting a new thread.

Also, take note of the update number. Ex.- KBxxxxxxx
 
An inplace upgrade should fix any of windows internal issues

Windows Key >Settings >System> Recovery> Reset this PC
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top