A while ago I started a thread about what to do about my old Windows 10 machines when support ends. I have my newsreader set to expire old posts after a few days and I can't find it now so I apologise for starting a new thread.
My solution, which I think will do is:
1) I have bought a new cheapish laptop with Windows 11 which will satisfy my Windows needs.
2) The old Windows 10 desktop which was getting pretty flakey is now working well with Ubuntu 22.04 LTS (couldn't get the 24.04 installer to work on it). But I haven't yet got it to talk to the Epson scanner or Canon printer.
3) I'll keep the Windows 10 laptop pro tem to drive the printer and scanner and keep it off network, using USB drives to move files from/to it.
Is there is risk with an old Windows 10 even off network with USB drives going back and forth from it to other on network machines? That was a virus vector in the old days, is i such a problem now?
nib
Didn't find your answer? Ask the community — no account required.
J
John Rumm
You could leave it connected to the LAN, but don't give it a default gateway. That way it can act as a network server for the printer (other PCs can print directly with no need for sneaker net), and access other PCs on the lan, but will not be able to access the internet, which should keep it reasonably safe.
P
Paul
You will be able to get Windows Defender definition files for a while, after October 2025. You can see windows 7 is in the list (scroll down).
formatting link
What you won't be getting after Oct.2025, is Patch Tuesday patches for CVE exploits. Signature analysis via Windows Defender, is only part of the story. A new exploit, where a signature is not available, if you had a patch for the CVE, you might be "inherently protected". Whereas every announced CVE that is not patched, someone can repeatedly package up attacks for it. Not that I huddle in the corner in the fetal position, thinking about it. I'm just attempting to describe the "threat surface". Only people offering some "value" to a BlackHat (phishing attack candidates) will see more attacks than others might.
For example, say I buy a domain for my business.
formatting link
When I register that, I associate an email with it. Now, say a BlackHat looks at my nice web site and says "I bet I could get some ransomware onto that guys computer". He would shoot off an email, claiming the web site registration was coming due, and the attached form was for the renewal of the domain. If I absentmindly double click the attachment, I could get ransomware.
Why was I selected ? It's assumed I am a businessman, and someone of sufficient means to pay a ransom to recover my computers.
If you are a relative unknown, have no obvious displays of wealth, then perhaps you will never receive an email like that. Consequently, your "risk" of using an unpatched OS, is slightly different than me and my corncobpipe business.
One of the weakest parts of any consumer computer, is the web browser. a lot of infections over the years, got into the computer via the browser. This is why the browser is compartmentalized. The movie player can crash and you hardly notice. If you use an old browser, the risk is there that some day, an exploit crafted for it, will be sampled by you.
Windows Defender, I don't think it has any real heuristic detection. It cannot be counted on, for "noticing weird behavior and doing something about it". It was claimed at one time, that the OS had a "jiggler" and the OS could shut down in 10usec or so, upon discovering adverse properties or behaviors. Like the last time one of these claims was made, there has been no confirmation in the wild of such.
I have personally had my computer rendered useless, without a BSOD, the +5VSB power to the keyboard and mouse and USB ports is turned off. No record is kept in EventVwr.msc of the event. I suspect this is some sort of driver behavior, but I have been unable to find a name for this. It is not a jiggler, because with one of those, the PC power goes off instantly. And the PC power remains on, just one rail is selectively (cleverly!) switched off. You cannot type ctrl-alt-delete, if the keyboard no longer has power.
I occasionally boot up a Win7 setup here, on the other machine, and I do not feel any particular "fear" it is going to tip over. The machine functions just fine, from a hardware perspective. Whereas this newer machine I am typing on, is not as "solid" a performance. Whether it is Oct.2025 or the date is something else. I have lost more than a bit of faith in the computer industry, just for the record. This is why buying a laptop with Win11 on it, would have "no positive aspect to it whatsoever", the hardware could be just as shaky as this box. And I do not get a warm and fuzzy feeling from UEFI/TPM/GPT, as that's just as exploitable or more exploitable than a legacy BIOS with a Trend Chipaway protection.
Paul
R
RJH
Sorry if the context is lost/important - but what caused the above?
P
Paul
I still don't know. A theory is that it is address map related, because making some hardware changes (adding a PCIe NIC, changing GPU config), reduced the frequency of these events to zero. For a while. It could be a GPU driver, or related to something in the Hypervisor that manages I/O devices. The OSes are now, practically speaking, three dimensional underneath (inverted hypervisor, W11 is a Guest, Bash shell is a Guest, various other silly stuff), which makes analysis rather difficult. If the OS refuses to keep records, you're rather screwed.
Paul
G
GB
MS is continuing security updates for W10 for at least an extra year, to October 2026. And, who knows what will happen then?
So, there's no really good reason to retire the W10 machines or keep them off the internet.
You need to enrol for the Extended Security Updates, but for most people that's dead easy.
formatting link
J
Jethro_uk
Have you looked at hplip ?
T
The Natural Philosopher
Sound plan.
As far as the epson scanner goes there should be a linux driver for that - its all a bit proprietary and isn't that great, but it does scan
I think this is what you need,
formatting link
Most printers are supported in CUPS these days.
Canon should be supported by modern CUPS installations But its not hard to install and modify Printer description files for a sklightly extended command set if something like double side printing doesnt work
Why? Scanner should work OK with the right drivers and the Canon should 'just work'
Not really. You are behind a firewall. Installing stuff using a USB from an untrusted third party source is not what you are going to be doing
Set up SAMBA on the Ubuntu box and network Win10 to it.
T
The Natural Philosopher
That's for HPs.. Epson have their own drivers for scanners.
Canon printer should be plug'n'play
M
Max Demian
I doubt that there is any danger to continue to use a Win10 machine without support. At least Microsoft won't be able to mess it up with updates, which appears to be happening with Win11.
T
The Natural Philosopher
I am still running XP., in a virtual machine...it still works and I am afraid to touch it.
J
Jethro_uk
Well of course. I had a very vague memory that hplip could be pointed to a .something file for other drivers. Possibly false.
Is that a real "should" or a "the marketing bs says it should" ?
T
The Natural Philosopher
Eh...no marketing in Linux...I mean that PPDs have been created for MOST printers, these days
Considering I setup a series of machines to use it last year (to replace some Win10 boxes that were unstable) I should have remembered quicker.
The marketing comment was about printer vendors ("It *should* work with Linux" ....)
T
The Natural Philosopher
That was MY comment.
Most printer people say 'Linux? WTF is that?'
J
Jethro_uk
The warehouse packers never got a chance :) It booted into Chrome and everything was driven from that. However at the back end we now had SSH into the boxes saving a trip into the warehouse when the Windows boxes jammed up from lack of SSD (they were fanless sealed boxes you couldn't upgrade).
N
nib
Ta for that, though so far I've followed the instructions and not found the link to enrol in ESU - it says it'll be there if I'm eligible. I use a local a/c on W10, it says it might ask me to log in to my M$ a/c but I haven't found out where yet!
nib
G
GB
The link is in settings. I think in windows update. But it's not being rolled out until later in August. I enrolled in the Windows Insider programme, so as to get an early release (and just out of interest), and that already had the link in.
I
Indy Jess John
I bought a used HP tower without hard drive, installed a brand new hard drive having first initialised it using Windows, and then installed Linux Mint (which is mostly Ubuntu based). I did then manage to find and download a package which successfully worked my ancient Epson scanner. (Really ancient - it was first used on a Win98 system, there is a Windows driver for XP but nothing newer, yet the scanner was too good to throw away which is why I was hunting a Linux possibility)
If you are prepared to change horses to Linux Mint (I am running version
20.3 which has just tipped into the "no longer supported" list and I think Versions 21.x have the same pedigree - try
formatting link
.Then you need to find and download: iscan-bundle-2.30.4.x64.deb.tar.gz
No guarantees, but it did drive my Epson scanner. Mint also seems to have most Canon printers in its catalogue. Certainly it just found and installed mine automatically when I turned it on.
Good luck! Jim
T
The Natural Philosopher
Iscan is still maintained by Epson I am using it
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.