Benutzer-Werkzeuge

Webseiten-Werkzeuge


microsoft_office

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
microsoft_office [2021-08-15 23:19:57] – [Installationsskript] davidmicrosoft_office [2021-12-08 13:14:44] (aktuell) – [neues Design (2021)] david
Zeile 7: Zeile 7:
   * **Office Deployment Tool (ODT)**: [[https://docs.microsoft.com/deployoffice/overview-office-deployment-tool|Overview]] - [[https://microsoft.com/download/details.aspx?id=49117|Download]]   * **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)     * Installieren von MS Office mithilfe von dem ODT und dem Skript (siehe unten)
-  * Smart Activation Script //(oft als cracken bezeichnet)//: [[https://github.com/kkkgo/KMS_VL_ALL]] (erfordert Office Installation mit Volume License)+  * **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]]
  
  
Zeile 14: Zeile 16:
 [[https://github.com/Masterflitzer/ms-activation.git]] [[https://github.com/Masterflitzer/ms-activation.git]]
  
-neues PowerShell Skript: 
-<code powershell office-install.ps1> 
-set-psdebug -trace 1 
  
-$_url "https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_14131-20278.exe" +==== neues Design (2021) ====
-$_home "$home".replace('\', '/').tolower() +
-$_dir1 "$_home/downloads" +
-$_dir2 $_dir1 + "/ms-activation" +
-$_config "office-config" + ".xml"+
  
-Invoke-WebRequest -Uri "$_url" -OutFile "$_dir1/odt.exe" +<code properties office-ui-2021.reg> 
-& "$_dir1/odt.exe" "/quiet /passive /extract:$_dir2/" +Windows Registry Editor Version 5.00
-Remove-Item -Force -Path "$_dir2/*.xml" +
-& "$_dir2/setup.exe" "/download $_dir1/$_config" +
-& "$_dir2/setup.exe" "/configure $_dir1/$_config" +
-</code>+
  
-altes CMD Skript: +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word] 
-<code batch office-install.cmd> +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-@echo off +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
-prompt $g +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
-cd %~dp0 +
-echo Office Deployment Tool: https://microsoft.com/download/details.aspx?id=49117 +
-echo If you don't have a configuration file visit: https://config.office.com/ +
-echo. +
-set /p Configuration=Configuration File (without .xml file extension):  +
-@echo on +
-.\setup.exe /download .\%Configuration%.xml +
-.\setup.exe /configure .\%Configuration%.xml +
-pause +
-</code>+
  
-=== Konfigurationsdatei für Microsoft 365 Apps for enterprise (z.Bfür Anmeldung mit Schulkonto) ===+[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"
  
-<file xml configuration-365.xml> +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint
-<Configuration ID="2e8481e1-a1bd-467c-9900-172bd8d30988"> +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true
-  <Add OfficeClientEdition="64" Channel="Current" MigrateArch="TRUE"> +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true
-    <Product ID="O365ProPlusRetail"> +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
-      <Language ID="MatchOS" /> +
-      <Language ID="en-us" /> +
-      <ExcludeApp ID="Groove" /> +
-      <ExcludeApp ID="Lync" /> +
-      <ExcludeApp ID="OneDrive" /> +
-      <ExcludeApp ID="Bing" /> +
-    </Product> +
-    <Product ID="LanguagePack"> +
-      <Language ID="MatchOS" /> +
-      <Language ID="en-us" /> +
-      <ExcludeApp ID="Bing" /> +
-    </Product> +
-    <Product ID="ProofingTools"> +
-      <Language ID="en-us" /> +
-    </Product> +
-  </Add> +
-  <Property Name="SharedComputerLicensing" Value="0" /> +
-  <Property Name="SCLCacheOverride" Value="0" /> +
-  <Property Name="AUTOACTIVATE" Value="0" /> +
-  <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> +
-  <Property Name="DeviceBasedLicensing" Value="0" /> +
-  <Updates Enabled="TRUE" /> +
-  <RemoveMSI /> +
-  <AppSettings> +
-    <User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" /> +
-    <User Key="software\microsoft\office\16.0\powerpoint\optionsName="defaultformatValue="27Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" /> +
-    <User Key="software\microsoft\office\16.0\word\optionsName="defaultformatValue="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" /> +
-  </AppSettings> +
-  <Display Level="FullAcceptEULA="TRUE/> +
-</Configuration> +
-</file>+
  
 +[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"
  
-=== Konfigurationsdatei für Microsoft Office Professional Plus (Volume License) ===+[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"
  
-<file xml configuration-vl.xml> +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] 
-<Configuration ID="a29cfcd1-99bd-4c94-8a6b-58deac8807be"> +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true
-  <Add OfficeClientEdition="64" Channel="PerpetualVL2019"> +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true
-    <Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP"> +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true
-      <Language ID="MatchOS" /> + 
-      <Language ID="en-us" /> +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\access] 
-      <ExcludeApp ID="Groove" /> +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true
-      <ExcludeApp ID="Lync" /> +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true
-      <ExcludeApp ID="OneDrive" /> +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true
-    </Product> + 
-    <Product ID="LanguagePack"> +</code>
-      <Language ID="MatchOS" /> +
-      <Language ID="en-us" /> +
-    </Product> +
-    <Product ID="ProofingTools"> +
-      <Language ID="en-us" /> +
-    </Product> +
-  </Add> +
-  <Property Name="SharedComputerLicensing" Value="0" /> +
-  <Property Name="SCLCacheOverrideValue="0/> +
-  <Property Name="AUTOACTIVATEValue="0/> +
-  <Property Name="FORCEAPPSHUTDOWNValue="TRUE/> +
-  <Property Name="DeviceBasedLicensing" Value="0" /> +
-  <Updates Enabled="TRUE" /> +
-  <RemoveMSI /> +
-  <AppSettings> +
-    <User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" /> +
-    <User Key="software\microsoft\office\16.0\powerpoint\optionsName="defaultformatValue="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" /> +
-    <User Key="software\microsoft\office\16.0\word\optionsName="defaultformatValue="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" /> +
-  </AppSettings> +
-  <Display Level="FullAcceptEULA="TRUE/> +
-</Configuration> +
-</file>+
  
  
/home/http/wiki/data/attic/microsoft_office.1629069597.txt · Zuletzt geändert: von david