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:30:45] – david | microsoft_office [2021-12-08 13:14:44] (aktuell) – [neues Design (2021)] david | ||
|---|---|---|---|
| Zeile 7: | Zeile 7: | ||
| * **Office Deployment Tool (ODT)**: [[https:// | * **Office Deployment Tool (ODT)**: [[https:// | ||
| * Installieren von MS Office mithilfe von dem ODT und dem Skript (siehe unten) | * Installieren von MS Office mithilfe von dem ODT und dem Skript (siehe unten) | ||
| - | * Smart Activation Script //(oft als cracken bezeichnet)//: [[https:// | + | * **Aktivierung** |
| + | * Windows mit HWID und Office mit KMS: [[https://github.com/ | ||
| + | * Windows und Office mit KMS: [[https:// | ||
| Zeile 14: | Zeile 16: | ||
| [[https:// | [[https:// | ||
| - | FIXME | ||
| - | neues PowerShell Skript: | + | ==== neues Design |
| - | <code powershell office-install.ps1> | + | |
| - | Param ( | + | |
| - | [Parameter(Mandatory=$false, | + | |
| - | [string] $config | + | |
| - | ) | + | |
| - | $ErrorActionPreference = " | + | <code properties office-ui-2021.reg> |
| + | Windows Registry Editor Version 5.00 | ||
| - | if ([string]:: | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] |
| - | {$config | + | " |
| + | " | ||
| + | " | ||
| - | if (!($config.Contains('/' | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\excel] |
| - | {$config | + | " |
| + | " | ||
| + | " | ||
| - | $_url = "https:// | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint] |
| - | $_home | + | "Microsoft.Office.UXPlatform.FluentSVRefresh" |
| - | $_dir = "$_home/ | + | " |
| + | " | ||
| - | 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" | + | |
| - | </ | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] |
| + | " | ||
| + | " | ||
| + | " | ||
| - | === Konfigurationsdatei für Microsoft | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] |
| + | " | ||
| + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" | ||
| + | " | ||
| - | <code xml odt-365.xml> | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] |
| - | < | + | "Microsoft.Office.UXPlatform.FluentSVRefresh" |
| - | <Add OfficeClientEdition=" | + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" |
| - | <Product ID=" | + | "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu" |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <Updates Enabled=" | + | |
| - | < | + | |
| - | < | + | |
| - | <User Key=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Display Level="Full" | + | |
| - | </ | + | |
| - | </ | + | |
| - | |||
| - | === 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.1633437045.txt · Zuletzt geändert: von david
