microsoft_office
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| microsoft_office [2021-09-13 00:39:57] – [Installationsskript] 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:// | ||
| - | FIX | ||
| - | 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] |
| + | " | ||
| + | " | ||
| + | " | ||
| - | altes CMD Skript: | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] |
| - | <code batch office-install.cmd> | + | " |
| - | @echo off | + | " |
| - | prompt $g | + | " |
| - | cd %~dp0 | + | |
| - | echo Office | + | |
| - | echo If you don't have a configuration file visit: https:// | + | |
| - | echo. | + | |
| - | set /p Configuration=Configuration File (without .xml file extension): | + | |
| - | @echo on | + | |
| - | .\setup.exe / | + | |
| - | .\setup.exe /configure .\%Configuration%.xml | + | |
| - | pause | + | |
| - | </ | + | |
| - | === Konfigurationsdatei für Microsoft | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] |
| + | " | ||
| + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" | ||
| + | " | ||
| - | <file xml configuration-365.xml> | + | </code> |
| - | < | + | |
| - | <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 (Volume License) === | + | |
| - | + | ||
| - | <file xml configuration-vl.xml> | + | |
| - | < | + | |
| - | <Add OfficeClientEdition=" | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <Updates Enabled=" | + | |
| - | < | + | |
| - | < | + | |
| - | <User Key=" | + | |
| - | <User Key=" | + | |
| - | <User Key=" | + | |
| - | </ | + | |
| - | <Display Level=" | + | |
| - | </ | + | |
| - | </file> | + | |
/home/http/wiki/data/attic/microsoft_office.1631493597.txt · Zuletzt geändert: von david
