microsoft_office
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| microsoft_office [2021-08-15 23:19: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:// | ||
| - | neues PowerShell Skript: | ||
| - | <code powershell office-install.ps1> | ||
| - | set-psdebug -trace 1 | ||
| - | $_url = " | + | ==== neues Design |
| - | $_home | + | |
| - | $_dir1 | + | |
| - | $_dir2 | + | |
| - | $_config | + | |
| - | Invoke-WebRequest | + | <code properties office-ui-2021.reg> |
| - | & " | + | Windows Registry Editor Version 5.00 |
| - | Remove-Item -Force -Path " | + | |
| - | & " | + | |
| - | & " | + | |
| - | </ | + | |
| - | altes CMD Skript: | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] |
| - | <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\excel] |
| + | " | ||
| + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" | ||
| + | " | ||
| - | <file xml configuration-365.xml> | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint] |
| - | < | + | "Microsoft.Office.UXPlatform.FluentSVRefresh" |
| - | <Add OfficeClientEdition=" | + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" |
| - | <Product ID=" | + | "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu" |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <Updates Enabled=" | + | |
| - | < | + | |
| - | < | + | |
| - | <User Key=" | + | |
| - | <User Key=" | + | |
| - | < | + | |
| - | </ | + | |
| - | <Display Level="Full" | + | |
| - | </ | + | |
| - | </ | + | |
| + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\onenote] | ||
| + | " | ||
| + | " | ||
| + | " | ||
| - | === Konfigurationsdatei für Microsoft Office | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] |
| + | " | ||
| + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" | ||
| + | " | ||
| - | <file xml configuration-vl.xml> | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] |
| - | < | + | "Microsoft.Office.UXPlatform.FluentSVRefresh" |
| - | <Add OfficeClientEdition=" | + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" |
| - | <Product ID=" | + | "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu" |
| - | < | + | |
| - | < | + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] |
| - | < | + | "Microsoft.Office.UXPlatform.FluentSVRefresh" |
| - | < | + | "Microsoft.Office.UXPlatform.RibbonTouchOptimization" |
| - | < | + | "Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu" |
| - | </ | + | |
| - | <Product ID=" | + | </code> |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Product ID=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <User Key=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <Display Level="Full" | + | |
| - | </ | + | |
| - | </file> | + | |
/home/http/wiki/data/attic/microsoft_office.1629069597.txt · Zuletzt geändert: von david
