User Tools

Site Tools


computing:microsoft_office

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:microsoft_office [2019/02/04 08:16]
gcooper
computing:microsoft_office [2024/11/04 11:39] (current)
gcooper
Line 1: Line 1:
 ====== Microsoft Office Issues ====== ====== Microsoft Office Issues ======
 +
 +===== Office LTSC =====
 +
 +==== Install ====
 +
 +**Create Configuration.xml**: https://config.office.com
 +
 +**Office 365 Admin Portal**: https://admin.microsoft.com/Adminportal
 +
 +<file>
 +C:\Temp> .\setup.exe /configure .\Configuration-office-ltsc-standard.xml
 +</file>
 +
 +==== Configuration.xml ====
 +
 +=== SPLA Office LTSC ===
 +
 +:!: Excludes OneNote and OneDrive.
 +
 +<file>
 +<Configuration ID="eddbc2c8-e367-4556-8e3c-eb024f1b6658">
 +  <Add OfficeClientEdition="64" Channel="PerpetualVL2021">
 +    <Product ID="StandardSPLA2021Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">
 +      <Language ID="en-us" />
 +      <ExcludeApp ID="OneDrive" />
 +      <ExcludeApp ID="OneNote" />
 +    </Product>
 +  </Add>
 +  <Property Name="SharedComputerLicensing" Value="0" />
 +  <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
 +  <Property Name="DeviceBasedLicensing" Value="0" />
 +  <Property Name="SCLCacheOverride" Value="0" />
 +  <Property Name="AUTOACTIVATE" Value="1" />
 +  <Updates Enabled="TRUE" />
 +  <RemoveMSI />
 +  <AppSettings>
 +    <Setup Name="Company" Value="XXXXXXXXXXXXX" />
 +  </AppSettings>
 +  <Display Level="None" AcceptEULA="FALSE" />
 +</Configuration>
 +</file>
 +
 +==== IMAP ====
 +
 +<note tip>You must use **Control Panel Mail** applet to configure an IMAP account.</note>
 +
 +===== Office 2019 Reset =====
 +
 +<note warning>This reset fixed printing problems from Microsoft Word where "Custom Print" was selected and users could not print selected pages from a document.</note>
 +
 +  - Close all MS Office apps.
 +  - Edit registry as the user with the problem.
 +  - Delete the entire registry key:
 +    - ''HKEY_CURRENT_USER\Software\Microsoft\Office\16.0''
  
 ===== Office 2016 with Office 2019 App ===== ===== Office 2016 with Office 2019 App =====
Line 24: Line 78:
   - After that, download, install and activate Visio 2019   - After that, download, install and activate Visio 2019
  
 +===== Discover last 5 characters of installed MS Office license =====
 +
 +These scripts from MS will get you the last 5 digits which may help you back track. 
 +
 +At a command prompt, type the following for the appropriate version:
 +
 +  * Office 2010 (32-bit) on a 32-bit version of Windows
 +<file>
 +cscript "C:\Program Files\Microsoft Office\Office14\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2010 (32-bit) on a 64-bit version of Windows
 +<file>
 +cscript "C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2010 (64-bit) on a 64-bit version of Windows
 +<file>
 +cscript "C:\Program Files\Microsoft Office\Office14\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2013 (32-bit) on a 32-bit version of Windows
 +<file>
 +cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2013 (32-bit) on a 64-bit version of Windows
 +<file>
 +cscript "C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2013 (64-bit) on a 64-bit version of Windows
 +<file>
 +cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
 +</file>
 +
 +  * Office 2016 (32-bit)
 +<file> 
 +cscript "c:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus
 +</file>
computing/microsoft_office.1549293386.txt.gz · Last modified: 2019/02/04 08:16 by gcooper