microsoft_office
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| microsoft_office [2021-10-05 13:05:18] – [Installationsskript] david | microsoft_office [2021-12-08 13:14:44] (aktuell) – [neues Design (2021)] david | ||
|---|---|---|---|
| Zeile 16: | Zeile 16: | ||
| [[https:// | [[https:// | ||
| - | FIXME | ||
| - | PowerShell Skript: | + | ==== neues Design (2021) ==== |
| - | <code powershell office-install.ps1> | + | |
| - | param ( | + | |
| - | [Parameter(Mandatory | + | |
| - | [string] $config | + | |
| - | ) | + | |
| - | $ErrorActionPreference = " | + | <code properties office-ui-2021.reg> |
| + | Windows Registry Editor Version 5.00 | ||
| - | function IsNullOrWhiteSpace ([string]$s) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function IsPathFullyQualified ([string]$path) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\excel] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function NormalizePath ([string]$path) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function GetFilePath { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\onenote] |
| - | param ( | + | " |
| - | | + | " |
| - | | + | " |
| - | ) | + | |
| - | Add-Type -AssemblyName | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] |
| - | $_file | + | "Microsoft.Office.UXPlatform.FluentSVRefresh"=" |
| - | $_file.InitialDirectory | + | " |
| - | | + | " |
| - | $_file.ShowDialog() | Out-Null | + | |
| - | if (!IsNullOrWhiteSpace($_file.FileName)) { return $_file.FileName } | + | |
| - | } | + | |
| - | $_config = $config | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] |
| - | $_dir = NormalizePath([System.IO.Path]:: | + | "Microsoft.Office.UXPlatform.FluentSVRefresh"=" |
| - | $_home | + | " |
| - | $_url = "https:// | + | " |
| - | if (IsNullOrWhiteSpace($_config)) { $_config | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] |
| - | if (IsNullOrWhiteSpace($_config) -or !IsPathFullyQualified($_config)) { exit 1 } | + | " |
| + | " | ||
| + | " | ||
| - | $_config = NormalizePath($_config) | ||
| - | |||
| - | New-Item -ItemType Directory " | ||
| - | Invoke-WebRequest -Uri " | ||
| - | Start-Process " | ||
| - | Remove-Item " | ||
| - | & " | ||
| - | & " | ||
| - | |||
| - | Write-Host -NoNewline "Press any key to continue..." | ||
| - | [System.Console]:: | ||
| - | |||
| - | </ | ||
| - | |||
| - | |||
| - | === Konfigurationsdatei für Microsoft 365 Apps for enterprise (Aktivierung über MS Account z.B. Schulkonto) === | ||
| - | |||
| - | <code xml odt-365.xml> | ||
| - | < | ||
| - | <Add OfficeClientEdition=" | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | <Updates Enabled=" | ||
| - | < | ||
| - | < | ||
| - | <User Key=" | ||
| - | <User Key=" | ||
| - | <User Key=" | ||
| - | </ | ||
| - | <Display Level=" | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | |||
| - | === Konfigurationsdatei für Microsoft Office Professional Plus (Aktivierung über Volume License z.B. KMS) === | ||
| - | |||
| - | <code xml odt-vl.xml> | ||
| - | < | ||
| - | <Add OfficeClientEdition=" | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <Product ID=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | <Updates Enabled=" | ||
| - | < | ||
| - | < | ||
| - | <User Key=" | ||
| - | <User Key=" | ||
| - | <User Key=" | ||
| - | </ | ||
| - | <Display Level=" | ||
| - | </ | ||
| </ | </ | ||
/home/http/wiki/data/attic/microsoft_office.1633439118.txt · Zuletzt geändert: von david
