Internet Explorer

For Internet Explorer you can use -k (kiosk mode):

Starts Internet Explorer in kiosk mode. The browser opens in a maximized window that does not display the address bar, the navigation buttons, or the status bar.

Example:

iexplore.exe -k http://www.google.com/

Read more about this:

  • Internet Explorer Command-Line Options (native commands)

  • Open Internet Explorer in Specific Height and Width (script)


Firefox

Firefox command line option -fullscreen didn't work for me:

"firefox.exe" -url http://superuser.com -fullscreen

But the use of R-kiosk 0.9.0 extension by Kimmo Heinaaro works like a charm.

Real Kiosk is a Firefox extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus. Alt+Home still takes you home.

Answer from Zuul on Stack Exchange
Discussions

how to hide address bar in file explorer
How to hide address bar in file explorer in windows 10 More on learn.microsoft.com
🌐 learn.microsoft.com
2
0
Remove/Hide Internet Explorer 9,10,11 Web Address Bar
Hi Spiceheads, Have you folks tried locking out or disabling the IE 9,10,11 Web Address Bar? Aside from turning it to full screen/kiosk, is there any existing .reg file out there i can use 🙂 OS VERSION : ALL WINDOWS 7 Flavor x32/x64 bit Thanks in advance spiceheads More on community.spiceworks.com
🌐 community.spiceworks.com
4
3
April 7, 2014
Remove addressbar, toolbar and searchbar in IE
Hi all, at a site overhere the team publishes a lockeddown IE.exe from where they removed the toolbar and addressbar and so on to give a webbased application to their users but some links openup a new IE-window and then they have normal access with addressbar and toolbars because then the normal ... More on discussions.citrix.com
🌐 discussions.citrix.com
13
November 9, 2018
c# - .NET Process to open web page without tabs or address bar - Stack Overflow
Is there a way in .NET to have a Process open the default web browser with no address bar and no tabs, WITHOUT using kiosk mode? I can't use the WebBrowser object because it uses IE7, and the pages... More on stackoverflow.com
🌐 stackoverflow.com
July 18, 2016
🌐
Chron.com
smallbusiness.chron.com › open-ie-address-bar-60052.html
How to Open IE Without the Address Bar
February 1, 2019 - Press "Win-R" to open the Run dialog box. Type "iexplore.exe -k" and press "Enter" to launch Internet Explorer in Kiosk mode. Optionally add an Internet address after the command to open Kiosk mode in that window.
🌐
Super User
superuser.com › questions › 1643218 › how-do-we-launch-internet-explorer-with-no-address-bar
windows 10 - How Do We Launch Internet Explorer With No Address Bar - Super User
April 20, 2021 - A workaround would be to create a simple HTA application that forwards to the internal web page you want to use (I would assume HTA still uses the IE engine). Those HTA apps are by default without address bar in a window.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 812337 › how-to-hide-address-bar-in-file-explorer
how to hide address bar in file explorer - Microsoft Q&A
I would use Group Policy for that (there is the word "browser" there, but the policy contains settinsg regarding Windows File Explorer"): Disable customizing browser toolbars https://admx.help/?Category=InternetExplorer&Policy=Microsoft.Policies.InternetExplorer::NoBandCustomize
🌐
ITPro Today
itprotoday.com › compute-engines › how-can-i-start-internet-explorer-without-toolbars
How can I start Internet Explorer without the toolbars? | ITPro Today: IT News, How-Tos, Trends, Case Studies, Career Tips, More
September 24, 2018 - Dim objIE<br> Set objIE = WScript.CreateObject ("InternetExplorer.Application")<br> ObjIE.Toolbar = false<br> objIE.Navigate "http://www.savilltech.com"<br> objIE.Visible = true · If you save the file has ienobar.vbs and then execute with ... IE will be started with no toolbars.
🌐
Quora
quora.com › How-do-I-hide-the-URL-bar-in-Internet-Explorer
How to hide the URL bar in Internet Explorer - Quora
Answer: With Internet Explorer version 11 on Windows 7: (Works with other versions, but not tested) Load/Run RegEdit.exe (You can run it by typing 'RegEdit.exe' in to the search box in the start menu) Go to key; HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\ToolBars\Restric...
Find elsewhere
🌐
Shulerent
shulerent.com › 2011 › 04 › 08 › launching-internet-explorer-without-address-bar-in-net
Launching Internet Explorer without address bar in .NET | Jason Shuler's Tech Blog
April 8, 2011 - Very nice! But there is one problem (at least with IE v8). If user presses F11 on the keybord then he will gain access to address bar, navigation buttons, reload and cancel buttons.
🌐
Mowasay
mowasay.com › 2016 › 09 › windows-hide-internet-explorer-11-address-bar-navigation-bar
Windows: Hide Internet Explorer 11 address bar & navigation bar – Mohammed Wasay
September 11, 2016 - KEY LOCATION: Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions ... This will cause the IE address bar to not show.
🌐
Citrix
discussions.citrix.com › programs › others › archived products (includes end of life) › xenapp 5.0 for windows server 2003 / presentation server 4.5 › presentation server 4.5 - general
Remove addressbar, toolbar and searchbar in IE - Presentation Server 4.5 - General - Discussions
November 9, 2018 - Hi all, at a site overhere the team publishes a lockeddown IE.exe from where they removed the toolbar and addressbar and so on to give a webbased application to their users but some links openup a new IE-window and then they have normal access with addressbar and toolbars because then the normal ...
🌐
TechRepublic
techrepublic.com › home › topics › operating systems › windows forum › missing ie address bar
Missing IE address bar - TechRepublic
May 20, 2004 - To change the registry, use the ... Click on start and go to run and type “regedit” and press OK. 2. Navigate to the key HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar ... 4. Open IE or Explorer and the toolbar defaults should be restored. From Internet Explorer, click View and then select Toolbars. ... I tried this but I still do not have the address bar...
🌐
Whatever Networks
whatevernetworks.com › home › internet explorer 11 hide address bar
Internet Explorer 11 Hide Address bar - Whatever Networks
May 13, 2020 - There is nothing really in the Group policy settings to hide the address bar and this need to be via the registry.
🌐
PC Review
pcreview.co.uk › home › forums › newsgroups › windows xp › windows xp internet explorer
Open IE with iexplore command but without addressbar, toolbar, menus.... | PC Review
February 5, 1948 - Hi All; As title says I would like to open IE the following way: from dos prompt I want to say iexplore mypage.html --address_bar=false --toolbar=false.... (except that this is a pseudo command....) Does anyone know how to do this, I would really be greatfull for any tips. Thanks in advance Damjan PS I know how to do this from Javascript, but I would like to do it directly. ... IE does not have many switches, but you may be interested in this one. How to Use Kiosk Mode in Microsoft Internet Explorer When you run Internet Explorer in Kiosk mode, the Internet Explorer title bar, menus, toolbars, and status bar are not displayed and Internet Explorer runs in Full Screen mode.