# Windows

# Installer-Krams

# Microsoft Standard Installer Command-Line Optionen

<main data-bi-name="content" dir="ltr" id="bkmrk-artikel-21.09.2022-2" lang="de-de" role="main"><div class="content "><div class="content "><div class="display-flex justify-content-space-between align-items-center flex-wrap-wrap page-metadata-container"><div class="margin-right-xxs">- Artikel
- <time aria-label="Überprüfungsdatum" class="" data-article-date="" data-article-date-source="git" datetime="2022-09-21T21:55:00.000Z">21.09.2022</time>
- 2 Minuten Lesedauer
- <button aria-label="Alle Mitwirkenden anzeigen" class="contributors-button link-button" data-bi-name="contributors" title="Alle Mitwirkenden anzeigen">5 Mitwirkende</button>

</div><div class="margin-block-xxs display-none-print" data-hide-on-archived="" id="bkmrk-feedback"><button class="button button-sm button-clear button-primary" data-bi-name="user-feedback-button" data-test-id="conceptual-feedback-button" data-user-feedback-button="" id="bkmrk-feedback-0" type="button">Feedback</button></div></div></div></div>Hier sind standardmäßige Befehlszeilenoptionen für das Microsoft Standard Installer (Msiexec.exe), die ausführbare Datei, die verwendet wird, um Pakete zu interpretieren und Produkte zu installieren.

Befehlszeilenoptionen sind groß- und kleinschreibungsfähig.

Msiexec legt eine Fehlerstufe für die Rückgabe fest, die [Den Systemfehlercodes](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes) entspricht.

 Hinweis

Die Befehlszeilenoptionen, die in diesem Thema identifiziert werden, sind ab Windows Installer 3.0 verfügbar. Die Windows [Befehlszeilenoptionen](https://learn.microsoft.com/de-de/windows/win32/msi/command-line-options) sind mit Windows Installer 3.0 und früheren Versionen verfügbar.

## /help

Hilfe- und Schnellverweisoption. Zeigt die richtige Verwendung des Setupbefehls an, einschließlich einer Liste aller Schalter und des Verhaltens. Die Beschreibung der Verwendung kann in der Benutzeroberfläche angezeigt werden. Die falsche Verwendung einer beliebigen Option ruft diese Hilfeoption auf.

Das entsprechende Windows Installer Command-Line Option lautet: `/?`.

### Beispiele

`Msiexec /help`.

## /quiet

Option für die ruhige Anzeige. Das Installationsprogramm führt eine Installation aus, ohne eine Benutzeroberfläche anzuzeigen. Es werden keine Eingabeaufforderungen, Nachrichten oder Dialogfelder für den Benutzer angezeigt. Der Benutzer kann die Installation nicht abbrechen.

Verwenden Sie die `/norestart` Befehlszeilenoptionen, `/forcerestart` um Neustarts zu steuern. Wenn keine Neustartoptionen angegeben werden, startet das Installationsprogramm den Computer bei Bedarf neu, ohne dass ein Benutzer aufgefordert oder warnungen angezeigt wird.

Das entsprechende Windows Installer Command-Line Option lautet: `/qn`.

### Beispiele

`Msiexec /package Application.msi /quiet`

`Msiexec /uninstall Application.msi /quiet`

`Msiexec /update msipatch.msp /quiet`

`Msiexec /uninstall msipatch.msp /package Application.msi / quiet`

## /passive

Passive Anzeigeoption. Das Installationsprogramm zeigt dem Benutzer eine Statusleiste an, die angibt, dass eine Installation ausgeführt wird, aber keine Aufforderungen oder Fehlermeldungen für den Benutzer angezeigt werden. Der Benutzer kann die Installation nicht abbrechen.

Verwenden Sie die `/norestart` Befehlszeilenoptionen, `/forcerestart` um Neustarts zu steuern. Wenn keine Neustartoption angegeben wird, startet das Installationsprogramm den Computer immer neu, ohne dass der Benutzer aufgefordert oder gewarnt wird.

Das entsprechende Windows Installer Command-Line Option lautet: `/qb!`- mit `REBOOTPROMPT=S` Festgelegt auf der Befehlszeile.

### Beispiele

`msiexec /package Application.msi /passive`

## /norestart

Option nie neu starten. Das Installationsprogramm startet den Computer nach der Installation nie neu.

Die entsprechende Windows Installer-Befehlszeile hat `REBOOT=ReallySuppress` sich auf der Befehlszeile festgelegt.

### Beispiele

`msiexec /package Application.msi /norestart`.

## /forcerestart

Option "Immer neu starten". Das Installationsprogramm startet immer nach jeder Installation den Computer neu.

Die entsprechende Windows Installer-Befehlszeile hat `REBOOT=Force` sich auf der Befehlszeile festgelegt.

### Beispiele

`msiexec /package Application.msi /forcerestart`

## /promptrestart

Eingabeaufforderung vor dem Neustart der Option. Zeigt eine Meldung an, dass ein Neustart erforderlich ist, um die Installation abzuschließen, und fragt den Benutzer, ob das System jetzt neu gestartet werden soll. Diese Option kann nicht zusammen mit der `/quiet`-Option verwendet werden.

Die entsprechende Windows Installer-Befehlszeile hat `REBOOTPROMPT = ""` sich auf der Befehlszeile festgelegt.

## /deinstallieren (Produkt)

Produktoption deinstallieren. Deinstalliert ein Produkt.

Das entsprechende Windows Installer Command-Line Option ist`/x.`

### Parameter

*&lt;Package.msi| Productcode&gt;*

## /uninstall (Patch)

Deinstallationsoption. Deinstalliert einen Update-Patch.

Das entsprechende Windows Installer Command-Line Option lautet: `/I` mit `MSIPATCHREMOVE=Update1.msp | PatchGUID1[;Update2.msp | PatchGUID2]` festgelegter Befehlszeile.

### Parameter

*/package &lt;Package.msi | ProductCode&gt; /deinstallieren \[; Update2.msp | PatchGUID2\]*

## /log

Protokolloption. Schreibt Protokollierungsinformationen in eine Protokolldatei im angegebenen vorhandenen Pfad. Der Pfad zum Speicherort der Protokolldatei muss bereits vorhanden sein. Das Installationsprogramm erstellt die Verzeichnisstruktur für die Protokolldatei nicht.

Weitere Informationen zu allen Methoden, die zum Festlegen des Protokollierungsmodus verfügbar sind, finden Sie unter ["Normal Logging](https://learn.microsoft.com/de-de/windows/win32/msi/normal-logging) Windows Installer".

Das entsprechende Windows Installer Command-Line Option lautet: `/L*`.

Die folgenden Informationen werden in das Protokoll eingegeben:

<div class="content "><div class="content ">- Statusmeldungen
- Nichtfatale Warnungen
- Alle Fehlermeldungen
- Starten von Aktionen
- Aktionsspezifische Datensätze
- Benutzeranforderungen
- Anfängliche UI-Parameter
- Veraltete Speicher- oder tödliche Exitinformationen
- Out-of-Disk-Space-Nachrichten
- Terminaleigenschaften

</div></div>## /package

Installieren Sie die Produktoption. Installiert oder konfiguriert ein Produkt.

Das entsprechende Windows Installer Command-Line Option lautet: `/I`.

### Parameter

*&lt;Package.msi| Productcode&gt;*

## /update

Installieren Sie die Option "Patches". Installiert eine oder mehrere Patches.

Die entsprechende Windows Installer-Befehlszeile hat PATCH = \[msipatch.msp\]&lt;; PatchGuid2&gt; auf der Befehlszeile festgelegt.

### Parameter

*\[; Update2.msp\]*

<div aria-atomic="true" aria-live="assertive" aria-relevant="additions" class="visually-hidden" id="bkmrk-" role="alert"></div><div aria-atomic="true" aria-live="polite" aria-relevant="additions" class="visually-hidden" id="bkmrk--0" role="status"></div></main><section class="display-none-print margin-bottom-md margin-bottom-none-desktop" data-bi-name="recommendations" id="bkmrk-empfohlener-inhalt-b">---

## Empfohlener Inhalt

- <article class="card">### Befehlszeilenoptionen - Win32 apps
    
    Befehlszeilenoptionen für msiexec.exe für Windows Installer 3.0 und früher. Stellt eine Tabelle mit Optionen, Parametern und Beschreibungen bereit. Beispiele zum Installieren von Produkten und anderen Aufgaben.
    
    </article>
- <article class="card">### Befehlszeilenoptionen, die von Self-Extractor-Paketen unterstützt werden - Windows Client
    
    Beschreibt die Befehlszeilenoptionen, die von einem Softwareinstallationspaket, einem Updatepaket oder einem Hotfixpaket unterstützt werden, das mithilfe von Microsoft Self-Extractor erstellt wurde.
    
    </article>
- <article class="card">### ALLUSERS-Eigenschaft - Win32 apps
    
    Die ALLUSERS-Eigenschaft konfiguriert den Installationskontext des Pakets.
    
    </article>
- <article class="card"><div class="card-content">  
    </div></article>

</section>

# Debuggen von Systemfehlercodes

<div class="display-flex justify-content-space-between align-items-center flex-wrap-wrap page-metadata-container" id="bkmrk-artikel-24.09.2022-2"><div class="margin-right-xxs">- Artikel
- <time aria-label="Überprüfungsdatum" class="" data-article-date="" data-article-date-source="git" datetime="2022-09-24T06:38:00.000Z">24.09.2022</time>
- 2 Minuten Lesedauer
- <button aria-label="Alle Mitwirkenden anzeigen" class="contributors-button link-button" data-bi-name="contributors" title="Alle Mitwirkenden anzeigen">8 Mitwirkende</button>

</div><div class="margin-block-xxs display-none-print" data-hide-on-archived="" id="bkmrk-feedback"><button class="button button-sm button-clear button-primary" data-bi-name="user-feedback-button" data-test-id="conceptual-feedback-button" data-user-feedback-button="" id="bkmrk-feedback-0" type="button">Feedback</button></div></div>Dieser Abschnitt ist für Entwickler vorgesehen, die Systemfehler debuggen. Wenn Sie diese Seite erreicht haben, während Sie nach anderen Fehlern suchen, sind einige Links aufgeführt, die möglicherweise helfen:

- Windows Update Fehler – Hilfe beim Beheben von [Problemen](https://support.microsoft.com/help/10164/fix-windows-update-errors) mit Windows Update.
- [Windows Aktivierungsfehler](https://support.microsoft.com/help/10738/windows-10-get-help-with-activation-errors) – Hilfe beim Überprüfen Ihrer Kopie von Windows.
- [Problembehandlung bei Blauen Bildschirmfehlern](https://support.microsoft.com/help/14238/windows-10-troubleshoot-blue-screen-errors) – Hilfe beim Ermitteln, was zu einem Stoppfehler führte.
- [Microsoft-Support](https://support.microsoft.com/) – Unterstützung für ein Microsoft-Produkt.

## Weitere Möglichkeiten zum Suchen eines Fehlercodes

Wir haben die Systemfehlercodes in diesem Abschnitt aufgelistet, organisiert nach Zahl. Wenn Sie weitere Hilfe beim Nachverfolgen eines bestimmten Fehlers benötigen, finden Sie weitere Empfehlungen:

- Verwenden Sie das [Microsoft Error Lookup Tool](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-code-lookup-tool).
- Installieren Sie die Debugtools für Windows, laden Sie eine Speicherabbilddatei, und führen Sie dann den **Codebefehl&gt; !err &lt;** aus.
- Suchen Sie die Microsoft Protocol-Website nach dem rohen Text oder Fehlercode. Weitere Informationen finden Sie unter [\[MS-ERREF\]: Windows Fehlercodes](https://learn.microsoft.com/de-de/openspecs/windows_protocols/ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90).

## Fehlercodes von Drittanbietern

Andere Fehlercodes können von Drittanbieterdiensten oder Apps generiert werden (z. B. **Fehlercode: -118** kann vom [Steam-Spieldienst](https://support.steampowered.com/kb_cat.php?id=59) angezeigt werden), und in diesen Situationen würden Sie sich an die Supportzeile des Drittanbieters wenden.

## Systemfehlercodes

Systemfehlercodes sind sehr breit: Jeder kann in einem von vielen hundert Standorten im System auftreten. Folglich können die Beschreibungen dieser Codes nicht sehr speziell sein. Die Verwendung dieser Codes erfordert einige Untersuchungen und Analysen. Sie müssen sowohl den programmgesteuerten als auch den Laufzeitkontext beachten, in dem diese Fehler auftreten.

Da diese Codes in WinError.h definiert sind, werden manchmal die Codes von nicht Systemsoftware zurückgegeben. Und manchmal wird der Code von einer Funktion tief im Stapel zurückgegeben und entfernt von Code, der den Fehler behandelt.

In den folgenden Themen werden Listen von Systemfehlercodes bereitgestellt. Diese Werte werden in der WinError.h-Headerdatei definiert.

- [Systemfehlercodes (0-499) (0x0-0x1f3)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--0-499-)
- [Systemfehlercodes (500-999) (0x1f4-0x3e7)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--500-999-)
- [Systemfehlercodes (1000-1299) (0x3e8-0x513)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--1000-1299-)
- [Systemfehlercodes (1300-1699) (0x514-0x6a3)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--1300-1699-)
- [Systemfehlercodes (1700-3999) (0x6a4-0xf9f)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--1700-3999-)
- [Systemfehlercodes (4000-5999) (0xfa0-0x176f)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--4000-5999-)
- [Systemfehlercodes (6000-8199) (0x1770-0x2007)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--6000-8199-)
- [Systemfehlercodes (8200-8999) (0x2008-0x2327)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--8200-8999-)
- [Systemfehlercodes (9000-11999) (0x2328-0x2edf)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--9000-11999-)
- [Systemfehlercodes (12000-15999) (0x2ee0-0x3e7f)](https://learn.microsoft.com/de-de/windows/win32/debug/system-error-codes--12000-15999-)

# Setup.exe and Update.exe Command-Line Parameters

<span class="helplibraryProduct Name and Version">InstallShield 2018</span>

<span class="File_Name">Setup.exe</span> can accept a number of command-line parameters. <span class="File_Name">Update.exe</span> (available only for Basic MSI and InstallScript MSI projects) accepts nearly all of the same command-line parameters. Using these parameters, end users can specify such data as the language that the installation should run in and whether to launch <span class="File_Name">Setup.exe</span> silently. For Basic MSI and InstallScript MSI, end users can also pass parameters through <span class="File_Name">Setup.exe</span> to the included .msi file.

<span class="autonumber"><span class="notename">Note • </span></span>Command-line options that require a parameter must be specified with no space between the option and its parameter. For example, <span class="Code">Setup.exe /v"ALLUSERS=2"</span> is valid, while <span class="Code">Setup.exe /v "ALLUSERS=2"</span> is not. Quotation marks around an option’s parameter are required only if the parameter contains spaces. If a path within a parameter contains spaces, you may need to use quotation marks within quotation marks, as in the following example:

<span class="Code">Setup.exe /v"INSTALLDIR=\\"c:\\My Files\\""</span>

<span class="autonumber"><span class="notename">Project • </span></span>Some of the command-line options apply to only certain project types. Project-specific information is listed for each option.

Built-In Command-Line Parameters

This section describes valid command-line parameters for <span class="File_Name">Setup.exe</span>. The parameters are organized into the following categories:

<a name="ref-command-linetools_1056566962_1039936"></a><a name="ref-command-linetools_1056566962_97014"></a>Silent Installations

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-silen"><caption>Parameters for Silent Installations

</caption><colgroup><col width="161px"></col><col width="100px"></col><col width="350px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880pparam"></a>/p"password"

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">If you configured the password-related settings for your release on the <span class="Hyperlink">[Setup.exe tab in the Releases view](https://docs.revenera.com/installshield24helplib/helplibrary/ReleaseGridSetupTab.htm#ref-views_590435047_setupexetab)</span>, the end user must specify the password with the /p option when running the installation silently. A typical command is as follows:

Setup.exe /s /p"password"

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880rparam"></a>/r

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">Use this command line to run the installation in record mode.

In order to run an InstallScript MSI or InstallScript installation in silent mode, you must first run <span class="File_Name">Setup.exe</span> with the <span class="Command-Line_Parameter">/r</span> option to generate a response file, which stores information about the data entered and options selected by the user at run time.

Launching an InstallScript MSI or InstallScript installation with the <span class="Command-Line_Parameter">/r</span> parameter displays all the run-time dialogs and stores the data in a file called <span class="Hyperlink">[Setup.iss](https://docs.revenera.com/installshield24helplib/helplibrary/CreatetheResponseFile.htm#buildingtestingdistributing_401868635_responsefile)</span>, created inside the system’s Windows folder. To specify an alternative response file name and location, use the <span class="Command-Line_Parameter">/f1</span> option, described below.

Basic MSI projects do not create or use a response file for silent installations.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880sparam"></a>/s

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColSep">Basic MSI, InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColEnd">For an InstallScript MSI or InstallScript project, the command <span class="Command-Line_Parameter">Setup.exe /s</span> runs the installation in silent mode, by default based on the responses contained in a response file called <span class="File_Name">Setup.iss</span> in the same directory. (Response files are created by running <span class="File_Name">Setup.exe</span> with the <span class="Command-Line_Parameter">/r</span> option.) To specify an alternative file name or location of the response file, use the <span class="Hyperlink">[/f1 option](https://docs.revenera.com/installshield24helplib/helplibrary/IHelpSetup_EXECmdLine.htm#ref-command-linetools_1056566962_wp1880f1param)</span>.

The command <span class="Command-Line_Parameter">Setup.exe /s</span> also suppresses the <span class="File_Name">Setup.exe</span> initialization dialog for a Basic MSI installation, but it does not read a response file. To run a Basic MSI installation silently, use the following command line:

Setup.exe /s /v/qn

To specify the values of public properties for a silent Basic MSI installation, you can use a command such as the following one:

Setup.exe /s /v"/qn INSTALLDIR=D:\\Destination"

<span class="autonumber"><span class="notename">Note • </span></span>Using this command-line parameter to launch an installation that includes an <span class="helplibraryProduct Name">InstallShield</span> prerequisite does not automatically run the prerequisite installation silently. You may also need to specify a valid silent command-line parameter for the <span class="helplibraryProduct Name">InstallShield</span> prerequisite in the <span class="UI_Element">Specify the command line for the application when the setup is running in silent mode</span> setting on the <span class="Hyperlink">[Application to Run tab](https://docs.revenera.com/installshield24helplib/helplibrary/UIRefPrereqEditor_AppRun.htm#ref-prereqeditor_1557969797_wp1702)</span> in the <span class="helplibraryProduct Name">InstallShield</span> Prerequisite Editor.

For more information, see [<span class="mcFormatColor">Specifying Command-Line Parameters for an InstallShield Prerequisite</span>](https://docs.revenera.com/installshield24helplib/helplibrary/SetupPrereqEditorCmdLine.htm#definingprerequisites_1762175736_1033736).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880f1param"></a>/f1

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColEnd">Using the <span class="Command-Line_Parameter">/f1</span> option enables you to specify where the <span class="Hyperlink">[response file](https://docs.revenera.com/installshield24helplib/helplibrary/CreatetheResponseFile.htm#buildingtestingdistributing_401868635_responsefile)</span> is (or where it should be created) and what its name is, as in the following example:

Setup.exe /s /f1"C:\\Temp\\Setup.iss"

Specify an absolute path; using a relative path gives unpredictable results. The <span class="Command-Line_Parameter">/f1</span> option is available both when creating a response file (with the <span class="Command-Line_Parameter">/r</span> option) and when using a response file (with the <span class="Command-Line_Parameter">/s</span> option).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_wp1880f2param"></a>/f2

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColEnd">When running an InstallScript MSI or InstallScript installation in silent mode (using the <span class="Command-Line_Parameter">/s</span> option), the log file <span class="Hyperlink">[Setup.log](https://docs.revenera.com/installshield24helplib/helplibrary/SetupLog.htm#buildingtestingdistributing_401868635_wp0794)</span> is by default created in the same directory and with the same name (except for the extension) as the response file. The <span class="Command-Line_Parameter">/f2</span> option enables you to specify an alternative log file location and file name, as in the following example:

Setup.exe /s /f2"C:\\Setup.log"

Specify an absolute path; using a relative path gives unpredictable results.

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039941"></a><a name="ref-command-linetools_1056566962_10963"></a>Special Installation Modes

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-speci"><caption>Parameters for Special Installation Modes

</caption><colgroup><col width="161px"></col><col width="100px"></col><col width="350px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880aparam"></a>/a

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd"><span class="autonumber"><span class="notename">Note • </span></span>The /a parameter does not work with <span class="File_Name">Update.exe</span>. <span class="File_Name">Update.exe</span> launches a patch that accesses and modifies an existing cached .msi file on the system, and an administrative installation does not cache the .msi file.

The /a option causes <span class="File_Name">Setup.exe</span> to perform an administrative installation. An administrative installation copies (and uncompresses) your data files to a directory that is specified by the user, but it does not create shortcuts, register COM servers, or create an uninstallation log.

<span class="autonumber"><span class="notename">Tip • </span></span>If an installation contains <span class="helplibraryProduct Name">InstallShield</span> prerequisites and you want to extract them from <span class="File_Name">Setup.exe</span>, add a path after the <span class="Command-Line_Parameter">/a</span> parameter to extract the prerequisites to that location. A sample command is <span class="Command-Line_Parameter">Setup.exe /a"C:\\temp"</span>.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880jparam"></a>/j

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">The <span class="Command-Line_Parameter">/j</span> option causes <span class="File_Name">Setup.exe</span> to perform an advertised installation. An advertised installation creates shortcuts, registers COM servers, and registers file types, but does not install your product’s files until the user invokes one of these “entry points.”

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880xparam"></a>/x

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColEnd">The <span class="Command-Line_Parameter">/x</span> option causes <span class="File_Name">Setup.exe</span> to uninstall a previously installed product.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880uninstparam"></a>/uninst

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep">InstallScript, InstallScript MSI (if the InstallScript user interface (UI) style is the traditional style, which uses the InstallScript engine as an external UI handler)

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColEnd"><span class="autonumber"><span class="notename">Important • </span></span>This parameter does not apply to InstallScript MSI projects in which the InstallScript UI style is the new style (which uses the InstallScript engine as an embedded UI handler). To learn more, see [<span class="mcFormatColor">Using the InstallScript Engine as an External vs. Embedded UI Handler for InstallScript MSI Installations</span>](https://docs.revenera.com/installshield24helplib/helplibrary/ISMSIExternalVsEmbedded.htm#specifyinginstallationinfo_3107009874_1037936).

The <span class="Command-Line_Parameter">/uninst</span> option is provided for compatibility with earlier versions of <span class="helplibraryProduct Name">InstallShield</span>. This option causes the InstallScript engine to execute the event handler function OnUninstall, whose default code uninstalls the previously installed product.

<span class="autonumber"><span class="notename">Project • </span></span>Note that in InstallScript MSI installations, the <span class="Parameter">/uninst</span> parameter does not invoke the InstallScript engine uninstall behavior that processes install log and removes any resources that were created and logged through script. However, the <span class="Parameter">/removeonly</span> option does invoke this behavior.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880removeonlyparam"></a>/removeonly

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">The <span class="Command-Line_Parameter">/removeonly</span> option sets the REMOVEONLY system variable equal to a non-zero value. The default code for the OnMaintUIBefore event handler function conditionally displays the <span class="Function">SdWelcomeMaint</span> dialog, depending on the value of REMOVEONLY.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_instanceid"></a>/instance=&lt;InstanceId&gt;

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">Basic MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColEnd">The <span class="Command-Line_Parameter">/instance=&lt;InstanceId&gt;</span> option—which is available for <span class="Hyperlink">[Basic MSI projects that support the installation of multiple instances of a product](https://docs.revenera.com/installshield24helplib/helplibrary/MultipleInstance.htm#installingmultipleinstances_1315909768_wp1008)</span>—lets you specify which instance you want to install, update, or uninstall. <span class="Emphasis">&lt;InstanceId&gt;</span> represents the value of the <span class="Property">InstanceId</span> property that identifies the instance. Whenever you use this option and include a valid <span class="Property">InstanceId</span> value, the installation suppresses the instance selection dialog.

For example, the following sample command line installs the instance that has 2 as the value of the <span class="Property">InstanceId</span> property:

Setup.exe /instance=2

Use <span class="Emphasis">default</span> to identify the instance that is installed by the base installation package, as in the following example:

Setup.exe /instance=default

To specify the instance that you want to uninstall, include the /x option with the <span class="Command-Line_Parameter">/instance=&lt;InstanceId&gt;</span> option.

For more information, see [<span class="mcFormatColor">Naming an Instance</span>](https://docs.revenera.com/installshield24helplib/helplibrary/MultipleInst-Name.htm#installingmultipleinstances_1315909768_1026658) and [<span class="mcFormatColor">Run-Time Behavior for Installing Multiple Instances of a Product</span>](https://docs.revenera.com/installshield24helplib/helplibrary/MultipleInst-RunTime.htm#installingmultipleinstances_1315909768_1025924).

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039947"></a><a name="ref-command-linetools_1056566962_69900"></a>Passing Data to the Installation

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-passi"><caption>Parameters for Passing Data to the Installation

</caption><colgroup><col width="206px"></col><col width="100px"></col><col width="304px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880vparam"></a>/v

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">Use the <span class="Command-Line_Parameter">/v </span>option to pass command-line options and values of public properties through to <span class="File_Name">Msiexec.exe</span>.

If you want to pass more than one argument to <span class="File_Name">Msiexec.exe</span>, you can use the <span class="Command-Line_Parameter">/v</span> option multiple times at the command line, once for each argument. For example:

Setup.exe /v"/l\*v c:\\test.log" /v"MYPROPERTY1=value1" /v"/qb"

As an alternative, you can pass multiple arguments through the <span class="Command-Line_Parameter">/v</span> option as in the following example:

Setup.exe /v"/l\*v c:\\test.log MYPROPERTY1=value1 /qb"

<span class="autonumber"><span class="notename">Note • </span></span>If you pass the <span class="Command-Line_Parameter">/v</span> parameter at the command prompt when launching <span class="File_Name">Setup.exe</span>, any parameters that are specified for the CmdLine keyname in <span class="File_Name">Setup.ini</span> are ignored. To learn more, see [<span class="mcFormatColor">Setup.ini</span>](https://docs.revenera.com/installshield24helplib/helplibrary/SetupIni.htm#buildingtestingdistributing_401868635_1023968).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_isscriptcmdline"></a>/v"ISSCRIPTCMDLINE=\\"&lt;Option1&gt; &lt;Option2&gt;\\""

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">Basic MSI projects that have InstallScript custom actions

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">This option specifies command-line parameters to be passed to the script. Any property supported by InstallScript MSI (where appropriate) can be specified. (The most common ones are <span class="Command-Line_Parameter">/d</span> and <span class="Command-Line_Parameter">/z</span>.)

For example, the following indicates that you want to debug the script, and that the <span class="Variable">CMDLINE</span> variable should contain <span class="Code">TEST</span>.

Setup.exe /v"ISSCRIPTCMDLINE=\\"-d -zTEST\\""

Note that as shown above, when you want to specify that a double quote character is not a delimiter for the command line but a delimiter for the property, use <span class="Code">\\"</span>.

Note also that as with any public Windows Installer property, this property should be specified with all uppercase letters.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_wp1880zparam"></a>/z

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep">InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColEnd">The <span class="Command-Line_Parameter">/z </span>option is used to pass data to the InstallScript system variable [CMDLINE](https://docs.revenera.com/installshield24helplib/Subsystems/LangRef/helplibrary/LangrefCMDLINE.htm), as in the following example:

Setup.exe /z"My Custom Data"

When this command line is used, the variable <span class="Variable">CMDLINE</span> contains the string <span class="Code">My Custom Data</span>.

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039953"></a><a name="ref-command-linetools_1056566962_54418"></a>Download and Cache Locations (Basic MSI and InstallScript MSI Projects)

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-downl"><caption>Parameters for Download and Cache Locations

</caption><colgroup><col width="161px"></col><col width="100px"></col><col width="350px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880uaparam"></a>/ua

<a name="ref-command-linetools_1056566962_wp1880uwparam"></a>/uw

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">In the Release Wizard, you can specify download locations for the Windows Installer installers <span class="File_Name">InstMsiA.exe</span> and <span class="File_Name">InstMsiW.exe</span>. A user can specify an alternative URL at run time using the <span class="Command-Line_Parameter">/ua</span> option (for the <span class="File_Name">InstMsiA.exe</span> location) and <span class="Command-Line_Parameter">/uw</span> option (for the <span class="File_Name">InstMsiW.exe</span> location), as in the following example:

Setup.exe /uw"http://www.otherlocation.com/engines"

The file name is not necessary.

<span class="autonumber"><span class="notename">Note • </span></span>You must specify the full URL with the parameters.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880umparam"></a>/um

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">In the Release Wizard, for a Web Downloader build, you can specify a <span class="Hyperlink">[download location](https://docs.revenera.com/installshield24helplib/helplibrary/IWPReleaseDownloaderOptions.htm#ref-wizardsn-z_2350463954_wp1477)</span> for your .msi database. A user can specify an alternative URL using the <span class="Command-Line_Parameter">/um</span> option, as in the following example:

Setup.exe /um"http://www.otherlocation.com/packages/product.msi"

<span class="autonumber"><span class="notename">Note • </span></span>You must specify the full URL with the parameter.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_wp1880bparam"></a>/b

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColEnd">In the Release Wizard, for a Downloader build, you can specify whether to cache the contents of a compressed package on the local system. With the <span class="Command-Line_Parameter">/b</span> option, the user can specify the directory in which to cache the installation files, as in the following example:

Setup.exe /b"C:\\CacheDirectory"

<span class="autonumber"><span class="notename">Note • </span></span>You must specify the full URL with the parameter.

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039960"></a><a name="ref-command-linetools_1056566962_35421"></a>Debugging

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-debug"><caption>Parameters for Debugging

</caption><colgroup><col width="161px"></col><col width="100px"></col><col width="350px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880dparam"></a>/d

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI projects with InstallScript custom actions,  
InstallScript,  
InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">For an InstallScript project, running the command <span class="Command-Line_Parameter">Setup.exe /d</span> runs the installation program with the InstallScript Debugger.

<span class="autonumber"><span class="notename">Note • </span></span>Debugging InstallScript code requires the debug-information file <span class="File_Name">Setup.dbg</span> to be available. In addition, in order to debug an installation on a system other than your development machine, you need to copy certain files from your development machine to the debugging machine. To learn more, see [Debugging an Installation on Any Computer](https://docs.revenera.com/installshield24helplib/Subsystems/ISdbg/helplibrary/DebuggingInstall-AnyComputer.htm).

For a Basic MSI project, the following command runs your InstallScript custom actions in the InstallScript Debugger:

Setup.exe /v"ISSCRIPTDEBUG=1 ISSCRIPTDEBUGPATH=\\"path-to-Setup.dbg\\""

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_debuglog"></a>/debuglog

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColEnd">The <span class="Command-Line_Parameter">/debuglog</span> parameter lets you generate a log file for <span class="File_Name">Setup.exe</span>.

To generate a log named <span class="File_Name">InstallShield.log</span> in the same directory as the <span class="File_Name">Setup.exe</span> file, pass just the command-line parameter. Note that this does not work if the <span class="File_Name">Setup.exe</span> file is in a read-only location. For example:

setup.exe /debuglog

To specify the name and location of the log file, pass the path and name, as in the following example:

Setup.exe /debuglog"C:\\PathToLog\\setupexe.log"

To generate a log file for the feature prerequisites in the installation, use the <span class="Command-Line_Parameter">/v</span> parameter to set the <span class="Property">ISDEBUGLOG</span> property to the full path and file name for the log file, as follows:

Setup.exe /debuglog"C:\\PathToSetupLogFile\\setup.log" /v"ISDEBUGLOG=prereq.log"

You can use directory properties and environment variables in the path for the feature prerequisite log file.

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039974"></a><a name="ref-command-linetools_1056566962_65071"></a>SMS Data

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-sms-d"><caption>Parameters for SMS Data

</caption><colgroup><col width="161px"></col><col width="100px"></col><col width="350px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880mparam"></a>/m

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">The <span class="Command-Line_Parameter">/m</span> option causes <span class="File_Name">Setup.exe</span> to generate an SMS Management Information Format (.mif) file. Following is a typical command:

Setup.exe /m"SampleApp"

Including the “.mif” file extension is not necessary.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880m1param"></a>/m1

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">Using the <span class="Command-Line_Parameter">/m1</span> parameter (along with <span class="Command-Line_Parameter">/m</span>) enables you to specify a serial number to be written to the .mif file. A typical command is as follows:

Setup.exe /m"SampleApp" /m1"1234-5678"

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_wp1880m2param"></a>/m2

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowEnd_ColEnd">Using the <span class="Command-Line_Parameter">/m2</span> parameter (along with <span class="Command-Line_Parameter">/m</span>) enables you to specify a locale string to be written to the .mif file. A typical command is as follows:

Setup.exe /m"SampleApp" /m2"ENU"

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1073817"></a><a name="ref-command-linetools_1056566962_14578"></a>Minimum UI

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-minim"><caption>Parameters for Minimum UI

</caption><colgroup><col width="151px"></col><col width="82px"></col><col width="376px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">/passive

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">Advanced UI, Suite/Advanced UI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColEnd">Use the <span class="Code">/passive</span> parameter to runs a suite installer setup in a minimum UI mode (just displaying a progress panel):

Setup.exe /passive

To uninstall using a minimum UI mode, use the following command:

Setup.exe /passive /remove

</td></tr></tbody></table>

<a name="ref-command-linetools_1056566962_1039966"></a><a name="ref-command-linetools_1056566962_85487"></a>Miscellaneous

<table cellspacing="0" class="TableStyle_Table_in_Body" id="bkmrk-parameters-for-misce"><caption>Parameters for Miscellaneous

</caption><colgroup><col width="227px"></col><col width="100px"></col><col width="284px"></col></colgroup><thead><tr><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Parameter

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColSep">Project Type

</td><td class="TableStyle_Table_in_Body_Head_0_0_RowSep_ColEnd">Description

</td></tr></thead><tbody><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880delayedstartparam"></a>/delayedstart:&lt;number of seconds&gt;

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">Specifies the amount of time (in seconds) by which initialization of the installation is delayed after <span class="File_Name">Setup.exe</span> is launched.

<span class="autonumber"><span class="notename">Note • </span></span>Using the -delayedstart option is recommended when manually launching an additional installation after reboot (for example, by using the RunOnce key). The delay allows the operation system to initialize completely; this prevents the problems—such as Remote Procedure Call (RPC) errors—that can occur if an installation initializes before the operating system has initialized completely. The recommended delay length is 30 seconds.

Note that this option is not needed when the installation starts automatically after reboot (for example, due to a call to <span class="Function">SdFinishReboot</span> before reboot).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880runfromtempparam"></a>/runfromtemp

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">Basic MSI, InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">This parameter allows the setup author to always clone the setup and run it from the temporary directory, even if the setup does not meet the conditions for running from the temporary directory. This parameter is ignored if the setup is a self-extracting executable file (.exe).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880clone_waitparam"></a>/Clone\_wait

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColSep">InstallScript, Basic MSI, InstallScript MSI, Suite/Advanced UI

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColEnd">This parameter indicates that the original setup should wait for the cloned setup process to complete before exiting.

By default, the original setup is enabled to wait for the completion of the installation process.

For more information on Clone\_wait, see [<span class="mcFormatColor">Changing the Default Clone\_wait Parameter for the Setup</span>](https://docs.revenera.com/installshield24helplib/helplibrary/Changing_DefaultClone-WaitParameter.htm#gettingstarted_2112269650_1289676).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880extract_allparam"></a>/extract\_all:&lt;path&gt;

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColEnd">Specifies that a self-extracting package’s files should not be run but simply extracted to the location that is specified by &lt;path&gt;.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880hparam"></a>/h

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">The build engine automatically creates an installation that supports <span class="File_Name">Setup.exe</span> cloning in cases where cloning is required (for example, multi-disk installations). If you need to do this manually, pass <span class="Command-Line_Parameter">/h</span> to <span class="File_Name">Setup.exe</span> and it will clone itself to a temporary location and run from that location.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_hide_progress"></a>/hide\_progress

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">Basic MSI, InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">Suppresses the display of any small and standard progress dialogs that might be shown during initialization.

The small progress dialog is usually used for installations that display a splash screen during initialization, since a standard-size progress dialog does not leave any space for the splash screen. Specifying the <span class="Command-Line_Parameter">/hide\_progress</span> option hides the small progress dialog for those installations, so end users would see just the splash screen without any progress indication.

<span class="autonumber"><span class="notename">Note • </span></span>For InstallScript installations: If you specify <span class="Command-Line_Parameter">/hide\_progress</span> and include a splash screen in your InstallScript installation, the length of time that the splash screen is displayed depends on whether <span class="User-Inputted_Text">SmallProgress=Y</span> or <span class="User-Inputted_Text">SmallProgress=N</span> is specified in <span class="File_Name">Setup.ini</span>.

<table cellpadding="0" cellspacing="0" class="AutoNumber_p_tnob_Table_Note_Bullet"><colgroup><col></col><col></col><col></col></colgroup><tbody><tr><td valign="top"> </td><td class="AutoNumber_p_tnob_Table_Note_Bullet2" valign="top"><span class="zNotItalic">•</span></td><td class="AutoNumber_p_tnob_Table_Note_Bullet" data-mc-autonum="• " valign="top">If <span class="User-Inputted_Text">SmallProgress=Y</span> is specified, the splash screen is shown for as long as the progress dialog would have been displayed if <span class="Command-Line_Parameter">/hide\_progress</span> was not specified.</td></tr></tbody></table>

<table cellpadding="0" cellspacing="0" class="AutoNumber_p_tnob_Table_Note_Bullet"><colgroup><col></col><col></col><col></col></colgroup><tbody><tr><td valign="top"> </td><td class="AutoNumber_p_tnob_Table_Note_Bullet2" valign="top"><span class="zNotItalic">•</span></td><td class="AutoNumber_p_tnob_Table_Note_Bullet" data-mc-autonum="• " valign="top">If <span class="User-Inputted_Text">SmallProgress=N</span> is specified, the splash screen is shown for the length of time specified in the SplashTime key; thus, using <span class="Command-Line_Parameter">/hide\_progress</span> and <span class="User-Inputted_Text">SmallProgress=Y</span> at the same time is not recommended.</td></tr></tbody></table>

For InstallScript MSI installations: If you include a splash screen, the installation automatically switches to the small progress dialog, and the splash screen is shown only during the time that the progress dialog is displayed. Note that this is true even if <span class="Command-Line_Parameter">/hide\_progress</span> is specified. Therefore, it is recommended that you avoid using <span class="Command-Line_Parameter">/hide\_progress</span> with a splash screen in InstallScript MSI installations.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_ColSep"><a name="ref-command-linetools_1056566962_hide_splash"></a>/hide\_splash

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColSep">InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColEnd">Suppresses the display of the splash screen if one is included.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880hide_usdparam"></a>/hide\_usd

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColEnd">Suppresses display of the dialog that is displayed by an update-enabled installation to let the end user select which instance of your product will be updated. This dialog is displayed by default when an update-enabled installation detects multiple previous instances. When this command-line option is used and an update-enabled installation detects multiple previous instances, the installation creates a new instance.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880igparam"></a>/ig{InstanceGUID}

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">Specifies the value of the system variable INSTANCE\_GUID; for example, -ig{722C7440-B317-4B3B-AECA-0199EA4E7CDB}. If this option is not used, the installation automatically assigns a value to INSTANCE\_GUID (for multi-instance installations, this value is a newly generated GUID; for standard installations, this value is the same as the value of PRODUCT\_GUID). This option is useful if you have created an installation launcher—that is, a custom application that runs before your installation does to perform pre-setup tasks, such as determining the instance GUID that you want to use for the installation. Do not specify anything other than a valid GUID with this option.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_installfromweb"></a>/installfromweb"PathToDisk1Files"

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowSep_ColEnd">This option is similar to the media\_path option except that this option forces the installation to behave like a launched One-Click Install installation, even if the path to the media files is not a URL. Use this option if you are launching the installation from a Web page manually. In addition, this option is added automatically if the built-in <span class="File_Name">Setup.ocx</span> file is used to launch the installation.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_ColSep"><a name="ref-command-linetools_1056566962_media_path"></a>/media\_path"PathToDisk1Files"

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColSep">InstallScript

</td><td class="TableStyle_Table_in_Body_Body_1_0_ColEnd">This option indicates that the installation should look for the Disk1 files in the location that is specified. Note that only the <span class="File_Name">Setup.exe</span> file needs to be in the original launch location; the installation obtains all other required files from the specified location (including <span class="File_Name">Setup.exe</span>, which must be present in the media location). You can specify a URL as the path to the media files; in this case, the installation behaves like a launched One-Click Install installation, which always shows the security dialog. To learn more about the behavior of One-Click Install installations, see [<span class="mcFormatColor">One-Click Install Installations in InstallScript Projects</span>](https://docs.revenera.com/installshield24helplib/helplibrary/OneClickInstall_NewModel.htm#buildingtestingdistributing_401868635_1023347).

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep"><a name="ref-command-linetools_1056566962_wp1880lparam"></a>/L<span class="Variable">&lt;LanguageID&gt;</span>

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColSep">Basic MSI, InstallScript, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_1_0_RowSep_ColEnd">This option indicates that the installation should run in the specified language as specified. You can specify the language ID as either a hexadecimal or decimal number. If you specify the hexadecimal number, be sure to proceed the value with <span class="User-Inputted_Text">0x</span>. For example, the following commands indicate that the installation should be run in German:

Setup.exe -L0x0407

Setup.exe -L1031

Note that if you specify a language ID that is not supported by the installation or you specify an invalid language ID, the parameter is ignored. Also note that if this parameter is specified and it is valid, the language dialog (if enabled) is automatically suppressed.

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_ColSep"><a name="ref-command-linetools_1056566962_wp1880wparam"></a>/w

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColSep">Basic MSI, InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_ColEnd">For a Basic MSI project, the <span class="Command-Line_Parameter">/w</span> option forces <span class="File_Name">Setup.exe</span> to wait until the installation is complete before exiting.

<span class="autonumber"><span class="notename">Note • </span></span>If you are using the <span class="Command-Line_Parameter">/w</span> option in a batch file, you may want to precede the entire Setup.exe command-line option with <span class="Emphasis">s</span><span class="Command-Line_Parameter">tart /WAIT</span>. A properly formatted example of this usage is as follows:

start /WAIT setup.exe /w

</td></tr><tr><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep"><a name="ref-command-linetools_1056566962_wp1880smsparam"></a>/SMS

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColSep">InstallScript MSI

</td><td class="TableStyle_Table_in_Body_Body_0_0_RowEnd_ColEnd">For an InstallScript MSI project, <span class="File_Name">Setup.exe</span> automatically waits for the installation to finish before exiting, so this option (used by earlier versions of InstallShield Professional) is no longer necessary.

</td></tr></tbody></table>

# Backup and Restore Office 2016 / 2019 Activation

<header class="entry-header" id="bkmrk-november-14%2C-2021"><span class="posted-on"><time class="entry-date published" datetime="2021-11-14T00:34:15+05:30">November 14, 2021</time></span></header>If you still couldn’t recover your Office product key, the last resort is to backup Office activation before reinstalling Windows or Office, so you can reactivate it later.

To do this, open File Explorer and browse to the location: **C:\\Windows\\System32\\spp**. Make a backup copy of all its folders/files and save them to an external USB drive for safekeeping.

<div class="entry-content" id="bkmrk-"><div class="wp-block-image"><figure class="aligncenter size-full is-resized">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-06/scaled-1680-/V3Bimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-06/V3Bimage.png)

</figure></div></div>After installing a fresh copy of the same edition of Office, you can activate it by restoring the backup files to its original location: **C:\\Windows\\System32\\spp**.

When pasting the files, you may get an error message informing me that “The action can’t be completed because the folder or a file in it is open in another program“.

To get around this problem, just close the Office application and run the following command to stop the sppsvc service: **net stop sppsvc**

When the files are restored, re-launch your Office application and you’ll find the product is already activated. You can also use this method to transfer Office activation over to another computer. But remember to deactivate Office on your old PC before restoring the activation to your new PC.

<aside class="entry-meta" id="bkmrk--1"></aside><section aria-label="Post Comments" class="comments-area" id="bkmrk--2"></section>

# Drucker-Krams

# Drucker vollständig entfernen

\#-&gt;Powershell -&gt;User: Printqueue anpassen!

Get-WmiObject -Class Win32\_Printer | where{$\_.Network -eq ‘true‘ -and $\_.Name -like "\\\\ws068\\g3716\*" -and $\_.DriverName -eq "Canon Generic Plus PCL6"}| foreach{$\_.delete()}

  
\#-&gt;Powershell -&gt;Administrator:

Stop-Service -Name Spooler -Force

Start-Sleep -s 10

Rename-Item -Path "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Print\\Environments\\Windows x64\\Print Processors\\CnXP0PP" -NewName CnXP0PP.old

Rename-Item -Path "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Print\\Environments\\Windows x64\\Print Processors\\winprint" -NewName winprint.old

Start-Service -Name Spooler

Start-Sleep -s 10

Remove-PrinterDriver –Name "Canon Generic Plus PCL6"

Rename-Item -Path "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Print\\Environments\\Windows x64\\Print Processors\\CnXP0PP.old" -NewName CnXP0PP

Rename-Item -Path "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Print\\Environments\\Windows x64\\Print Processors\\winprint.old" -NewName winprint

Stop-Service -Name Spooler -Force

Start-Sleep -s 10

Start-Service -Name Spooler

  
Epson Workforce:

Drucker über die Registry entfernen  
Generell sollten Sie an der Registry von Windows nicht viel herumspielen. Kommt es jedoch, wie in diesem Fall zu Problemen, ist eine Lösung des Problems über einen Registry-Eintrag sehr einfach und auch von Laien problemlos durchführbar.  
Gehen Sie zu "Start" &gt; " Ausführen" und geben Sie "regedit" ein.  
Rufen Sie das Programm anschließend auf.  
Gehen Sie nun zu<span style="color: rgb(45, 194, 107);"> **" HKEY\_LOCAL\_MACHINE &gt; SOFTWARE &gt; Microsoft &gt; Windows NT &gt; CurrentVersion &gt; Print &gt; Printers."**</span>  
Hier sind alle Ihre installierten Drucker zu finden.  
Klicken Sie nun mit der rechten Maustaste auf das Gerät, welches sich nicht entfernen lässt.  
Wählen Sie "Löschen" aus, um den Drucker aus Ihrem System zu entfernen.  
Führen Sie anschließend einen Neustart durch.

Treiber entfernen:

Lösung:  
So bereiten Sie das Entfernen von Druckertreiberdateien vor:  
Starten Sie Programme und Funktionen in der Systemsteuerung und deinstallieren Sie jedes Programm, das mit dem Druckertreiber zusammenhängt, den Sie entfernen möchten.  
Öffnen Sie anschließend Geräte und Drucker. Sollte der Druckertreiber immer noch vorhanden sein, entfernen Sie ihn, indem Sie mit der rechten Maustaste darauf klicken und „Gerät entfernen“ auswählen.  
Wenn Sie diesen Vorgang nicht ausführen, bevor Sie versuchen, die Treiberdateien zu entfernen, wird möglicherweise der Fehler „Zugriff verweigert“ oder „Drucker wird verwendet“ ausgegeben.

So entfernen Sie Druckertreiberdateien vollständig aus dem System:  
Führen Sie einen der folgenden Schritte aus, um das Dialogfeld Druckservereigenschaften zu öffnen:  
Klicken Sie auf das Startmenü und geben Sie im Suchfeld **<span style="color: rgb(45, 194, 107);">printui /s /t2</span>**<span style="color: rgb(45, 194, 107);"> </span>ein. Drücken Sie anschließend die Eingabetaste oder klicken Sie in der Suchliste auf den entsprechenden Eintrag.  
Drücken Sie die Tastenkombination Windows+R, um das Fenster Ausführen zu öffnen. Geben Sie <span style="color: rgb(45, 194, 107);">**printui /s /t2** </span>ein und drücken Sie anschließend die Eingabetaste oder klicken Sie auf OK.  
Drücken Sie die Windows-Taste, um den Startbildschirm anzuzeigen. Geben Sie<span style="color: rgb(45, 194, 107);"> **printui /s /t2**</span> ein und klicken Sie anschließend in der Suchliste auf den entsprechenden Eintrag.  
Über das Startmenü oder den Startbildschirm:  
Öffnen Sie Geräte und Drucker.  
Wählen Sie einen Drucker aus, und klicken Sie dann am oberen Rand des Fensters auf „Druckservereigenschaften“.  
Klicken Sie auf die Registerkarte Treiber.  
Wählen Sie den Druckertreiber aus, der deinstalliert werden soll.  
Klicken Sie auf die Schaltfläche Entfernen.  
Wählen Sie „Treiber und Treiberpaket entfernen“ aus, und klicken Sie auf „OK“.

# Drucker installieren inklusive Treiber mit PowerShell

<div class="thrv_wrapper thrv-columns" data-css="tve-u-17b1bc0f401" id="bkmrk-inhaltsverzeichnis"><div class="tcb-flex-row v-2 tcb-resized tcb--cols--2 tcb-mobile-no-wrap m-edit" data-css="tve-u-17b1bc0f1fe"><div class="tcb-flex-col" data-css="tve-u-17b1bc10729"><div class="tcb-col">Inhaltsverzeichnis</div></div></div></div><section class="tcb-post-content tcb-shortcode thrv_wrapper" data-css="tve-u-16f805e6958" id="bkmrk-freigegebenen-drucke"><div class="ez-toc-v2_0_50 counter-hierarchy ez-toc-counter ez-toc-container-direction" id="bkmrk-freigegebenen-drucke-1"><div class="ez-toc-title-container">  
</div><nav>- [Freigegebenen Drucker eines Printservers installieren](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Freigegebenen_Drucker_eines_Printservers_installieren "Freigegebenen Drucker eines Printservers installieren")
- [Lokalen Drucker installieren mit PowerShell](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Lokalen_Drucker_installieren_mit_PowerShell "Lokalen Drucker installieren mit PowerShell")
    - [Treiber zu Store hinzufügen](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Treiber_zu_Store_hinzufugen "Treiber zu Store hinzufügen")
    - [Drucker-Treiber installieren](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Drucker-Treiber_installieren "Drucker-Treiber installieren")
    - [Drucker-Port erstellen](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Drucker-Port_erstellen "Drucker-Port erstellen")
    - [Drucker installieren](https://www.itnator.net/drucker-installieren-inklusive-treiber-mit-powershell/#Drucker_installieren "Drucker installieren")

</nav></div>Mit PowerShell lassen sich einige Prozesse automatisieren, unter anderem auch das Drucker installieren. Aber hierzu gehören natürlich auch das Installieren von Treibern und das Anlegen des Drucker Ports. Wie das mit PowerShell mit Hilfe eines Printserver erledigt werden kann, zeigen wir in diesem Beitrag.

## <span class="ez-toc-section" id="bkmrk-"></span>Freigegebenen Drucker eines Printservers installieren

Ist im Netzwerk ein Druckerserver im Einsatz, so ist das Installieren eines Druckers auf dem Windows Client ein Kinderspiel. Unter PowerShell gibt es das [Cmdlet](https://www.itnator.net/was-ist-ein-cmdlet-commandlet-definition/) `Add-Printer` welchem der Parameter `-ConnectionName` übergeben werden kann. Somit weiß PowerShell, dass es sich um einen Netzwerkdrucker handelt.

```
Add-Printer -ConnectionName \\printserver\druckername
```

Das Bereitstellen der Treiber und der Port-Konfigurationen übernimmt in diesem Fall der Printserver. Das ist somit die einfachste Methode unter Windows einen Drucker installieren zu lassen.

## <span class="ez-toc-section" id="bkmrk--1"></span>Lokalen Drucker installieren mit PowerShell

Man hat allerdings nicht immer das Glück einen Printserver zur Verfügung zu haben. Der häufigste Fall ist wohl das Installieren eines lokalen Druckers auf einem Windows Betriebssystem. Auch hier kann PowerShell alle notwendigen Schritte erledigen. Die einzelnen Schritte sind hier zusammengefasst:

1. **Treiber zu Windows Treiber-Store hinzufügen**
2. **Drucker-Treiber installieren**
3. **Drucker-Port erstellen**
4. **Drucker installieren**

### <span class="ez-toc-section" id="bkmrk--2"></span>Treiber zu Store hinzufügen

Windows besitzt unter folgendem Pfad den so genannten Treiber-Store. Dieser Treiber Store besitzt schon viele Treiber, aber nicht alle, denn es gibt weltweit einfach zu viele verschiedene Geräte.

`C:\Windows\System32\DriverStore\FileRepository`

Das Windows interne Tool **pnputil** fügt den Druckertreiber zum Windows Treiber Store hinzu, sodass wir diesen in den nachfolgenden Schritten installieren können. Achtung: **pnputil installiert nicht den Treiber**, sondern fügt diesen lediglich zum Store hinzu. Hierzu nutzt man folgenden Befehl, welcher unter CMD und PowerShell funktioniert:

```
pnputil.exe /a "\\yourshare\HPPrinter\*.inf"
```

Wurde dieser Befehl ausgeführt, steht dem Installieren des Drucker-Treibers mit PowerShell nichts mehr im Weg.

### <span class="ez-toc-section" id="bkmrk--3"></span>Drucker-Treiber installieren

Mit pnputil wurde der Treiber eben in den Store importiert. Nun ist es mit PowerShell möglich den Druckertreiber installieren zu lassen. Hierzu wird das [Cmdlet](https://www.itnator.net/was-ist-ein-cmdlet-commandlet-definition/) `Add-PrinterDriver` verwendet, mit der Angabe des Namens für den Treiber und die zu verwendende INF-Datei.

```
Add-PrinterDriver -Name "HP OfficeJet 8000 series PCL6" -InfPath "C:\Windows\System32\DriverStore\FileRepository\YOURDRIVERPATH\YOURINF.inf"
```

Es ist durchaus nicht einfach die INF-Datei auf Anhieb zu finden, beziehungsweise zu ermitteln, da Treiber-Dateien oft einen “wirren” Namen haben.

### <span class="ez-toc-section" id="bkmrk--4"></span>Drucker-Port erstellen

Um einen Drucker installieren zu können, benötigt man neben dem Treiber auch einen Port, über den der Drucker kommunizieren kann. In der Regel wird hier die IP-Adresse des Druckers verwendet, wenn es sich um einen Netzwerkdrucker handelt. Unter PowerShell gibt es auch für den Port ein extra Cmdlet Namens `Add-PrinterPort`. Hier muss der Port-Name und die IP-Adresse angegeben werden um den Port installieren zu können.

```
Add-PrinterPort -Name "PORT-NAME" -PrinterHostAddress "192.168.178.80"
```

Natürlich kann der Name frei gewählt werden und die IP-Adresse muss mit der IP des Drucker übereinstimmen. Ist dieser PowerShell Befehl abgesetzt, so wurde der Drucker Port installiert, beziehungsweise angelegt.

### <span class="ez-toc-section" id="bkmrk--5"></span>Drucker installieren

Nachdem wir den Treiber installiert haben und der Drucker Port angelegt wurde, kann nun der Drucker installiert werden. Auch hier verwendet man das [PowerShell Commandlet](https://www.itnator.net/was-ist-ein-cmdlet-commandlet-definition/) `Add-Printer`. Hier müssen allerdings weitere Parameter angegeben werden:

- **-DriverName** (Name des Treibers)
- **-Name** (Name des Druckers)
- **-PortName** (Name des Ports)

```
Add-Printer -DriverName "HP OfficeJet 8000 series PCL6" -Name "HP OfficeJet 8000" -PortName "PORT-NAME"
```

Wurden mit PowerShell alle Schritte durchgeführt, so wurde der Drucker inklusive Treiber und Port auf dem Windows Betriebssystem installiert.

[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2026-03/scaled-1680-/image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2026-03/image.png)

Natürlich können alle Befehle kombiniert werden, damit man so wenig wie möglich Tippen muss. 🙂

</section>

# Beep Code des BIOS

Beep Code des BIOS  
Beep Code des BIOS – dies bedeutet das Tonsignal

Hier eine Zuordnung der Beep-Codes zu den entsprechenden Fehlerquellen!

Fangen wir bei einem der BIOS an, das sehr oft zum Einsatz kommt!

Phoenix BIOS Beep Codes  
Das Phoenix BIOS kann sehr viele Fehler im Detail signalisieren. Dafür verwendet es eine Abfolge aus kurzen und langen Signalen. Um Euch den Beep-Code etwas zu verdeutlichen, hier ein kleines Beispiel zur Deutung.

Beispiel: 2-2-1 –&gt; zwei kurze Pieptöne – Pause – zwei kurze Pieptöne – Pause – ein langer Piepton  
Die Zahl „1“ bedeutet immer einen längeren Beep-Ton. Eine größere Zahl, eine Abfolge von kurzen Beep-Tönen.

1 – 1 – 2 CPU / motherboard failure Bad CPU / motherboard  
1 – 1 – 3 CMOS read/write failure Bad motherboard  
1 – 1 – 4 BIOS ROM failure Bad BIOS chip  
1 – 2 – 1 Timer failure Bad motherboard  
1 – 2 – 2 DMA failure Bad motherboard  
1 – 2 – 3 DMA failure Bad motherboard  
1 – 3 – 1 Memory refresh failure Bad memory  
1 – 3 – 2 64K memory failure Bad memory  
1 – 3 – 3 64K memory failure Bad memory  
1 – 3 – 4 64K memory failure Bad memory  
1 – 4 – 1 Address line failure Bad memory  
1 – 4 – 2 Parity error Bad memory  
1 – 4 – 3 Timer failure Bad motherboard  
1 – 4 – 4 NMI port failure Bad motherboard  
2 – 1 – 1 64K memory failure Bad memory  
2 – 1 – 2 64K memory failure Bad memory  
2 – 1 – 3 64K memory failure Bad memory  
2 – 1 – 4 64K memory failure Bad memory  
2 – 2 – 1 64K memory failure Bad memory  
2 – 2 – 2 64K memory failure Bad memory  
2 – 2 – 3 64K memory failure Bad memory  
2 – 2 – 4 64K memory failure Bad memory  
2 – 3 – 1 64K memory failure Bad memory  
2 – 3 – 2 64K memory failure Bad memory  
2 – 3 – 3 64K memory failure Bad memory  
2 – 3 – 4 64K memory failure Bad memory  
2 – 4 – 1 64K memory failure Bad memory  
2 – 4 – 2 64K memory failure Bad memory  
2 – 4 – 4 64K memory failure Bad memory  
2 – 4 – 4 64K memory failure Bad memory  
3 – 1 – 1 Slave DMA failure Bad motherboard  
3 – 1 – 2 Master DMA failure Bad motherboar

3 – 1 – 3 Interrupt controller failure Bad motherboard  
3 – 1 -4 Slave IC failure Bad motherboard  
3 – 2 -2 Interrupt Controller failure Bad motherboard  
3 – 2 – 3 &lt;RESERVED&gt;  
3 – 2 – 4 Keyboard control failure Bad motherboard  
3 – 3 – 1 CMOS batter failure Bad CMOS battery  
3 – 3 – 2 CMOS configuration error Incorrect setting  
3 – 3 – 3 &lt;RESERVED&gt;  
3 – 3 – 4 Video memory failure Bad video card or memory  
3 – 4 – 1 Video init failure Bad video card or memory  
4 – 2 – 1 Timer failure Bad motherboard  
4 – 2 – 2 CMOS shutdown failure Bad motherboard  
4 – 2 – 3 Gate A20 failure Bad motherboard  
4 – 2 – 4 Unexpected interrupt Bad processor  
4 – 3 – 1 RAM test failure Bad memory  
4 – 3 – 3 Timer failure Bad motherboard  
4 – 3 – 4 RTC failure Bad motherboard  
4 – 4 – 1 Serial port failure Bad motherboard  
4 – 4 – 2 Parallel port failure Bad motherboard  
4 – 4 – 3 Coprocessor failure Bad motherboard or CPU.  
9 – 2 – 1 Video adapter incompatibility Use a different brand of video card

AMI BIOS Beep Codes  
Ähnlich funktioniert die Erkennung des Fehlers beim AMI BIOS.

1 lang Power on Self Test erfolgreich  
1 kurz DRAM refresh Fehler  
2 kurz Parity Fehler  
3 kurz Base 64K RAM Fehler  
4 kurz System timer Fehler Batterie leer oder Mainboard defekt  
5 kurz Prozessor (CPU) Fehler  
6 kurz Tastaturkontrollerfehler  
7 kurz Virtual mode exception Fehler  
8 kurz Grafikkarten Speicher Fehler  
9 kurz ROM BIOS checksum Fehler  
10 kurz Systemboard Fehler  
11 kurz Cache Speicher Fehler  
1 lang, 1 kurz Systemboard fehler  
1 lang, 2 kurz Grafkkartenfehler  
1 lang, 3 kurz Conventional/Extended memory failure  
1 lang, 4 kurz Timer defekt  
1 lang, 5 kurz Prozessor (CPU) Fehler  
1 lang, 6 kurz Tastaturkontroller defekt  
1 lang, 7 kurz Virtual Mode Problem  
1 lang, 8 kurz Grafik Speicher Fehler  
1 lang, 9 kurz Checksum Fehler  
2 kurz, einmal lang Grafikkarten Kontaktfehler  
2 lang, 2 kurz Videofehler  
3 kurz, 3 lang, 3 kurz RAM defekt  
Dauerton Netzteil defekt

Award BIOS Beep Codes  
Hier läuft die Erkennung des Fehlers wieder über unterschiedliche längen der Signalisierung ab. Zusätzlich kommen beim Award BIOS auch noch unterschiedliche Tonhöhen zum Einsatz.

1 lang, 2 kurz Grafik-Problem (das System kann keine zusätzlichen Infos anzeigen)  
1 lang, 3 kurz keine Grafikkarte oder defekter Grafikspeicher  
hoch frequente beeps während Betreib CPU zu heiß  
wiederholt hoch tief Prozessor (CPU)  
wiederholt (endlos) Speicherfehler  
alle anderen beep(s) Speicher

IBM BIOS Beep Codes  
Auch hier kommt eine Kombination aus kurzen und langen Beeps zum Einsatz.

1 kurz Beep normaler start, computer ist ok.  
2 kurz Beep POST error, zusätzlicher Fehlercode wird am Bildschirm angezeigt  
kein Beep Netzteil, systemboard, prozessor fehler  
dauer Beep Netzteil, Systemboard, Tastatur Problem  
wiederholt kurzer Beep Netzteil oder Systemboard problem  
1 lang, 1 kurzer Beep Systemboard Problem  
1 lang, 2 kurze Beeps Grafikkarten Problem  
1 lang. 3 kurze Beeps Grafikkarten Problem  
3 lange Beeps Tastaturproblem

TIPP: Wenn sich das BIOS mit Fehler-Code meldet und der Rechner nicht mehr starten möchte, liegt es zu über 90 Prozent am Arbeitsspeicher oder an der Grafikkarte! Dies ist zumindest meine persönliche Erfahrung. Checkt dann, ob alle Speicher-Riegel und Karten richtig gesteckt sind. Hin und wieder hilft es auch die Speicher auf andere Bänke zu stecken oder temporär einen anderen Speicher zu verwenden. Oft funktioniert danach auch wieder der Original-Speicher! Fragt mich bitte nicht woran dies liegt – es ist halt so! Bei Problemen mit der Grafikkarte reicht es auch hin und wieder aus, diese zu entfernen und wieder in das System einzusetzen. Dies führt jedoch nicht so oft zum Erfolgt wie der „Trick“ mit den Speicherriegeln! ;)

Version #1  
Erstellt: 10 February 2023 12:02:10 von willi  
Zuletzt aktualisiert: 10 February 2023 12:05:32 von willi

# Windows 10 Benutzerprofile sauber löschen

<div class="clear" id="bkmrk-"></div>Ein Windows 10 Benutzerprofil kann man über die „Erweiterten Systemeinstellungen“ sauber löschen.

Die Schnellversion (Admin Eingabeaufforderung, cmd STRG+SHIFT+ENTER)

> rundll32.exe sysdm.cpl,EditUserProfiles

Ein anderer Weg: In der Windows Suche, oder im Ausführen Dialog (Windows-Taste + R) gibt man ein:

> sysdm.cpl

Klassisch kann man auch wie folgt aufrufen:

> Systemsteuerung &gt; System &amp; Sicherheit &gt; System &gt; Erweiterte Systemeinstellungen (im linken Menü)

Nun begibt man sich dort auf die Registerkarte **Erweitert**. Mittig findet man die Benutzerprofile, dort klickt man den Button Einstellungen.

Im folgenden Fenster kann man das gewünschte Benutzerprofil auswählen und über den Button Löschen mit Windows Bordmitteln sauber entfernen.

Man sollte bei weiteren Problemen auch den jeweiligen Registry Schlüssel löschen.

Die Registry öffnet man mit regedit über die Windows Suche.

Diesen findet man unter:

> HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList

# Dies und das

For ZCM prior to 11.2.3a: If the data in sectors 6-63 is not required, then to clear the space (after taking a backup, see Additional Information section below), at the bash prompt issue the following command:  
dd if=/dev/zero of=/dev/hda bs=512 seek=5 count=58  
N.B. for SCSI or SATA, use:  
dd if=/dev/zero of=/dev/sda bs=512 seek=5 count=58  
Be very careful to get the syntax correct when issuing "dd" commands on disks that contain data, as using the wrong parameter may erase all of the data on the disk.

**Blur-Effekt beim Anmeldebilschirm auscchalten:**

Den "blurrigen" Acryl Effekt kann man natürlich auch in den Gruppenrichtlinien deaktivieren oder aktivieren.

- Windows-Taste + R gpedit.msc eingeben und starten
- **Computerkonfiguration -&gt; Administrative Vorlagen -&gt; System -&gt; Anmelden**
- Im rechten Fensterteil nun **Durchsichtigen Anmeldehintergrund anzeigen** doppelt anklicken
- Aktiviert: Der Anmeldebildschirm wird wieder wie gewohnt angezeigt
- Nicht konfiguriert oder Deaktiviert: Das Hintergrundbild bei der Anmeldung ist verschwommen

IFalls ihr bei der Installation eines Lenovos aktuell Probleme habt, dass der Power Management Driver nicht installiert wird (bzw. die Kiste dabei hängt),

<div id="bkmrk-k%C3%B6nnt-ihr-%C3%BCber-die-f">könnt ihr über die Fernsteuerung folgende Befehle ausführen:</div>```awk
C:\Windows\System32\taskkill /IM n3xku04w.exe /F
C:\Windows\System32\taskkill /IM n3xku04w.tmp /F
```

<div id="bkmrk-direkt-am-pc-geht-ja">Direkt am PC geht ja nicht, weili die Installation ja Keyboard und Maus sperrt.</div>[![grafik.png](https://bst.wkmimnl.de/uploads/images/gallery/2024-12/scaled-1680-/iNAgrafik.png)](https://bst.wkmimnl.de/uploads/images/gallery/2024-12/iNAgrafik.png)

Zenworks

<span>zac reg -g [https://zenworks.stadt.muenster.de](https://zenworks.stadt.muenster.de "https://zenworks.stadt.muenster.de/"):444 -u a\_benutzername</span>

<div id="bkmrk--4"></div>

# Windows 11 ohne Microsoft-Konto

Wenn das Internet deaktiviert ist, startet man die Neuinstallation von Windows 11. Man kommt bis zum Fenster: "Leider haben Sie die Internetverbindung verloren". Ab hier geht es dann los:

- **Umschalt + F10** drücken. Die Eingabeaufforderung öffnet sich

[![grafik.png](https://bst.wkmimnl.de/uploads/images/gallery/2024-11/scaled-1680-/4Rografik.png)](https://bst.wkmimnl.de/uploads/images/gallery/2024-11/4Rografik.png)

- Hier nun **net.exe user "moinmoin" /add** eintragen (Anstatt moinmoin natürlich euren Namen)
- Danach **net.exe localgroup "Administratoren" "moinmoin" /add**

[![grafik.png](https://bst.wkmimnl.de/uploads/images/gallery/2024-06/scaled-1680-/P29grafik.png)](https://bst.wkmimnl.de/uploads/images/gallery/2024-06/P29grafik.png)

- Jetzt: **cd OOBE**
- Danach dann **msoobe.exe &amp;&amp; shutdown.exe -r**

[![grafik.png](https://bst.wkmimnl.de/uploads/images/gallery/2024-06/scaled-1680-/Pk9grafik.png)](https://bst.wkmimnl.de/uploads/images/gallery/2024-06/Pk9grafik.png)

- Windows startet jetzt neu und beginnt mit den weiteren Einstellungen bis Windows 11 dann korrekt mit einem lokalen Konto installiert ist.

[![grafik.png](https://bst.wkmimnl.de/uploads/images/gallery/2024-06/scaled-1680-/0Xngrafik.png)](http://wkmimnl.de:8086/uploads/images/gallery/2024-06/0Xngrafik.png)

Bei der Anmeldung erscheint jetzt "Der Benutzername oder das Kennwort ist falsch".

Hier einfach auf OK drücken und links unten das richtige Konto auswählen.

Danach kann man die Internetverbindung wieder aktivieren und dem Konto auch ein Passwort hinzufügen, sowie alle weiteren Einstellungen vornehmen.

# Schortcuts

Mit diesen 70 Shortcuts (Tastenkombinationen) für Windows sparen Sie jeden Tag wertvolle Zeit und noch wertvollere Nerven! Ich musste heute Morgen eine große Anzahl an Dokumenten speichern und das an verschiedenen, ganz speziellen Orten. Früher hätte ich das alles mit der Maus erledigt. Wenn ich jetzt daran denke, wieviel Nerven, Zeit und letztendlich Geld mich das gekostet hat, kann ich nur den Kopf schütteln.

Inhaltsverzeichnis

<div class="ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction" id="bkmrk-1.-unbekannte-shortc"><div class="ez-toc-title-container">  
</div><nav>- [1. Unbekannte Shortcuts](https://www.buero-kaizen.de/windows-shortcuts/#1_Unbekannte_ShortcutsTastenkombinationen "1. Unbekannte Shortcuts")
- [2. Die wichtigsten Shortcuts](https://www.buero-kaizen.de/windows-shortcuts/#2_Die_wichtigsten_Shortcuts_fuer_effiziente_Bueroarbeit "2. Die wichtigsten Shortcuts")
- [3. Für Windows](https://www.buero-kaizen.de/windows-shortcuts/#3_Tastaturkuerzel_fuer_Windows-Nutzer "3. Für Windows")
- [4. Im Browser](https://www.buero-kaizen.de/windows-shortcuts/#4_Shortcuts_fuer_den_Browser "4. Im Browser")
- [5. Zur Dokumentbearbeitung](https://www.buero-kaizen.de/windows-shortcuts/#5_Tastenkombinationen_zur_Dokumentbearbeitung "5. Zur Dokumentbearbeitung")
- [6. Für (Sonder)-Zeichen](https://www.buero-kaizen.de/windows-shortcuts/#6_Shortcuts_fuer_Sonder-Zeichen "6. Für (Sonder)-Zeichen")
- [7. Die F-Tasten](https://www.buero-kaizen.de/windows-shortcuts/#7_Die_F-Tastenkombinationen "7. Die F-Tasten")
- [8. Emojis](https://www.buero-kaizen.de/windows-shortcuts/#8_Mit_einem_Shortcut_ueberall_Emojis_einfuegen_koennen "8. Emojis")
- [9. Für den Alltag](https://www.buero-kaizen.de/windows-shortcuts/#9_Anwendung_von_Shortcuts_im_Alltag "9. Für den Alltag")
- [10. Unterschied CTRL-/STRG-Taste](https://www.buero-kaizen.de/windows-shortcuts/#10_Der_Unterschied_zwischen_CTRL-_und_der_STRG-Taste "10. Unterschied CTRL-/STRG-Taste")

</nav></div>## <span class="ez-toc-section" id="bkmrk-"></span>1. Unbekannte Shortcuts/Tastenkombinationen

Eigentlich sollte es in jedermanns Interesse liegen den eigenen Computer und seine wunderbaren Funktionen in- und auswendig zu kennen. In der Praxis sehe ich jedoch: Das ist meist nicht so.

Gibt es Dinge, die Ihnen am Computer vielleicht umständlich vorkommen? Dann gibt es mit einer relativ hohen Wahrscheinlichkeit ein **viel praktischeres Tastaturkürzel** dafür. Ein Tastaturkürzel vereinfacht in fast allen Fällen die Zusammenarbeit zwischen Mensch und Maschine.

<figure class="wp-caption alignnone" id="bkmrk-tastaturk%C3%BCrzel-spare">  
<figcaption class="wp-caption-text" id="bkmrk-tastaturk%C3%BCrzel-spare-1">Tastaturkürzel sparen Zeit, Geld und Nerven!</figcaption></figure>**Mit Shortcuts sparen Sie eine Menge Zeit. Dadurch verdienen Sie am Ende Geld und sparen Nerven!** Genau aus diesem Grund kennen auch Sie einige Tastaturkürzel die Ihren Alltag bereits spürbar erleichtern. Doch nutzen wir alle tendenziell nicht genug Kombinationen. Mit ein wenig Wissen um die zahlreichen zur Verfügung stehenden Helfer werden Sie Ihre Effizienz um ein Vielfaches steigern. Allerdings funktionieren die Tastenkombinationen nicht auf jedem Gerät gleich. Die [Shortcuts auf dem Mac](https://www.buero-kaizen.de/shortcuts-mac/) funktionieren nicht automatisch auch bei Windows-Geräten. Deshalb wollen wir Ihnen nun einen Einblick in die Welt der Windows-Kurzbefehle geben.

## <span class="ez-toc-section" id="bkmrk--1"></span>2. Die wichtigsten Shortcuts für effiziente Büroarbeit

Die folgenden Funktionen können Sie überall anwenden, wenn Sie mit einem Windows PC arbeiten. Egal ob Sie E-Mails beantworten, an einer Word- oder PowerPoint-Datei arbeiten…

<table id="bkmrk-befehl-tastenkombina"><tbody><tr><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>Ausgewählten Inhalt kopieren

</td><td>STRG + C

</td></tr><tr><td>Ausgewählten Inhalt einfügen

</td><td>STRG + V

</td></tr><tr><td>Mehrfachauswahl

</td><td>STRG + Maus

</td></tr><tr><td>Alles markieren

</td><td>STRG + A

</td></tr><tr><td>Ausgewählten Inhalt ausschneiden

</td><td>STRG + X

</td></tr><tr><td>Rückgängig

</td><td>STRG + Z

</td></tr><tr><td>Wiederherstellen

</td><td>STRG + Y

</td></tr><tr><td>Neues Dokument/Fenster erstellen

</td><td>STRG + N

</td></tr><tr><td>Neuen Ordner erstellen

</td><td>STRG + Shift + N

</td></tr><tr><td>Vorhandene Datei öffnen

</td><td>STRG + O

</td></tr><tr><td>Zum Anfang des Dokuments wechseln

</td><td>STRG + POS1

</td></tr><tr><td>Zum Ende des Dokuments wechseln

</td><td>STRG + ENDE

</td></tr><tr><td>Suche im Dokument

</td><td>STRG + F

</td></tr><tr><td>Größe der Seite ändern (auszoomen/einzoomen)

</td><td>STRG + Maus-Scrollrad

</td></tr><tr><td>Cursor an den Anfang des vorherigen Wortes  
positionieren

</td><td>STRG + ⇐

</td></tr><tr><td>Cursor an den Anfang des nächsten Wortes  
positionieren

</td><td>STRG + ⇒

</td></tr></tbody></table>

<figure class="wp-caption alignnone" id="bkmrk-die-top-10-shortcuts">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-01/scaled-1680-/yq6image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-01/yq6image.png)

  
<figcaption class="wp-caption-text" id="bkmrk-die-top-10-shortcuts-1">Die Top 10 Shortcuts für Windows-Nutzer.</figcaption></figure>## <span class="ez-toc-section" id="bkmrk--2"></span>3. Tastaturkürzel für Windows-Nutzer

Manche Shortcuts stehen nur für Windows-Nutzer zur Verfügung, da sie in der Regel in Kombination mit der [Windows-Taste](https://www.buero-kaizen.de/windows-taste/) ausgeführt werden:

<table id="bkmrk-befehl-tastenkombina-1"><tbody><tr><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>Taskmanager/Anmeldebildschirm aufrufen

</td><td>STRG + ALT + ENTF

</td></tr><tr><td>Geöffnete Windows-Anwendung wechseln

</td><td>ALT + TAB

</td></tr><tr><td>Windows-Anwendung wechseln (Rückwärts)

</td><td>ALT + Shift + TAB

</td></tr><tr><td>Geöffnetes Fenster minimieren

</td><td>Windows + ⇓

</td></tr><tr><td>Verkleinertes Fenster vergrößern

</td><td>Windows + ⇑

</td></tr><tr><td>Geöffnetes Fenster links anordnen

</td><td>Windows + ⇐

</td></tr><tr><td>Geöffnetes Fenster rechts anordnen

</td><td>Windows + ⇒

</td></tr><tr><td>Windows-Anwendungen wechseln mit 3D-Effekt

</td><td>Windows + TAB

</td></tr><tr><td>Alle auf der Taskleiste vorhandenen Fenster minimieren

</td><td>Windows + M

</td></tr><tr><td>Alle Fenster auf der Taskleiste minimieren bzw.  
diesen Vorgang rückgängig machen

</td><td>Windows + D

</td></tr><tr><td>Durch die Programme der Taskleiste navigieren

</td><td>Windows + T

</td></tr><tr><td>Rückwärts durch die Programme der Taskleiste  
navigieren

</td><td>Windows + Shift + T

</td></tr><tr><td>Fenster innerhalb der Anwendung wechseln  
(anwendungsspezifisch)

</td><td>STRG + TAB

</td></tr><tr><td>Fenster innerhalb der Anwendung wechseln

</td><td>STRG + ⇑ + TAB

</td></tr><tr><td>Fenster innerhalb der Anwendung schließen  
(anwendungsspezifisch)

</td><td>STRG + F4

</td></tr><tr><td>Fenster schließen

</td><td>ALT + F4

</td></tr><tr><td>Startmenü aufrufen

</td><td>STRG + ESC

</td></tr><tr><td>Taskmanager aufrufen

</td><td>STRG + Shift + ESC

</td></tr><tr><td>Ausführen

</td><td>Windows + R

</td></tr><tr><td>Computer sperren

</td><td>Windows + L

</td></tr><tr><td>Windows-Explorer öffnen

</td><td>Windows + E

</td></tr><tr><td>Windows-Suche öffnen

</td><td>Windows + F

</td></tr><tr><td>Präsentationsmodus

</td><td>Windows + P

</td></tr><tr><td>Systemeigenschaften öffnen

</td><td>Windows + Pause

</td></tr><tr><td>Kopiert Bildschirmfotos in die Zwischenablage

</td><td>Windows + Druck

</td></tr><tr><td>Kopiert Bildschirmfotos des aktiven Fensters in  
die Zwischenablage

</td><td>Windows + ALT + Druck

</td></tr><tr><td>Screenshot/Bildschirmaufnahme

</td><td>Windows + Shift + S

</td></tr><tr><td>Zwischenablage abrufen

</td><td>Windows + V

</td></tr></tbody></table>

<figure class="wp-caption alignnone" id="bkmrk-erleichtern-sie-sich">  
<figcaption class="wp-caption-text" id="bkmrk-erleichtern-sie-sich-1">Erleichtern Sie sich mit einfachen Shortcuts für Windows 10 den Arbeitsalltag.</figcaption></figure>## <span class="ez-toc-section" id="bkmrk--3"></span>4. Shortcuts für den Browser

Die folgenden Shortcuts können Sie bei Ihrer täglichen Nutzung des Browsers anwenden. Es ist egal, welchen Browser Sie dafür verwenden (Google Chrom, Microsoft Edge oder Mozilla Firefox).

<table id="bkmrk-befehl-tastenkombina-2"><tbody><tr><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>Neuen Tab öffnen

</td><td>STRG + T

</td></tr><tr><td>Aktuelle Seite als Lesezeichen speichern

</td><td>STRG + D

</td></tr><tr><td>Den geöffneten Tab schließen

</td><td>STRG + W

</td></tr><tr><td>Seite neu laden

</td><td>STRG + R = F5

</td></tr><tr><td>Mit dem Cursor in die Adresszeile gelangen

</td><td>STRG + L

</td></tr><tr><td>Ansicht vergrößern

</td><td>STRG + **+**

</td></tr><tr><td>Ansicht verkleinern

</td><td>STRG + **–**

</td></tr></tbody></table>

<figure class="wp-caption alignnone" id="bkmrk-arbeiten-sie-mit-sho">  
<figcaption class="wp-caption-text" id="bkmrk-arbeiten-sie-mit-sho-1">Arbeiten Sie mit Shortcuts für Windows 10 so einfach wie möglich.</figcaption></figure>## <span class="ez-toc-section" id="bkmrk--4"></span>5. Tastenkombinationen zur Dokumentbearbeitung

Man denkst es kaum, doch selbst beim Schreiben von Texten können Sie sich mit ein paar kleinen Funktionen den Arbeitsalltag enorm erleichtern.

<table id="bkmrk-befehl-tastenkombina-3"><tbody><tr><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>Schriftgröße um einen Punkt verringern  
(nur bei Microsoft 365)

</td><td>STRG + 8

</td></tr><tr><td>Schriftgröße um einen Punkt vergrößern  
(nur bei Microsoft 365)

</td><td>STRG + 9

</td></tr><tr><td>Fett

</td><td>STRG + Shift + F

</td></tr><tr><td>Unterstreichen

</td><td>STRG + Shift + U

</td></tr><tr><td>Kursiv

</td><td>STRG + Shift + K

</td></tr><tr><td>Hochgestellt

</td><td>STRG + +

</td></tr><tr><td>Tiefgestellt

</td><td>STRG + #

</td></tr><tr><td>Geschütztes Leerzeichen

</td><td>ALT + 0160

</td></tr><tr><td>Gedankenstrich

</td><td>ALT + 0150

</td></tr><tr><td>Speichern

</td><td>STRG + S

</td></tr><tr><td>Speichern unter

</td><td>STRG + ⇑ + S = F12

</td></tr><tr><td>Drucken

</td><td>STRG + P

</td></tr></tbody></table>

## <span class="ez-toc-section" id="bkmrk--5"></span>6. Shortcuts für (Sonder)-Zeichen

Mit der [Alt-Taste](https://www.buero-kaizen.de/alt-taste/) an Windows-PCs können Sie viele Sonderzeichen innerhalb von Sekunden verwenden:

<table id="bkmrk-zeichen-befehl-taste"><tbody><tr><td>**Zeichen**</td><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>„</td><td>Anführungszeichen unten (öffnend)

</td><td>Alt + 0132

</td></tr><tr><td>“</td><td>Anführungszeichen oben (schließend)

</td><td>Alt + 0147

</td></tr><tr><td>‚</td><td>Anführungszeichen unten (einfach öffnend)

</td><td>Alt + 0130

</td></tr><tr><td>‘</td><td>Anführungszeichen oben (einfach schließend)

</td><td>Alt + 0145

</td></tr><tr><td>–</td><td>Gedankenstrich

</td><td>Alt + 0150

</td></tr><tr><td>’</td><td>Apostroph

</td><td>Alt + 0146

</td></tr><tr><td>\[</td><td>Öffnende eckige Klammer

</td><td>Alt Gr + 8

</td></tr><tr><td>\]</td><td>Schließende eckige Klammer

</td><td>Alt Gr + 9

</td></tr><tr><td>{</td><td>Öffnende geschweifte Klammer

</td><td>Alt Gr + 7

</td></tr><tr><td>}</td><td>Schließende geschweifte Klammer

</td><td>Alt Gr + 0

</td></tr><tr><td>|</td><td>Senkrechter Strich

</td><td>Alt Gr + &lt;

</td></tr><tr><td>\\</td><td>Umgekehrter Schrägstrich (Backslash)

</td><td>Alt Gr + ß

</td></tr><tr><td>®</td><td>Registered Trademark

</td><td>Alt + 0174

</td></tr><tr><td>©</td><td>Copyright

</td><td>Alt + 0169

</td></tr><tr><td>™</td><td>Trademark

</td><td>Alt + 0153

</td></tr><tr><td>∗</td><td>Sternchen (Asterisk)

</td><td>Shift + **+**

</td></tr><tr><td>°</td><td>Gradzeichen

</td><td>Shift + ^

</td></tr><tr><td>∼</td><td>Tilde (mathematisch)

</td><td>Alt Gr + **+**

</td></tr><tr><td>π</td><td>Pi

</td><td>Alt + 0227

</td></tr></tbody></table>

## <span class="ez-toc-section" id="bkmrk--7"></span>7. Die F-Tastenkombinationen

Die [Funktionstasten(F-Tasten)](https://www.buero-kaizen.de/funktionstasten/) im oberen Bereich der Tastatur gehen häufig unter, doch Sie bieten eine schnelle Hilfe bei der Ausführung von Befehlen. Oft können sie auch in Kombination mit anderen Tasten weitere Befehle ausüben.

<figure class="wp-caption alignnone" id="bkmrk-mit-den-f-tasten-ihr">  
<figcaption class="wp-caption-text" id="bkmrk-mit-den-f-tasten-ihr-1">Mit den F-Tasten Ihrer Tastatur können Sie einfach und schnelle Befehle ausführen.</figcaption></figure><table id="bkmrk-befehl-tastenkombina-4"><tbody><tr><td>**Befehl**</td><td>**Tastenkombination**</td></tr><tr><td>Schnellaufruf von Hilfestellungen

</td><td>F1

</td></tr><tr><td>Dateien umbenennen

</td><td>F2

</td></tr><tr><td>Suchfeld

</td><td>F3

</td></tr><tr><td>Aufrufen der Adresszeile im Internet-Explorer

</td><td>F4

</td></tr><tr><td>Aktualisiert die geöffnete Webseite im Browser

</td><td>F5

</td></tr><tr><td>URL in der Adresszeile markieren

</td><td>F6

</td></tr><tr><td>Funktioniert nur in Kombination mit anderen Tasten

</td><td>F7

</td></tr><tr><td>Abgesicherter Modus

</td><td>F8

</td></tr><tr><td>Funktioniert nur in Kombination mit anderen Tasten

</td><td>F9

</td></tr><tr><td>Menüleiste im Browser auswählen

</td><td>F10

</td></tr><tr><td>Vollbildmodus aktivieren

</td><td>F11

</td></tr><tr><td>Funktioniert nur in Office-Programmen

</td><td>F12

</td></tr></tbody></table>

## <span class="ez-toc-section" id="bkmrk--8"></span>8. Mit einem Shortcut überall Emojis einfügen können

Eine Tastenkombination, die bisher noch nicht aufgeführt wurde, ist das Erstellen von einer Vielzahl an [Emojis in Outlook](https://www.buero-kaizen.de/outlook-emoticons/) und co. Die meisten wissen zwar, dass man mit einem Doppelpunkt und einer schließenden Klammer :) auch einen Smiley erstellen kann. Doch mit dem Shortcut **Windows + Punkt** können Sie mehr als 200 Smileys verwenden.

<figure class="wp-caption alignnone" id="bkmrk-mit-einem-windows-sh">  
<figcaption class="wp-caption-text" id="bkmrk-mit-einem-windows-sh-1">Mit einem Windows Shortcut, der nur eine Kombination aus zwei Tasten benötigt, können Sie über 200 Emojis verwenden.</figcaption></figure>## <span class="ez-toc-section" id="bkmrk--9"></span>9. Anwendung von Shortcuts im Alltag

Natürlich ist es nicht Ihre Aufgabe all diese Tastaturkürzel auswendig zu lernen. Suchen Sie sich 1 bis 2 Kürzel heraus, von denen Sie wissen, dass Sie in Ihren Alltag passen. Arbeiten Sie mit diesen für zwei Wochen. Dann können Sie die nächsten auswählen. Sie werden merken: Je mehr Sie sie benutzen, umso leichter gehen Ihnen die Aktionen von der Hand. Nach etwas Eingewöhnungszeit kann ich Ihnen versprechen: **Sie arbeiten unkomplizierter, schneller und vor allem: Komfortabler!**

### Video-Anleitung zu den 7 erstaunlichsten Tastenkombinationen

Die 7 besten Tastenkombinationen für Windows, die du kennen musst!

(Dauer: 06:46 Minuten)

#### Inhalt dieses Video-Tutorials:

1. Einleitung [00:00](https://www.youtube.com/watch?v=rJDaNUstCW4&t=0s)
2. Geteilter Bildschirm zwischen zwei Apps [00:16](https://www.youtube.com/watch?v=rJDaNUstCW4&t=16s)
3. Virtuellen Desktop erstellen &amp; verwenden [00:51](https://www.youtube.com/watch?v=rJDaNUstCW4&t=51s)
4. Zwischenablageverlauf öffnen [01:30](https://www.youtube.com/watch?v=rJDaNUstCW4&t=90s)
5. Desktop anzeigen &amp; alle Apps minimieren [02:43](https://www.youtube.com/watch?v=rJDaNUstCW4&t=163s)
6. Screenshots erstellen [03:17](https://www.youtube.com/watch?v=rJDaNUstCW4&t=197s)
7. Emojis &amp; GIFs einblenden [04:29](https://www.youtube.com/watch?v=rJDaNUstCW4&t=269s)
8. Bildschirmvideos aufnehmen (Xbox Game Bar) [05:06](https://www.youtube.com/watch?v=rJDaNUstCW4&t=306s)

## <span class="ez-toc-section" id="bkmrk--10"></span>10. Der Unterschied zwischen CTRL- und der STRG-Taste

Die Abkürzung CTRL steht für das englische Wort „control“. Im deutschen entspricht diese Taste der [STRG-Taste](https://www.buero-kaizen.de/strg-ctrl-taste/) (das steht für Steuerung). Diese Taste wird nur in Kombination mit anderen Tasten verwendet um Funktionen auszuführen.

<figure class="wp-caption alignnone" id="bkmrk--11">  
</figure>

# Bios F-Tasten

<header class="frame-header" id="bkmrk-h%C3%A4ufige-tastenkombin">### Häufige Tastenkombinationen für BIOS und Boot-Menü (BIOS Keys)

</header><div class="table-responsive" id="bkmrk-hersteller-aufruf-bi"><table class="table" style="border-collapse:collapse;border-style:solid;width:100%;height:746.88px;"><tbody><tr style="height:41.76px;"><td style="width:33.2952%;height:41.76px;border-color:rgb(236,240,241);border-style:solid;">**Hersteller**</td><td style="width:33.2952%;height:41.76px;border-color:rgb(236,240,241);border-style:solid;">**Aufruf BIOS-Menü**</td><td style="width:33.2952%;height:41.76px;border-color:rgb(236,240,241);border-style:solid;">**Aufruf Boot-Menü**</td></tr><tr style="height:42.08px;"><td style="width:33.2952%;height:42.08px;border-color:rgb(236,240,241);border-style:solid;">Acer</td><td style="width:33.2952%;height:42.08px;border-color:rgb(236,240,241);border-style:solid;">F2 oder ENTF</td><td style="border-style:solid;width:33.2952%;height:42.08px;border-color:rgb(236,240,241);">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ASRock</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2 oder ENTF</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F11</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ASUS</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2 oder F10</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ESC</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Dell</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Fujitsu</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Gigabyte</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ENTF</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">-</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">HP</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2 oder F10</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F9 oder ESC</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Intel</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Lenovo</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F1</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Medion</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F10</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Microsoft</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Lauter und Power</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;"> </td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">MSI</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ENTF</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F11</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Samsung</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ESC</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Sony</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F11</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Terra</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F2</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F7</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Toshiba</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Starten mit ESC gedrückt, dann F1</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr><tr style="height:41.44px;"><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">Zotac</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">ENTF</td><td style="width:33.2952%;height:41.44px;border-color:rgb(236,240,241);border-style:solid;">F12</td></tr></tbody></table>

</div>

# Win3.11

Inatallationsanleitung für DOS-Box

# DosBox, Windows 3.11 & Games

Mitunter soll ältere Software nochmal zum Laufen gebracht werden. Gründe gibt es mindestens zwei: man will ältere Dokumente lesen und benötigt den entsprechenden Reader oder … „Just4Fun“ …man will nochmal ein altes Spiel von früher Spielen. Ich habe letzteres mit „Mamba“ probiert.

Benötigt wurde dafür Windows 3.11 und ich hatte ein Ubuntu 18.04.

Die Schritte in der Übersicht:

<div class="post__body" id="bkmrk-dosbox-installieren-">1. DosBox installieren
2. Laufwerk anlegen und einbinden
3. Windows 3.11 installieren
4. Mamba auf das Laufwerk auf und starten

</div>…und nun die Details…

#### DosBox installieren

Unter Ubuntu reicht hier ein `apt-get install dosbox`. Danach muss ein Ordner für evtl. Konfigurationen und das Laufwerk angelegt werden: `mkdir ~/.dosbox`.

#### Laufwerk anlegen und einbinden

Für das Laufwerk (c:) muss ein Unterverzeichnis in ~/.dosbox und ein Konfiguration (~/.dosbox/dosbox.conf bzw. ~/.dosbox/dosbox-VERSION.conf) angelegt werden:

`mkdir ~/.dosbox/drive_c`

Die Datei ~/.dosbox/dosbox.conf muss folgenden Inhalt haben:

```
[autoexec]
mount c ~/.dosbox/drive_c
```

#### Windows 3.11 installieren

Zunächst muss man sich die Windows 3.11-Disketten besorgen. Ich hatte 8 Disketten-Images. Diese habe ich einzeln gemounten und in einen Installationsordner kopiert:

```
mkdir ~/.dosbox/drive_c/install
for i in `seq 1 8`; do
  sudo mount -o loop Disk0$i.img /mnt
  cp /mnt/* ~/.dosbox/drive_c/install
  sudo umount /mnt
done
```

Nun „dosbox“ starten und dort ins Laufwerk „c:“ und in den Ordner „c:/install“ wechseln. Jetzt kann mit „setup.exe“ die Win3.11-Installation beginnen.

#### Mamba auf das Laufwerk auf und starten

Zum Schluss wird [Mamba](http://www.hans-brandt.de/Mamba/mamba.htm) in das Verzeichnis `~/.dosbox/drive_c` kopiert. Nun Windows hochfahren, den File Manager öffnen und Mamba starten.

<div class="post__body" id="bkmrk-windows-aus-dos-hera">- <figure>[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/0E3image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/0E3image.png)
    
      
    <figcaption>Windows aus DOS heraus starten.</figcaption></figure>
- <figure>[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/NFhimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/NFhimage.png)
    
      
    <figcaption>File Manager öffnen</figcaption></figure>
- <figure>[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/bK1image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/bK1image.png)
    
      
    <figcaption>Mamba spielen</figcaption></figure>

</div>Linkliste

<div class="post__body" id="bkmrk-https%3A%2F%2Fwww.dosbox.c">1. [https://www.dosbox.com/](https://www.dosbox.com/)
2. DosBox unter Ubuntu: [https://wiki.ubuntuusers.de/DOSBox/](https://wiki.ubuntuusers.de/DOSBox/)
3. Mounten via Loop Device: [https://de.wikipedia.org/wiki/Loop\_device](https://de.wikipedia.org/wiki/Loop_device)
4. [Windows 3.11 im Internet suchen](http://letmegooglethat.com/?q=windows+3.11+download)
5. [Mamba](http://www.hans-brandt.de/Mamba/mamba.htm)

</div><div class="meta" id="bkmrk-16.-april-2019%C2%A0%7C-ver">[16. April 2019](https://blogs.hu-berlin.de/rbgadmin/2019/04/16/dosbox-win3-11-games/ "Permalink zu DosBox, Windows 3.11 & Games") | Veröffentlicht von Robert Sombrutzki <div class="categories">Veröffentlicht unter [Allgemein](https://blogs.hu-berlin.de/rbgadmin/category/allgemein/)</div></div>

# Tutorial: Installing Windows 3.11 with (working) drivers! [Updated]

<div class="page-body" id="bkmrk-" role="main"><div class="action-bar bar-top"></div></div>[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495900#p495900 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:18:29+00:00">11. Mar 2021, 13:18</time>

<div class="page-body" id="bkmrk-%7Bmod-note%7Dthis-is-a-" role="main"><div class="post has-profile bg2" id="bkmrk-%7Bmod-note%7Dthis-is-a--1"><div class="inner"><div class="postbody"><div id="bkmrk-%7Bmod-note%7Dthis-is-a--2"><div class="content">*{mod note}This is a copy of a [tutorial created by user Glijnos back in 2012](https://forums.virtualbox.org/viewtopic.php?f=28&t=51190). Unfortunately Glijnos made a lot of use of IMG tags, which the forum now deprecates for security reasons (offsite images can be substituted with nasty stuff that we won't go into), hence his tutorial was ruined. Presented below is the same tutorial using local attachments, broken into multiple posts so that each post can remain below the forums three attachments limit*  
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  
Tutorial: Installing Windows For Workgroups 3.11 (Windows 3.11) on VirtualBox with full driver support.  
  
**Introduction**  
For this Tutorial VirtualBox has to be installed (correctly) on your computer.  
This tutorial was tested on the hosts Windows 7 SP1 and Linux (Ubuntu 11.04). But should probably work on other hosts as well.  
For this tutorial I used my 3.5-inch floppy disks of MS-DOS 6.22 and Windows 3.11. My present pc no longer has a floppy disk drive, so I used an old pc to create floppy images (.IMA) from my old floppy's.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/SNjimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/SNjimage.png)

</dt><dd>floppyimages.jpg (55.78 KiB) Viewed 90277 times</dd></dl></div>Now that we have created the floppy images we can start to configure VirtualBox.  
Create a virtual machine  
Create in VirtualBox a new virtual machine with the name Windows 3.11 or any name you like. By OS Type select the Operating System: Microsoft Window. Under version select: Windows 3.1.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/qJSimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/qJSimage.png)

</dt><dd>vitualboxnewvm.jpg (50.34 KiB) Viewed 90277 times</dd></dl></div>Hit Next.  
By memory use the default Base memory size of 32 megabyte.  
Hit Next.  
Create a new hard disk.  
Hit Next.  
Use the default file type: VDI (Others may also work).  
Hit Next.  
By storage details use the option you like (I used Dynamically allocated)  
Hit Next.  
If you like, you can give the virtual disk another name or location.  
Use the default disk size of 1,00 Gigabyte (MS-DOS 6.22 can only recognise hard disks up to 2.1 GB)  
Hit Next, then two times Create to create the virtual machine.</div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Adding a Floppy Controller](https://forums.virtualbox.org/viewtopic.php?p=495901#p495901)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495901#p495901 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:27:01+00:00">11. Mar 2021, 13:27</time>

<div class="page-body" id="bkmrk-before-you-start-the" role="main"><div class="post has-profile bg1" id="bkmrk-before-you-start-the-1"><div class="inner"><div class="postbody"><div id="bkmrk-before-you-start-the-2"><div class="content">Before you start the virtual machine you have to add a floppy controller.  
Right click on the new virtual machine, then Settings, under Storage click: Add floppy controller.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/ijpimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/ijpimage.png)

</dt><dd>newvmcreatedfloppy.jpg (38.54 KiB) Viewed 90193 times</dd></dl></div>Add the newly added controller click on the green plus(+). A new window will popup, select: leave empty.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/YKtimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/YKtimage.png)

</dt><dd>floppyleaveempty.jpg (44.12 KiB) Viewed 90193 times</dd></dl></div>Now that this is finished you can start the virtual machine.</div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-1"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Selecting the MS-DOS Boot floppy](https://forums.virtualbox.org/viewtopic.php?p=495902#p495902)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495902#p495902 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:34:01+00:00">11. Mar 2021, 13:34</time>

<div class="page-body" id="bkmrk-ms-dos-is-needed-to-" role="main"><div class="post has-profile bg2" id="bkmrk-ms-dos-is-needed-to--1"><div class="inner"><div class="postbody"><div id="bkmrk-ms-dos-is-needed-to--2"><div class="content">MS-DOS is needed to run Windows 3.11. You can see Windows 3.11 as a graphical shell that depends on MS-DOS architecture.  
  
Now that your virtual machine is running you will get the following message:  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/7B0image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/7B0image.png)

</dt><dd>vmrunninghalted.jpg (18.19 KiB) Viewed 90084 times</dd></dl></div>In the menu bar click on devices then --&gt; Floppy Devices --&gt; Choose a virtual floppy disk file... then select your first MS-DOS 6.22 setup floppy image file.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/4mMimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/4mMimage.png)

</dt><dd>vmrunningselectmsdosflo.jpg (32.7 KiB) Viewed 90084 times</dd></dl></div>Hit Right Ctrl + R or use the menu bar --&gt; Machine --&gt; Reset to reboot the virtual machine.  
  
After the reboot VirtualBox loads the floppy Image and it will show the MS-DOS setup screen.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/2WTimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/2WTimage.png)

</dt><dd>msdossetup.jpg (49.46 KiB) Viewed 90084 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-2"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing MS-DOS 6.22 (Format virtual hard disk)](https://forums.virtualbox.org/viewtopic.php?p=495904#p495904)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495904#p495904 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:40:49+00:00">11. Mar 2021, 13:40</time>

<div class="page-body" id="bkmrk-hit-enter-to-start-t" role="main"><div class="post has-profile bg1" id="bkmrk-hit-enter-to-start-t-1"><div class="inner"><div class="postbody"><div id="bkmrk-hit-enter-to-start-t-2"><div class="content">Hit Enter to start the setup.  
  
Next Choose: Configure Unallocated disk space.  
Next, hit Enter to reboot your virtual machine.  
After the reboot MS-DOS will format the virtual hard disk.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/PYLimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/PYLimage.png)

</dt><dd>msdosformat.jpg (31.13 KiB) Viewed 90132 times</dd></dl></div>If the formatting hangs on 0%, then you have to reboot the virtual machine (right ctrl + R) and hit F8 until you see the following screen:  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/Qv2image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/Qv2image.png)

</dt><dd>msdossetuphitf8screen.jpg (26.61 KiB) Viewed 90132 times</dd></dl></div>Refuse loading of AUTOEXEC.BAT  
When the A:\&gt; prompt will appears, give the command "format c:" and enter the command "setup" once formatting is done.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/l2Fimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/l2Fimage.png)

</dt><dd>msdossetuphitf8screenfo.jpg (41.05 KiB) Viewed 90132 times</dd></dl></div>when the MS-DOS setup is running again you can follow the instructions on screen for installing MS-DOS.</div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-3"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing MS-DOS 6.22 (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495905#p495905)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495905#p495905 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:48:59+00:00">11. Mar 2021, 13:48</time>

<div class="page-body" id="bkmrk-when-the-ms-dos-setu" role="main"><div class="post has-profile bg2" id="bkmrk-when-the-ms-dos-setu-1"><div class="inner"><div class="postbody"><div id="bkmrk-when-the-ms-dos-setu-2"><div class="content">When the MS-DOS setup asks for Setup Disk #2, you have to load the next MS-DOS Floppy image.  
  
Click on devices in the menu bar again, then --&gt; Floppy Devices --&gt; Choose a virtual floppy disk file... then select your next MS-DOS 6.22 floppy image file.  
  
Use the same method for disk #3.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/Geaimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/Geaimage.png)

</dt><dd>msdossetupnewdisk.jpg (43.79 KiB) Viewed 90132 times</dd></dl></div>When the setup is done, remove the floppy disk from the virtual drive, and press ENTER.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/Sofimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/Sofimage.png)

</dt><dd>msdossetupfinishremoved.jpg (41.01 KiB) Viewed 90132 times</dd></dl></div>Setup complete:  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/mitimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/mitimage.png)

</dt><dd>msdossetupfinishfinal.jpg (33.21 KiB) Viewed 90132 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-4"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing MS-DOS 6.22 (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495906#p495906)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495906#p495906 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:50:26+00:00">11. Mar 2021, 13:50</time>

<div class="page-body" id="bkmrk-after-the-reboot-the" role="main"><div class="post has-profile bg1" id="bkmrk-after-the-reboot-the-1"><div class="inner"><div class="postbody"><div id="bkmrk-after-the-reboot-the-2"><div class="content">After the reboot the MS-DOS 6.22 prompt will be loaded.</div><dl class="attachbox"><dt>Attachments</dt><dd><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/a9Oimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/a9Oimage.png)

</dt><dd>dospromt.jpg (26.34 KiB) Viewed 90133 times</dd></dl></dd></dl></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-5"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing Windows 3.11](https://forums.virtualbox.org/viewtopic.php?p=495908#p495908)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495908#p495908 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:55:01+00:00">11. Mar 2021, 13:55</time>

<div class="page-body" id="bkmrk-now-that-ms-dos-is-i" role="main"><div class="post has-profile bg2" id="bkmrk-now-that-ms-dos-is-i-1"><div class="inner"><div class="postbody"><div id="bkmrk-now-that-ms-dos-is-i-2"><div class="content">Now that MS-DOS is installed we can start to run the Windows 3.11 setup.  
Click on devices in the menu bar again then --&gt; Floppy Devices --&gt; Choose a virtual floppy disk file... then select your first Windows 3.11 floppy image file.  
At the C:\&gt; prompt, give the command "A:\" and enter the command 'setup' once the prompt A:\&gt; will appear and hit enter.  
The Windows for Workgroups 3.11 setup screen will appear.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/jkximage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/jkximage.png)

</dt><dd>311setupscreen.jpg (36.69 KiB) Viewed 90133 times</dd></dl></div>  
Hit enter to setup Windows for Workgroups 3.11.  
On the next screen choose the Express Setup with the enter key (the express setup is usually fine).  
Windows will now be installed. When the setup asks for disk 2, click on devices in the menu bar again then --&gt; Floppy Devices --&gt; Choose a virtual floppy disk file... then select your next Windows 3.11 floppy image file.  
After that the setup will reboot to a more graphical style and ask for your name, company and product number (use your windows 3.11 product number )  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/XLbimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/XLbimage.png)

</dt><dd>311setupproductnumber.jpg (60.39 KiB) Viewed 90133 times</dd></dl></div>Click Continue.  
Verify your information and Click Continue.  
The setup will now continue. When it ask for the next disk, select your next Windows 3.11 floppy image and hit Enter.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/yVuimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/yVuimage.png)

</dt><dd>311setupfloppydisk3.jpg (47.49 KiB) Viewed 90133 times</dd></dl></div>Repeat this action for the following floppy disks.</div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-6"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing Windows 3.11 (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495909#p495909)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495909#p495909 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T11:58:13+00:00">11. Mar 2021, 13:58</time>

<div class="page-body" id="bkmrk-when-it-asks-for-pri" role="main"><div class="post has-profile bg1" id="bkmrk-when-it-asks-for-pri-1"><div class="inner"><div class="postbody"><div id="bkmrk-when-it-asks-for-pri-2"><div class="content">When it asks for printer installation, just leave the "No Printer Attached" option selected and press the Install button.  
When it asks for Network Setup, just press continue (You have to configure this later).  
When it asks for the application name for C:\DOS\EDIT.COM, leave the default "MS-DOS Editor" option enabled and press OK.  
You can choose to either Run Tutorial or Skip Tutorial.  
Setup complete!  
Remove your last floppy Image and press Restart Computer.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/vhUimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/vhUimage.png)

</dt><dd>311setupcomplete.jpg (49.87 KiB) Viewed 90133 times</dd></dl></div>After the reboot, you can type win into the MS-DOS command line to see your new, working Windows 3.11! It is fully usable at this point, but continue with the rest of this tutorial to enable network support, CD-ROM drivers, video drivers, sound drivers and Internet Explorer.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/mNnimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/mNnimage.png)

</dt><dd>311windows.jpg (76.71 KiB) Viewed 90132 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-7"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Adding CD-ROM Support](https://forums.virtualbox.org/viewtopic.php?p=495910#p495910)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495910#p495910 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:08:11+00:00">11. Mar 2021, 14:08</time>

<div class="page-body" id="bkmrk-it-works-quicker-to-" role="main"><div class="post has-profile bg2" id="bkmrk-it-works-quicker-to--1"><div class="inner"><div class="postbody"><div id="bkmrk-it-works-quicker-to--2"><div class="content">It works quicker to load all drivers and setup files on a single CD-ROM disk image then on multiple floppy's images, so the first thing we need to do is to configure the ms-dos/Win 3.11 installation to recognise the VirtualBox (virtual) CD-ROM drive.  
Search the web for the file AOATAPI.SYS and Copy the AOATAPI.SYS file to a floppy disk image, or use the CD-ROM driver floppy Image that I already made for you.  
Start your virtual machine. Load the floppy Image, and then type COPY A:\AOATAPI.SYS C: at the command prompt to copy the AOATAPI.SYS file to your C: drive.  
After that you must edit your AUTOEXEC.BAT and CONFIG.SYS files.  
At the C:\ command prompt type EDIT AUTOEXEC.BAT. Place the line: c:\dos\mscdex.exe /d:idecd000 in the autoexec.bat and save, then exit (use the Alt key to activate the menu).  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/rP6image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/rP6image.png)

</dt><dd>cdromeditautoexec.jpg (45.24 KiB) Viewed 90131 times</dd></dl></div>At the C:\ prompt type EDIT CONFIG.SYS. Place the line device=c:\aoatapi.sys /d:idecd000 in the config.sys and then save, then exit.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/sioimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/sioimage.png)

</dt><dd>cdromeditconfig.jpg (45.65 KiB) Viewed 90131 times</dd></dl></div>Restart the virtual machine and go into windows. Open the File Manager and now you will see Drive D for the CD ROM.  
I loaded the VirtualBox Guest additions for testing.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/Z9Vimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/Z9Vimage.png)

</dt><dd>cdromloaded.jpg (45.47 KiB) Viewed 90131 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-8"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Sound Card Installation](https://forums.virtualbox.org/viewtopic.php?p=495911#p495911)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495911#p495911 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:12:01+00:00">11. Mar 2021, 14:12</time>

<div class="page-body" id="bkmrk-search-the-web-for-t" role="main"><div class="post has-profile bg1" id="bkmrk-search-the-web-for-t-1"><div class="inner"><div class="postbody"><div id="bkmrk-search-the-web-for-t-2"><div class="content">Search the web for the Sound Blaster 16/AWE for DOS/Windows 3.1 drivers and Copy them to a CD-ROM disk image or floppy disk image, or use the CD-ROM disk image that I already made for you.  
Start-up MS-DOS to a C:\ prompt. Load the floppy or CD image, access the SoundBlaster 16 drivers on the A: or D: drive, then type install.  
Note: On my driver CDROM type CD sb16 at the command prompt and then install.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/woKimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/woKimage.png)

</dt><dd>soundinstallcmd.jpg (32.32 KiB) Viewed 90243 times</dd></dl></div>Accept all of the defaults in the installation.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/UDlimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/UDlimage.png)

</dt><dd>soundinstallsettings.jpg (45.51 KiB) Viewed 90243 times</dd></dl></div>When the installation is complete you can run windows with sound.  
When you run windows it will create a Audio Program Group automatically.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/hknimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/hknimage.png)

</dt><dd>soundwindows311.jpg (38.2 KiB) Viewed 90243 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-9"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Network Installation](https://forums.virtualbox.org/viewtopic.php?p=495913#p495913)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495913#p495913 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:16:17+00:00">11. Mar 2021, 14:16</time>

<div class="page-body" id="bkmrk-search-the-web-for-t-3" role="main"><div class="post has-profile bg2" id="bkmrk-search-the-web-for-t-4"><div class="inner"><div class="postbody"><div id="bkmrk-search-the-web-for-t-5"><div class="content">Search the web for the "AMD PCNET Family (NDIS2/NDIS3)" driver and the " Microsoft TCP-IP-32 3.11b"drivers for Windows 3.11. Copy them to a CD-ROM disk Image or floppy disk Image, or use the CD-ROM disk Image that I already made for you.  
Boot into windows 3.11 and open the program group "Main". In "Main" open the program "Windows Setup", click "options" and then "Change Network Settings".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/sdDimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/sdDimage.png)

</dt><dd>networksetup.jpg (60.12 KiB) Viewed 90132 times</dd></dl></div>On the "Network Setup" screen click on networks. On the next screen select "Install Microsoft Windows Network" and hit "OK".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/EMzimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/EMzimage.png)

</dt><dd>networkinstallnetwork.jpg (65.24 KiB) Viewed 90132 times</dd></dl></div>Click "OK" again on the "Network Setup" screen.  
On the "Add Network Adapter" screen select the "Unlisted or Updated Network Adapter" option and click "OK".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/iuqimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/iuqimage.png)

</dt><dd>networksetupunlisted.jpg (51.35 KiB) Viewed 90132 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-10"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Network Installation (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495914#p495914)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495914#p495914 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:19:21+00:00">11. Mar 2021, 14:19</time>

<div class="page-body" id="bkmrk-on-the-cdrom-drive-o" role="main"><div class="post has-profile bg1" id="bkmrk-on-the-cdrom-drive-o-1"><div class="inner"><div class="postbody"><div id="bkmrk-on-the-cdrom-drive-o-2"><div class="content">On the CDROM drive or Floppy disk Image select the directory where you stored the " AMD PCNET Family " drivers --&gt; windowsnetdrv (windowsn) and click "OK".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/KH0image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/KH0image.png)

</dt><dd>networkdriverlocationse.jpg (61.76 KiB) Viewed 90132 times</dd></dl></div>And "OK" again, then select the "Advanced Micro Devices PCNET family" driver and click "OK" again.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/UDRimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/UDRimage.png)

</dt><dd>networkdriveramdselect.jpg (51.05 KiB) Viewed 90132 times</dd></dl></div>Enter an User Name, Workgroup and Computer Name or keep the defaults and click "OK" again.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/UVlimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/UVlimage.png)

</dt><dd>networkcomputername.jpg (42.49 KiB) Viewed 90132 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-11"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Network Installation (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495915#p495915)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495915#p495915 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:22:22+00:00">11. Mar 2021, 14:22</time>

<div class="page-body" id="bkmrk-when-the-setup-asks-" role="main"><div class="post has-profile bg2" id="bkmrk-when-the-setup-asks--1"><div class="inner"><div class="postbody"><div id="bkmrk-when-the-setup-asks--2"><div class="content">When the setup asks for your Windows 3.11 Disk 7 and 8 floppy, load them and Click "OK".  
When the installation is complete click "OK" and then click "Restart Computer".  
Don't forget to remove your windows 3.11 installation floppy!  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/kv7image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/kv7image.png)

</dt><dd>networksetupfinishmodif.jpg (50.58 KiB) Viewed 90086 times</dd></dl></div>When the reboot is complete start Windows Again. You get the messenger: welcome to Windows for Workgroups. Click "OK" to make a new password or "Cancel" the start the Program Manager.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/PhXimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/PhXimage.png)

</dt><dd>welcomecq.jpg (31.09 KiB) Viewed 90086 times</dd></dl></div>Go to the program group "Network" and click "Network Setup". On the Network setup click on "Drivers", then "Add protocol" and select "Unlisted or Updated Protocol", then hit "ÖK".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/T9Rimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/T9Rimage.png)

</dt><dd>networkprotocolsetup.jpg (59.64 KiB) Viewed 90086 times</dd></dl></div></div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg1"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-12"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Network Installation (Continued)](https://forums.virtualbox.org/viewtopic.php?p=495916#p495916)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495916#p495916 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:24:10+00:00">11. Mar 2021, 14:24</time>

<div class="page-body" id="bkmrk-on-the-cdrom-drive-o-3" role="main"><div class="post has-profile bg1" id="bkmrk-on-the-cdrom-drive-o-4"><div class="inner"><div class="postbody"><div id="bkmrk-on-the-cdrom-drive-o-5"><div class="content">On the CDROM drive or Floppy disk Image select the directory where you stored the "Microsoft tcpip311b" drivers and click "OK".  
Select the Microsoft TCP/IP32 3.11b protocol and click "OK" again.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/etZimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/etZimage.png)

</dt><dd>networkmicrosoftprotoco.jpg (53.93 KiB) Viewed 89827 times</dd></dl></div>When the installation is complete click "Close", after that click "OK".  
When the "Microsoft TCP/IP configuration" window pops up select "Enable Automatic DHCP configuration" or use your own configuration and hit "OK".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/nOOimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/nOOimage.png)

</dt><dd>networkdhcp.jpg (53.92 KiB) Viewed 89827 times</dd></dl></div>Click on "Restart Computer" to finish the installation.  
To confirm that networking is working at this stage, try opening a MS-DOS Prompt from the "Main" group and type "ping [http://www.google.nl](http://www.google.nl/)".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/jYvimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/jYvimage.png)

</dt><dd>networkping.jpg (54.55 KiB) Viewed 89827 times</dd></dl></div>If you get a reply, then your network installation is working correctly. Type exit to return to windows.</div></div></div><div class="back2top">[<span class="sr-only">Top</span>](https://forums.virtualbox.org/viewtopic.php?t=102121#top "Top")</div></div></div><div class="post has-profile bg2"><div class="inner"><dl class="postprofile" id="bkmrk-glijnos-posts%3A%C2%A024-jo-13"><dt class="no-profile-rank no-avatar"><div class="avatar-container">  
</div>[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)</dt><dd class="profile-posts">**Posts:** [24](https://forums.virtualbox.org/search.php?author_id=73614&sr=posts)</dd><dd class="profile-joined">**Joined:** 22. Aug 2012, 22:28</dd></dl><div class="postbody"><div>  
</div></div></div></div></div>### [Installing Internet Explorer 5.01](https://forums.virtualbox.org/viewtopic.php?p=495917#p495917)

[<span class="sr-only">Post</span>](https://forums.virtualbox.org/viewtopic.php?p=495917#p495917 "Post") <span class="responsive-hide">by **[Glijnos](https://forums.virtualbox.org/memberlist.php?mode=viewprofile&u=73614)** » </span><time datetime="2021-03-11T12:28:51+00:00">11. Mar 2021, 14:28</time>

<div class="page-body" id="bkmrk-to-browse-the-intern" role="main"><div class="post has-profile bg2" id="bkmrk-to-browse-the-intern-1"><div class="inner"><div class="postbody"><div id="bkmrk-to-browse-the-intern-2"><div class="content">To browse the internet you need to install a browser.  
Search the web for the "Internet Explorer 5 (windows 3.11)" and copy the installer to a CD-ROM disk Image. You can also use the CD-ROM disk image that I made for you.  
In windows open the File Manager, open your D:\ drive and run the msie501w311 installer.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/bO9image.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/bO9image.png)

</dt><dd>ie5setupbrowse.jpg (45.28 KiB) Viewed 89869 times</dd></dl></div>WinZip will extract the installation files and start the setup.  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/sDGimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/sDGimage.png)

</dt><dd>ie5setup.jpg (58.7 KiB) Viewed 89869 times</dd></dl></div>Click "Next &gt;" and accept the agreement. Click "Next &gt;" again.  
Use the default Full install and click "Next &gt;".  
<div class="inline-attachment"><dl class="file"><dt class="attach-image">[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/scaled-1680-/fTpimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-05/fTpimage.png)

</dt><dd>ie5setupfullinstall.jpg (61.88 KiB) Viewed 89869 times</dd></dl></div></div></div></div><div class="back2top"><span class="button button-secondary dropdown-trigger dropdown-select dropdown-toggle" title="Topic tools"> </span></div></div></div></div><div class="page-footer" id="bkmrk--2" role="contentinfo"><div><div></div></div></div>

# Proxy setzen

# Windows: Proxy-Server-Einstellungen per Skript setzen

<div class="post-header" id="bkmrk-28.-januar-2025%C2%A0%2F%C2%A0an"><div class="post-meta"><span class="post-date">[28. Januar 2025](https://www.andysblog.de/windows-proxy-server-einstellungen-per-skript-setzen)</span> <span class="date-sep">/ </span><span class="post-author">[Andy](https://www.andysblog.de/author/andy "Beiträge von Andy")</span> <span class="date-sep">/ </span>[<span class="comment">Keine Kommentare</span>](https://www.andysblog.de/windows-proxy-server-einstellungen-per-skript-setzen#respond)</div></div>Verwendet man einen Caching- oder Filtering-Proxy oder hat eine entsprechende Firewall bzw. UTM (z.B. von [Securepoint](https://www.securepoint.de/fuer-unternehmen/utm-firewall)) im Einsatz, so lautet die Best Practice auf den Computern die Einstellungen für den Proxy-Server vorzunehmen. Zwar geht es auch mit “Transparent Proxies”, also das die Firewall den Verkehr quasi umleitet, aber die Clients reagieren deutlich besser wenn sie von dem Proxy-Server Wissen.

<span id="bkmrk--1"></span>

Dieser Beitrag wurde durch eine Frage von meinem Kollegen Jörg ([IT-Service Häcker e.K.](https://it-haecker.de/), Grüße an dieser Stelle) inspiriert. Vielen Dank für den Trigger.

Die Sache mit den Proxy-Einstellungen ist nicht so trivial wie man vielleicht meinen möchte. So gibt es unterschiedliche Schnittstellen (WinINET und WinHTTP) und zudem können Anwendungen noch dazu eigene Einstellungen haben. Das bedeutet es muss beachtet werden, ob man die Einstellung für die eine oder die anderen oder beide Schnittstellen setzen muss und ob diese pro Benutzer oder für den gesamten Computer greifen sollen und ob gegebenen falls auch noch gezielt Anwendungen konfiguriert werden müssen.

Für viele Anwendungen gilt in der Regel die Konfiguration von WinINET.

# Gruppenrichtlinie

Der Klassiker in Active Directory-Umgebungen ist der Weg mittels Gruppenrichtlinie, aber darum soll es hier nicht gehen. Dennoch anbei ein paar Links hierzu und die Quellen (siehe ganz unten) sind ebenfalls interessant:

[Windows Pro – Proxy-Server für IE11, Edge und Google Chrome über GPO konfigurieren](https://www.windowspro.de/wolfgang-sommergut/proxy-server-fuer-ie11-edge-google-chrome-ueber-gpo-konfigurieren)

[TheITBros.com – Configuring Proxy Settings via GPO on Windows](https://theitbros.com/config-internet-explorer-11-proxy-settings-gpo/)

# Befehl

Hat man es mit Systemen zu tun, die nicht Mitglied einer Domäne sind oder die entsprechenden Einstelllungen sollen bei der Erst-Einrichtung via Befehl oder Skript eingepflegt oder mittels RMM verteilt werden, ist es gut zu Wissen, welche Wege es gibt.

Ein Klassiker stellt dabei *netsh* dar, der WinHTTP konfiguriert:

<div class="post-content entry-content" id="bkmrk-einstellungen-anzeig">- Einstellungen anzeigen: *netsh winhttp show proxy*
- Einstellungen zurücksetzen: *netsh winhttp reset proxy*
- Einen Proxy-Server setzen: *netsh winhttp set proxy &lt;IP oder FQDN&gt;:&lt;Port&gt;*
- Eine Ausnahme festlegen: *netsh winhttp set proxy “&lt;IP oder FQDN&gt;:&lt;Port&gt;” bypass-list= “\*.domain.local”*

</div>Diese Einstellungen greifen systemweit, aber nicht für Anwendungen die WinINET nutzen!

Man kann die Einstellungen aus “Systemsteuerung – Internetoptionen” bzw. “Einstellungen – Netzwerk und Internet – Proxy” (also WinINET) systemweit (für WinHTTP) mit nachfolgendem Befehl übernehmen:

```
netsh winhttp import proxy source=ie
```

# Registry

Die relevanten Stellen für WinINET in der Registry sind

```
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings
```

und

```
HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings
```

bzw. je nach verwendeten Methode dann noch jeweils die Unterschlüssel “Connections”.

Man könnte also die Einstellungen über die GUI so setzen wie man dies möchte und die Daten aus der Registry ex- und auf einem Zielsystem importieren.

# Skript

Im Grunde ändert ein Befehl oder Skript nur die Registry entsprechend ab. In Form von PowerShell kann dies für WinINET so aussehen:

```
$ProxySettingsPath = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings"

Set-ItemProperty -Path $ProxySettingsPath -Name ProxyEnable -Value 1
Set-ItemProperty -Path $ProxySettingsPath -Name ProxyServer -Value "<IP oder FQDN>:<Port>"
Set-ItemProperty -Path $ProxySettingsPath -Name ProxyOverride -Value '*.domain.local'
Set-ItemProperty -Path $ProxySettingsPath -Name AutoDetect -Value 0
```

So wird pro Benutzer die Einstellung gesetzt, die Änderung greift in der Regel sofort, je nach Anwendung muss diese einmal neu gestartet werden.

Möchte man unterschiedliche Proxy-Server pro Protokoll setzen, sieht die entsprechende Zeile wie folgt aus:

```
Set-ItemProperty -Path $proxy -Name ProxyServer -Value "http=<IP oder FQDN>:<Port>;https=<IP oder FQDN>:<Port>"
```

Weitere Protokolle sind *ftp* und *socks*. Ist man nicht sicher, wie die Werte aussehen müssen, kann man diese zunächst über die GUI konfigurieren und via *regedit* im genannten Pfad nachsehen.

Das System-weite setzen ist mitunter nicht so einfach, daher empfiehlt sich als Workaround die Kombination aus dem Ändern der Registry (für pro Benutzer) wie in diesem Abschnitt mittels PowerShell dargestellt und das anschließende Ausführen von

```
netsh winhttp import proxy source=ie
```

Auf diese Weise kann man WinINET und WinHTTP abdecken.

# Weiteres

Mit .NET Core bzw. PowerShell Core gibt es die Option, durch das Festlegen von Umgebungsvariablen (HTTP\_PROXY, HTTPS\_PROXY, ALL\_PROXY, NO\_PROXY) die Nutzung eines Proxy-Servers zu konfigurieren. Das funktioniert natürlich nur, wenn man PowerShell 7.x oder neuer installiert hat. In Windows 11 ist z.B. PowerShell 5.1 von vornherein mit dabei.

Der Vollständigkeit halber: Mit zum Beispiel Batch oder VBScript (Visual Basic Script) und weiteren geht das auch. Da PowerShell der modernere Ansatz ist, belassen wir es an dieser Stelle dabei.

# Automatisch per WPAD

Zwar nicht direkt auf dem System, aber automatisch lassen sich Proxy-Einstellungen auch per [Web Proxy Autodiscovery Protocol (WPAD)](https://de.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol) verteilen. Allerdings müssen hierzu mehrere Voraussetzungen erfüllt sein und man benötigt unter anderem einen Web-Server der die entsprechende Datei bereitstellen kann. Im verlinkten Wikipedia-Artikel wird schnell deutlich, das dies unter Umständen mehr Aufwand bedeutet, als einfach ein paar Befehls- oder Skript-Zeilen.

# Vorsicht Falle!

Wie eingangs erwähnt und ungeachtet dieser Einstellungen stellt eine Herausforderung dar, wenn Anwendungen wie manche Browser und weitere, eine eigene Proxy-Konfigurationsmöglichkeit mitbringen. In diesen Fällen nutzen die System- oder Benutzer-weiten Einstellungen wie sie hier genannt wurden leider nichts. Im Zweifelsfall muss man ermitteln wo und wie die jeweilige Anwendung die Einstellungen speichert um diese dann beispielsweise per PowerShell anpassen zu können.

<div class="post-content entry-content" id="bkmrk--2">---

</div># Quellen

[MSXFAQ – Windows Proxy Konfiguration](https://www.msxfaq.de/netzwerk/grundlagen/windows_http_proxy.htm)

[ Der Windows Papst – Windows Proxy Server systemweit einstellen](https://www.der-windows-papst.de/2018/11/17/windows-proxy-server-systemweit-einstellen/)

[IP loging – Windows proxy settings ultimate guide part II – configuring proxy settings](https://igorpuhalo.wordpress.com/2022/07/15/windows-proxy-settings-ultimate-guide-part-ii-configuring-proxy-settings/)

# Windows 11-Installationsmedium mit Tiny11 abspecken

<div class="post-header" id="bkmrk-19.-september-2025%C2%A0%2F"><div class="post-meta"><span class="post-date">[19. September 2025](https://www.andysblog.de/windows-11-installationsmedium-mit-tiny11-abspecken)</span> <span class="date-sep">/</span></div></div>Mit Hilfe von [Tiny11](https://github.com/ntdevlabs/tiny11builder) kann man ein abgespecktes Windows 11-Installationsmedium erstellen, das quasi nur noch das eigentliche Betriebssystem enthält ohne alle (un)möglichen Store-Apps.

<span id="bkmrk--1"></span>

Die Voraussetzungen sind gering:

<div class="post-content entry-content" id="bkmrk-powershell%C2%A05.1-oder-">- [PowerShell](https://learn.microsoft.com/de-de/powershell/scripting/install/installing-powershell-on-windows) 5.1 oder neuer muss installiert sein.
- Die [Original-Windows 11-ISO-Datei](https://www.microsoft.com/de-de/software-download/windows11) muss vorliegen und bereitgestellt sein.

</div>Der Ablauf ist simple:

<div class="post-content entry-content" id="bkmrk-tiny11-herunterladen">- [Tiny11 herunterladen](https://github.com/ntdevlabs/tiny11builder/releases/), entpacken und in der PowerShell wie folgt ausführen: ```
    Set-ExecutionPolicy Bypass -Scope Process
    .\tiny11maker.ps1
    ```
- Den Laufwerksbuchstaben der bereitgestellten Windows-ISO angeben (nur den Buchstaben ohne “:\\”!).
- Im weiteren Verlauf die SKU auswählen, für Windows 11 Pro wäre das die “5”
- Warten.

</div>Sobald der Vorgang abgeschlossen ist, findet sich im Tiny11-Ordner eine *tiny11.iso* (die 1,31 GB kleiner ist als das Original) mit der man einen Computer neu installieren kann. Windows 11 sieht dann sehr aufgeräumt aus:

[![image.png](https://bst.wkmimnl.de/uploads/images/gallery/2025-10/scaled-1680-/brhimage.png)](https://bst.wkmimnl.de/uploads/images/gallery/2025-10/brhimage.png)

Aktivierung und Windows Updates klappen wie gewohnt, es fehlen viele Apps, falls man doch was vermisst kann man es aus dem Microsoft Store nachinstallieren. Ansonsten hat man ein sauberes Betriebssystem vor sich. Da so mancher Ballast fehlt läuft es etwas schneller und lässt sich zudem auf nicht unterstützter Hardware installieren.

Im Laufe der Zeit können allerdings durch Windows Updates und andere Kniffe von Microsoft wieder unerwünschte Apps und mehr auftauchen. Um dies zu Handhaben braucht es andere Tools.

Tiny11 demonstriert, das es mit Microsoft-Mitteln möglich ist, ein reines Windows ohne Schnickschnack zu erstellen.

# Certutil

PS C:\\Users\\Book&gt; certutil -enumstore

 (CurrentUser: -user)  
LocalMachine  
 (CurrentService: -service)  
 (Services: -service -service)  
 (Users: -user -user)  
 (CurrentUserGroupPolicy: -user -grouppolicy)  
 (LocalMachineGroupPolicy: -grouppolicy)  
 (LocalMachineEnterprise: -enterprise)

 **My "Eigene Zertifikate"**  
 **Root "Vertrauenswürdige Stammzertifizierungsstellen"**  
 **Trust "Organisationsvertrauen"**  
 **CA "Zwischenzertifizierungsstellen"**  
 **TrustedPublisher "Vertrauenswürdige Herausgeber"**  
 **Disallowed "Nicht vertrauenswürdige Zertifikate"**  
 **AuthRoot "Drittanbieter-Stammzertifizierungsstellen"**  
 **TrustedPeople "Vertrauenswürdige Personen"**  
 **ClientAuthIssuer "Clientauthentifizierungsaussteller"**  
 **FlightRoot "Stammelemente der Vorabversion"**  
 **TestSignRoot "Stämme testen"**  
 **AAD Token Issuer**  
 **CanaryCertStore**  
 **eSIM Certification Authorities**  
 **Homegroup Machine Certificates**  
 **InjectorCertStore**  
 **McAfee Trust**  
 **OemEsim "OEM-eSIM-Zertifizierungsstellen"**  
 **PasspointTrustedRoots "Vertrauenswürdige Passpoint-Stämme"**  
 **PolicyCertStore**  
 **Remote Desktop "Remotedesktop"**  
 **REQUEST "Zertifikatregistrierungsanforderungen"**  
 **SmartCardRoot "Smartcard vertrauenswürdige Stämme"**  
 **TrustedAppRoot "Autoritäten für die Installation vertrauenswürdiger verpackter Apps"**  
 **TrustedDevices "Vertrauenswürdige Geräte"**  
 **Windows Live ID Token Issuer**  
 **WindowsServerUpdateServices**