docs(kiosk): Added footer/header setup step

This commit is contained in:
Nicolai Ort 2025-04-25 13:29:18 +02:00
parent b22d130631
commit d3c71353cc
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 14 additions and 2 deletions

View File

@ -103,7 +103,13 @@ So richten Sie den Kiosk für die Veranstaltung ein.
{{< /tab >}}
{{< /tabs >}}
6. Reboot via `shutdown -r -t 0`
6. Nur für den Druck: Druck ohne Metadaten einrichten:
1. Lade die [Administrativen Richtlinienvorlagen für Edge](https://www.microsoft.com/de-de/edge/business/download) herunter (Neueste Version herunterladen -> Windows 64-bit -> Windows 64-bit-Richtlinie herunterladen)
2. Kopiere den Inhalt der ZIP-Datei aus dem `.cab`-Archiv nach `C:\Windows\PolicyDefinitions`.
3. Öffne den Gruppenrichtlinien-Editor (GPEdit) und navigiere zu `Computerkonfiguration -> Administrative Vorlagen -> Microsoft Edge -> Drucken`
4. Öffne die Richtlinie `Kopf- und Fußzeilen drucken`, setze sie auf `Deaktiviert` und klicke auf `OK`.
7. Neustarten via `shutdown -r -t 0` oder die Windows Benutzeroberfläche.
### Deinstallation

View File

@ -103,7 +103,13 @@ How to set up the kiosk for the event.
{{< /tab >}}
{{< /tabs >}}
6. Reboot via `shutdown -r -t 0`
6. For print only: Setup printing without metadata:
1. Download the [Administrative Policy Templates for Edge](https://www.microsoft.com/en-en/edge/business/download) (Download the latest -> Windows 64-bit -> Download Windows 64-bit Policy)
2. Copy the Contents of the zip inside the `.cab` to `C:\Windows\PolicyDefinitions`.
3. Open GPEdit and navigate to `Computer Configuration -> Administrative Templates -> Microsoft Edge -> Printing`
4. Open the `Print headers and footers` policy, set it to `Disabled` and click `OK`.
7. Reboot via `shutdown -r -t 0` or the windows GUI.
### Teardown