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 12:36:15] – [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 | ||
| - | $_config = $config | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] |
| - | $_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\excel] |
| - | if (IsNullOrWhiteSpace($_config) -or !IsPathFullyQualified($_config)) { exit 1 } | + | " |
| + | " | ||
| + | " | ||
| - | $_config | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint] |
| + | " | ||
| + | " | ||
| + | " | ||
| - | New-Item -ItemType Directory " | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\onenote] |
| - | Invoke-WebRequest -Uri " | + | "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" |
| - | Start-Process | + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" |
| - | Remove-Item | + | "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" |
| - | & " | + | |
| - | & "$_dir/setup.exe" "/configure $_config" | + | |
| - | function IsNullOrWhiteSpace ([string]$s) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function IsPathFullyQualified ([string]$path) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function NormalizePath ([string]$path) { | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] |
| - | | + | " |
| - | } | + | " |
| + | " | ||
| - | function GetFilePath { | ||
| - | param ( | ||
| - | [Parameter(Mandatory = $true)] | ||
| - | [string]$initialDir | ||
| - | ) | ||
| - | |||
| - | # | ||
| - | $_file = New-Object System.Windows.Forms.OpenFileDialog | ||
| - | $_file.InitialDirectory = $initialDir | ||
| - | $_file.Multiselect = $false | ||
| - | $_file.ShowDialog() | Out-Null | ||
| - | if (IsNullOrWhiteSpace($_file.FileName)) { return $_file.FileName } | ||
| - | } | ||
| - | |||
| - | </ | ||
| - | |||
| - | |||
| - | === 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.1633437375.txt · Zuletzt geändert: von david
