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

Can I start Firefox from command line, so that the window can only be maximized or closed?

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views
  • Last reply by RoMo17

I want a specific Windows user to be able to surf, but nothing else. So I aim to run a PowerShell script at the logon of that user, that starts Firefox in a maximized window, and that automatically logs the user out when the Firefox window is closed.

The problem is that the user can change the window format to normal or minimized, and that way reach functions that I do not want.

So, I would like to be able to block the symbols for minimizing, setting to normal or maximizing the Firefox window.

/Rolf

I want a specific Windows user to be able to surf, but nothing else. So I aim to run a PowerShell script at the logon of that user, that starts Firefox in a maximized window, and that automatically logs the user out when the Firefox window is closed. The problem is that the user can change the window format to normal or minimized, and that way reach functions that I do not want. So, I would like to be able to block the symbols for minimizing, setting to normal or maximizing the Firefox window. /Rolf

All Replies (2)

Here are the Command Line Options for Firefox: https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Hopefully that will answer your dilemma.

-headless could be it, but I do not get it to work.