<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=178.2.217.167</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=178.2.217.167"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/178.2.217.167"/>
	<updated>2026-05-09T06:37:58Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18911</id>
		<title>Firefox im Kiosk Mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18911"/>
		<updated>2011-11-16T11:53:08Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: /* Lokaler Server &amp;amp; Kiosk System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Praktisch für Messerechner oder einfache Möglichkeit auf Ausstellungen Browserbasierte Anwendungen laufen zu lassen.&lt;br /&gt;
&lt;br /&gt;
== Add-Ons und Plugins ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;R-Kiosk&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
eingesetzt im Reliefmodell Bayerischer Wald und Schwäbisch Fränkischer Wald&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lokaler Server &amp;amp; Kiosk System ==&lt;br /&gt;
&lt;br /&gt;
Eventuell kann auch &amp;#039;&amp;#039;&amp;#039;Firefox Portable&amp;#039;&amp;#039;&amp;#039; mit &amp;#039;&amp;#039;&amp;#039;XAMPP Portable&amp;#039;&amp;#039;&amp;#039; (oder lite Portable) für lokale Installationen sinnvoll sein.&lt;br /&gt;
&lt;br /&gt;
Firefox kann auch mit unterschiedlichen User Profilen ausgestattet werden, dann kann man eine Kiosk Version und eine normale nutzen um zwischendurch mal normal ins Netzt zu kommen.&lt;br /&gt;
&lt;br /&gt;
== Firefox ohne Kioskmode aber ohne Updates etc. ==&lt;br /&gt;
&lt;br /&gt;
Für Lokale Installationen unter Umständen sinnvoll:&lt;br /&gt;
&lt;br /&gt;
* In Einstellungen Updates von Extensions, Firefox und Suchmaschinen abschalten&lt;br /&gt;
* Downloadmanager: Fenster abschalten und Standard Download Ordner nutzen&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox&amp;diff=18910</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox&amp;diff=18910"/>
		<updated>2011-11-16T10:46:43Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Startparameter ==&lt;br /&gt;
siehe auch: https://developer.mozilla.org/En/Command_Line_Options&lt;br /&gt;
&lt;br /&gt;
List of command line arguments (incomplete)&lt;br /&gt;
&lt;br /&gt;
See also the external links at the bottom of this article.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Command 	Result 	Example&lt;br /&gt;
profile &amp;quot;&amp;lt;path&amp;gt;&amp;quot; 	Starts with profile located at the given path.&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -profile &amp;quot;E:\myprofile&amp;quot;&lt;br /&gt;
P &amp;quot;&amp;lt;profile name&amp;gt;&amp;quot; 	Starts with a given profile name (profile name is case sensitive). 	firefox.exe -P &amp;quot;Joel User&amp;quot;&lt;br /&gt;
&amp;lt;url&amp;gt; 	Launches the application and opens the given URL(s). 	firefox.exe &amp;quot;www.mozilla.org&amp;quot; &amp;quot;www.mozillazine.org&amp;quot;&lt;br /&gt;
safe-mode 	Launches the application with extensions disabled and the default theme.&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -safe-mode&lt;br /&gt;
no-remote 	Enables running multiple instances of the application with different profiles; [1] used with -P&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -no-remote&lt;br /&gt;
height &amp;lt;value&amp;gt; 	Sets height of the startup window to &amp;lt;value&amp;gt;. 	firefox.exe -height 600&lt;br /&gt;
width &amp;lt;value&amp;gt; 	Sets width of the startup window to &amp;lt;value&amp;gt;. 	firefox.exe -width 800&lt;br /&gt;
ProfileManager 	Starts with Profile Manager. 	firefox.exe -ProfileManager&lt;br /&gt;
CreateProfile 	Create a new profile 	firefox -CreateProfile test&lt;br /&gt;
migration 	Starts the application with the Import Wizard&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox -migration&lt;br /&gt;
console 	Starts the application with a debugging console. 	firefox.exe -console&lt;br /&gt;
jsconsole 	Starts with the Error Console (Javascript Console). 	firefox.exe -jsconsole&lt;br /&gt;
inspector &amp;lt;url&amp;gt; 	Starts with the DOM Inspector. 	firefox.exe -inspector http://www.google.com/&lt;br /&gt;
chrome &amp;lt;url&amp;gt; 	Loads the specified chrome. 	firefox.exe -chrome chrome://inspector/content/inspector.xul&lt;br /&gt;
new-window &amp;lt;url&amp;gt; 	Loads a URL in a new browser window. 	firefox.exe -new-window &amp;lt;url&amp;gt;&lt;br /&gt;
new-tab &amp;lt;url&amp;gt; 	Loads a URL in a new tab. 	firefox.exe -new-tab &amp;lt;url&amp;gt;&lt;br /&gt;
install-global-extension &amp;quot;&amp;lt;path&amp;gt;&amp;quot; 	Installs an extension globally. 	firefox.exe -install-global-extension &amp;quot;C:\Temp\extension-file.xpi&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox&amp;diff=18909</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox&amp;diff=18909"/>
		<updated>2011-11-16T10:45:35Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: Die Seite wurde neu angelegt: „Startparameter  List of command line arguments (incomplete)  See also the external links at the bottom of this article. &amp;lt;pre&amp;gt; Command 	Result 	Example profile &amp;quot;&amp;lt;p…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Startparameter&lt;br /&gt;
&lt;br /&gt;
List of command line arguments (incomplete)&lt;br /&gt;
&lt;br /&gt;
See also the external links at the bottom of this article.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Command 	Result 	Example&lt;br /&gt;
profile &amp;quot;&amp;lt;path&amp;gt;&amp;quot; 	Starts with profile located at the given path.&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -profile &amp;quot;E:\myprofile&amp;quot;&lt;br /&gt;
P &amp;quot;&amp;lt;profile name&amp;gt;&amp;quot; 	Starts with a given profile name (profile name is case sensitive). 	firefox.exe -P &amp;quot;Joel User&amp;quot;&lt;br /&gt;
&amp;lt;url&amp;gt; 	Launches the application and opens the given URL(s). 	firefox.exe &amp;quot;www.mozilla.org&amp;quot; &amp;quot;www.mozillazine.org&amp;quot;&lt;br /&gt;
safe-mode 	Launches the application with extensions disabled and the default theme.&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -safe-mode&lt;br /&gt;
no-remote 	Enables running multiple instances of the application with different profiles; [1] used with -P&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox.exe -no-remote&lt;br /&gt;
height &amp;lt;value&amp;gt; 	Sets height of the startup window to &amp;lt;value&amp;gt;. 	firefox.exe -height 600&lt;br /&gt;
width &amp;lt;value&amp;gt; 	Sets width of the startup window to &amp;lt;value&amp;gt;. 	firefox.exe -width 800&lt;br /&gt;
ProfileManager 	Starts with Profile Manager. 	firefox.exe -ProfileManager&lt;br /&gt;
CreateProfile 	Create a new profile 	firefox -CreateProfile test&lt;br /&gt;
migration 	Starts the application with the Import Wizard&lt;br /&gt;
Does not apply to Mozilla Suite/SeaMonkey 1.x 	firefox -migration&lt;br /&gt;
console 	Starts the application with a debugging console. 	firefox.exe -console&lt;br /&gt;
jsconsole 	Starts with the Error Console (Javascript Console). 	firefox.exe -jsconsole&lt;br /&gt;
inspector &amp;lt;url&amp;gt; 	Starts with the DOM Inspector. 	firefox.exe -inspector http://www.google.com/&lt;br /&gt;
chrome &amp;lt;url&amp;gt; 	Loads the specified chrome. 	firefox.exe -chrome chrome://inspector/content/inspector.xul&lt;br /&gt;
new-window &amp;lt;url&amp;gt; 	Loads a URL in a new browser window. 	firefox.exe -new-window &amp;lt;url&amp;gt;&lt;br /&gt;
new-tab &amp;lt;url&amp;gt; 	Loads a URL in a new tab. 	firefox.exe -new-tab &amp;lt;url&amp;gt;&lt;br /&gt;
install-global-extension &amp;quot;&amp;lt;path&amp;gt;&amp;quot; 	Installs an extension globally. 	firefox.exe -install-global-extension &amp;quot;C:\Temp\extension-file.xpi&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18908</id>
		<title>Firefox im Kiosk Mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18908"/>
		<updated>2011-11-16T07:27:08Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: /* Lokaler Server &amp;amp; Kiosk System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Praktisch für Messerechner oder einfache Möglichkeit auf Ausstellungen Browserbasierte Anwendungen laufen zu lassen.&lt;br /&gt;
&lt;br /&gt;
== Add-Ons und Plugins ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;R-Kiosk&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
eingesetzt im Reliefmodell Bayerischer Wald und Schwäbisch Fränkischer Wald&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lokaler Server &amp;amp; Kiosk System ==&lt;br /&gt;
&lt;br /&gt;
Eventuell kann auch &amp;#039;&amp;#039;&amp;#039;Firefox Portable&amp;#039;&amp;#039;&amp;#039; mit &amp;#039;&amp;#039;&amp;#039;XAMPP Portable&amp;#039;&amp;#039;&amp;#039; (oder lite Portable) für lokale Installationen sinnvoll sein.&lt;br /&gt;
&lt;br /&gt;
Firefox kann auch mit unterschiedlichen User Profilen ausgestattet werden, dann kann man eine Kiosk Version und eine normale nutzen um zwischendurch mal normal ins Netzt zu kommen.&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18907</id>
		<title>Firefox im Kiosk Mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18907"/>
		<updated>2011-11-16T07:26:44Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Praktisch für Messerechner oder einfache Möglichkeit auf Ausstellungen Browserbasierte Anwendungen laufen zu lassen.&lt;br /&gt;
&lt;br /&gt;
== Add-Ons und Plugins ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;R-Kiosk&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
eingesetzt im Reliefmodell Bayerischer Wald und Schwäbisch Fränkischer Wald&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lokaler Server &amp;amp; Kiosk System ==&lt;br /&gt;
&lt;br /&gt;
Eventuell kann auch Firefox Portable mit XAMPP Portable (oder lite Portable) für lokale Installationen sinnvoll sein.&lt;br /&gt;
&lt;br /&gt;
Firefox kann auch mit unterschiedlichen User Profilen ausgestattet werden, dann kann man eine Kiosk Version und eine normale nutzen um zwischendurch mal normal ins Netzt zu kommen.&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18906</id>
		<title>Firefox im Kiosk Mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18906"/>
		<updated>2011-11-16T07:25:51Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Add-Ons und Plugins ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;R-Kiosk&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
eingesetzt im Reliefmodell Bayerischer Wald und Schwäbisch Fränkischer Wald&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lokaler Server &amp;amp; Kiosk System ==&lt;br /&gt;
&lt;br /&gt;
Eventuell kann auch Firefox Portable mit XAMPP Portable (oder lite Portable) für lokale Installationen sinnvoll sein.&lt;br /&gt;
&lt;br /&gt;
Firefox kann auch mit unterschiedlichen User Profilen ausgestattet werden, dann kann man eine Kiosk Version und eine normale nutzen um zwischendurch mal normal ins Netzt zu kommen.&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18905</id>
		<title>Firefox im Kiosk Mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Firefox_im_Kiosk_Mode&amp;diff=18905"/>
		<updated>2011-11-16T07:25:10Z</updated>

		<summary type="html">&lt;p&gt;178.2.217.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Add-Ons und Plugins&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;R-Kiosk&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
eingesetzt im Reliefmodell Bayerischer Wald und Schwäbisch Fränkischer Wald&lt;br /&gt;
&lt;br /&gt;
Eventuell kann auch Firefox Portable mit XAMPP Portable (oder lite Portable) für lokale Installationen sinnvoll sein.&lt;br /&gt;
&lt;br /&gt;
Firefox kann auch mit unterschiedlichen User Profilen ausgestattet werden, dann kann man eine Kiosk Version und eine normale nutzen um zwischendurch mal normal ins Netzt zu kommen.&lt;/div&gt;</summary>
		<author><name>178.2.217.167</name></author>
	</entry>
</feed>