===== Microsoft Office ===== ==== Installation ==== * **Office Customization Tool**: [[https://docs.microsoft.com/deployoffice/overview-of-the-office-customization-tool-for-click-to-run|Overview]] - [[https://config.office.com/deploymentsettings|Config]] * Erstellen/Bearbeiten einer Konfigurationsdatei (Import/Export) * **Office Deployment Tool (ODT)**: [[https://docs.microsoft.com/deployoffice/overview-office-deployment-tool|Overview]] - [[https://microsoft.com/download/details.aspx?id=49117|Download]] * Installieren von MS Office mithilfe von dem ODT und dem Skript (siehe unten) * **Aktivierung** (nur für Volume License): * Windows mit HWID und Office mit KMS: [[https://github.com/massgravel/Microsoft-Activation-Scripts.git]] * Windows und Office mit KMS: [[https://github.com/kkkgo/KMS_VL_ALL.git]] === Installationsskript === [[https://github.com/Masterflitzer/ms-activation.git]] ==== neues Design (2021) ==== Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\excel] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\onenote] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] "Microsoft.Office.UXPlatform.FluentSVRefresh"="true" "Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"