Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, 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

My Win. Explorer has crashed. I have no working browser. Is it possible to send firefox as an email attachment?

  • 2 replies
  • 1 has this problem
  • 1 view
  • Last reply by FredMcD

more options

I have Windows 7 and need to download/install the program (Firefox) without the use of a browser.

I have Windows 7 and need to download/install the program (Firefox) without the use of a browser.

Chosen solution

First, create a new text file on your desktop. Rename it "download.ps1"

Make sure it isn't a text file anymore. Double clicking on it should open Notepad, however.

In Notepad, paste this code


param($url, $filename) $client = new-object System.Net.WebClient $client.DownloadFile( $url, $filename)


Now, press the Windows button, and search for "cmd.exe". Right click on that and choose "Run as administrator".

Enter these commands: (I guess you'll have to type all these out, because you're probably not on the same computer, so copy/paste is not possible)

powershell
cd ..
cd ..
cd Users
cd xxxYOUR_WINDOWS_USERNAMExxx
cd Desktop
.\download "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox%20Setup%2039.0.exe" "C:\firefox.exe"

Then go to C:\, and look for firefox.exe.

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

First, create a new text file on your desktop. Rename it "download.ps1"

Make sure it isn't a text file anymore. Double clicking on it should open Notepad, however.

In Notepad, paste this code


param($url, $filename) $client = new-object System.Net.WebClient $client.DownloadFile( $url, $filename)


Now, press the Windows button, and search for "cmd.exe". Right click on that and choose "Run as administrator".

Enter these commands: (I guess you'll have to type all these out, because you're probably not on the same computer, so copy/paste is not possible)

powershell
cd ..
cd ..
cd Users
cd xxxYOUR_WINDOWS_USERNAMExxx
cd Desktop
.\download "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox%20Setup%2039.0.exe" "C:\firefox.exe"

Then go to C:\, and look for firefox.exe.

Modified by snitch_ninja

more options

http://www.mattsilverman.com/2009/06/how-to-download-firefox-without-a-web-browser.html

also;

Using another computer, Download Download Firefox Full Version For All languages And Systems {web link} onto a thumb drive. After, plug the thumb into your system.