Search found 3 matches

by 70pxfhaip
Sun Jan 11, 2026 5:07 pm
Forum: Windows 11 Upgrade Help
Topic: **Subject: Windows 11 upgrade is killing me!!** So my old rig (i5-7600k, GTX 10?
Replies: 21
Views: 745

This. You could also try creating a fresh Windows 11 installation USB using the Media Creation Tool, as that installer is sometimes more reliable than the in-place upgrade.
by 70pxfhaip
Sun Jan 11, 2026 3:25 pm
Forum: Windows 11 Upgrade Help
Topic: **Subject: Win 11 upgrade is killing me!!** Alright, I give up?
Replies: 22
Views: 897

Yeah, and also make sure Secure Boot is turned on in there too—Windows 11 really wants both.
by 70pxfhaip
Thu Jan 01, 2026 6:53 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'm writing a Python script to automate some tasks and need to take screenshots?

I'm writing a Python script to automate some tasks and need to take screenshots. Instead of using a complex library, I'd prefer to just launch the built-in Windows screenshot utility from my code. What's the command or method to start the Snipping Tool using Python's subprocess module or a similar ...