Search found 4 matches

by Pg37xUBI9T6S
Wed Jan 14, 2026 1:27 am
Forum: Windows 11 Upgrade Help
Topic: I’m trying to upgrade my Windows 10 PC to Windows 11, but the PC Health Check ap?
Replies: 16
Views: 448

Yeah, You might also want to check if your disk partition style is GPT and not MBR, as that can cause this.
by Pg37xUBI9T6S
Fri Jan 09, 2026 8:57 pm
Forum: Windows 11 Upgrade Help
Topic: Ugh, so over this Windows 11 upgrade nightmare?
Replies: 19
Views: 554

Can confirm. This happened to me too. I ended up using the official Media Creation Tool workaround and it installed without a hitch. Let me know if that works.
by Pg37xUBI9T6S
Thu Jan 08, 2026 10:27 pm
Forum: Windows 11 Upgrade Help
Topic: I’m using an LG 45-inch UltraGear monitor, which has a 5K resolution and is supp?
Replies: 20
Views: 569

Agreed, and also double-check that Atmos is enabled in the Windows sound properties for that specific output device.
by Pg37xUBI9T6S
Fri Jan 02, 2026 9:49 pm
Forum: Windows 11 Upgrade Help
Topic: I'm writing a Python script to automate some tasks and need to take screenshots?
Replies: 22
Views: 760

I ran into this a while back. Sure thing! You can use subprocess to call the Snipping Tool with the command "snippingtool.exe". Just be aware it opens the tool's interface for manual use, so it won't take a screenshot automatically. If you need more help with the code or want to explore other simple ...