Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Open

Need to install firefox 115 from phone to put on desktop that has windows 8.1

jbr replied
dtyson4582

Did a refresh lc on desktop. Lost all browers - they are not hiding, gone. No cmd prompt work, cannot install. Need to use external device w usb to be ablw to download a browser on desktop that only has Wibdows 8.1, so Firefox 115

Did a refresh lc on desktop. Lost all browers - they are not hiding, gone. No cmd prompt work, cannot install. Need to use external device w usb to be ablw to download a browser on desktop that only has Wibdows 8.1, so Firefox 115

All Replies (4)

PowerShell might have wget/curl available; and if there's at least explorer or something the archive site ftp.mozilla.org/pub/firefox/releases/115.38.0esr/ has so legacy cryptography that even WinXP should be able to connect to download things directly.

Or basically some of the builtins, in case the PowerShell works and has connectivity:

Invoke-WebRequest -Uri "https://ftp.mozilla.org/pub/firefox/releases/115.38.0esr/win32/en-US/Firefox%20Setup%20115.38.0esr.exe" -OutFile "C:\Setup.exe"

Other PowerShell options: https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell

But yeah you can download the installer realistically from even a phone and just transfer it there — the firefox.com/download/all/desktop-esr/ after selecting platform etc. will have a "Download ESR 115" button at the end of the options on the final page.

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.