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-10-05 14:25:23] – [Installationsskript] davidmicrosoft_office [2021-12-08 13:14:44] (aktuell) – [neues Design (2021)] david
Zeile 16: Zeile 16:
 [[https://github.com/Masterflitzer/ms-activation.git]] [[https://github.com/Masterflitzer/ms-activation.git]]
  
-PowerShell Skript: 
-<code powershell odt.ps1> 
-param ( 
-    [Parameter(Mandatory = $false, Position = 0)] 
-    [string] $config = $null 
-) 
  
-$ErrorActionPreference "Stop"+==== neues Design (2021) ====
  
-function IsNullOrWhiteSpace ([string]$s) { +<code properties office-ui-2021.reg> 
-    return [string]::IsNullOrWhiteSpace($s) +Windows Registry Editor Version 5.00
-}+
  
-function IsPathFullyQualified ([string]$path) { +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\word
-    return [System.IO.Path]::IsPathFullyQualified($path) +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-}+"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
 +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
  
-function NormalizePath ([string]$path) { +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\excel
-    return $path.Replace('\', '/').ToLower() +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-}+"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
 +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
  
-function NormalizePathWin ([string]$path) { +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\powerpoint
-    return $path.Replace('/', '\').ToLower() +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-}+"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
 +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
  
-function GetFilePath { +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\onenote] 
-    param ( +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-        [Parameter(Mandatory $true)] +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
-        [string]$initialDir +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
-    )+
  
-    Add-Type -AssemblyName "system.windows.forms" +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\outlook] 
-    $_file New-Object System.Windows.Forms.OpenFileDialog +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-    $_file.InitialDirectory $initialDir +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
-    $_file.Multiselect = $false +"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
-    $_file.ShowDialog() | Out-Null +
-    return $_file.FileName +
-}+
  
-$_config = $config +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides\publisher] 
-$_dir = NormalizePath([System.IO.Path]::Combine([Environment]::GetFolderPath('Personal'), "office-deployment-tool")) +"Microsoft.Office.UXPlatform.FluentSVRefresh"="true" 
-$_home NormalizePath([Environment]::GetFolderPath('UserProfile')) +"Microsoft.Office.UXPlatform.RibbonTouchOptimization"="true" 
-$_url = "https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_14326-20404.exe"+"Microsoft.Office.UXPlatform.FluentSVRibbonOptionsMenu"="true"
  
-Write-Host "`nIf you run into problems, try deleting this folder:`n$_dir`n"+[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"
  
-if (IsNullOrWhiteSpace($_config)) { $_config = GetFilePath($_home) } 
-if (IsNullOrWhiteSpace($_config) -or !IsPathFullyQualified($_config)) { exit 1 } 
- 
-$_config = NormalizePath($_config) 
- 
-#if (Test-Path $_dir) { Remove-Item -Recurse "$_dir" } 
-New-Item -Force -ItemType Directory "$_dir" | Out-Null 
-Invoke-WebRequest -Uri "$_url" -OutFile "$_dir/odt.exe" 
-Start-Process -Wait -FilePath "$_dir/odt.exe" -ArgumentList "/extract:`"$(NormalizePathWin("$_dir"))`" /quiet /passive /norestart" 
-Remove-Item -Force "$_dir/configuration-office*.xml" 
-& "$_dir/setup.exe" /download "$_config" 
-& "$_dir/setup.exe" /configure "$_config" 
- 
-Write-Host -NoNewline "Press any key to continue..." 
-[System.Console]::ReadKey($true) | Out-Null 
- 
-</code> 
- 
- 
-=== Konfigurationsdatei für Microsoft 365 Apps for enterprise (Aktivierung über MS Account z.B. Schulkonto) === 
- 
-<code xml odt-365.xml> 
-<Configuration ID="3cb94803-a68b-43fb-a9a3-d3316685da80"> 
-  <Add OfficeClientEdition="64" Channel="Current"> 
-    <Product ID="O365ProPlusRetail"> 
-      <Language ID="MatchOS" /> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-      <ExcludeApp ID="Groove" /> 
-      <ExcludeApp ID="Lync" /> 
-      <ExcludeApp ID="OneDrive" /> 
-      <ExcludeApp ID="Teams" /> 
-      <ExcludeApp ID="Bing" /> 
-    </Product> 
-    <Product ID="LanguagePack"> 
-      <Language ID="MatchOS" /> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-      <ExcludeApp ID="Bing" /> 
-    </Product> 
-    <Product ID="ProofingTools"> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-    </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\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" /> 
-    <User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" /> 
-  </AppSettings> 
-  <Display Level="Full" AcceptEULA="TRUE" /> 
-</Configuration> 
-</code> 
- 
- 
-=== Konfigurationsdatei für Microsoft Office Professional Plus (Aktivierung über Volume License z.B. KMS) === 
- 
-<code xml odt-vl.xml> 
-<Configuration ID="ca4d526b-2b0c-4c1c-ab8e-c3c2d3474e9e"> 
-  <Add OfficeClientEdition="64" Channel="PerpetualVL2021"> 
-    <Product ID="ProPlus2021Volume" PIDKEY="FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH"> 
-      <Language ID="MatchOS" /> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-      <ExcludeApp ID="Lync" /> 
-      <ExcludeApp ID="OneDrive" /> 
-      <ExcludeApp ID="Teams" /> 
-    </Product> 
-    <Product ID="LanguagePack"> 
-      <Language ID="MatchOS" /> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-    </Product> 
-    <Product ID="ProofingTools"> 
-      <Language ID="en-us" /> 
-      <Language ID="de-de" /> 
-    </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\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" /> 
-    <User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" /> 
-  </AppSettings> 
-  <Display Level="Full" AcceptEULA="TRUE" /> 
-</Configuration> 
 </code> </code>
  
  
/home/http/wiki/data/attic/microsoft_office.1633443923.txt · Zuletzt geändert: von david