Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Windows 10 Forums
Software
Office 2016 Out of Grace period
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Snuffy, post: 104895, member: 10145"] It does not mean a CLEAN install of Windows, it means a clean install of Office 2016. It might also depend what you KEY really is. Type of Keys. 1. GVLK - KMS - unlimited Activations. 2. MAK - Set number of keys as dictated by MS (know to be from 250 to 10,000 Activations 3. OEM-Act3.0 4. OEM-Non Slp 5. Trial - Good for 30 to 60 days 6. Retail - Unlimited Time 7. TBEVal - upto 1yr- normally 6 mo My Office 2016 was MAK and would not Activate 2019 My Office 2019 is MAK -----------------------------------------you might try this win-off.bat---- you can view to see what - I wrote for my clients.... open notepad, copy and paste all into then save as Win-Off-Chk.Bat it will do no harm or change anything it simply check you Windows Activation and Your Office 2016/2019 x86 or x64 Activation [spoiler] @echo off :color 1F color 1E if exist "%Windir%\Sysnative\sppsvc.exe" set SysPath=%Windir%\Sysnative if exist "%Windir%\System32\sppsvc.exe" set SysPath=%Windir%\System32 echo ************************************************************ echo *** Windows Status *** echo ************************************************************ cscript /nologo %SysPath%\slmgr.vbs /dli cscript /nologo %sysPath%\slmgr.vbs /xpr @Echo off Setlocal :: Get windows Version numbers For /f "tokens=2 delims=[]" %%G in ('ver') Do (set _version=%%G) For /f "tokens=2,3,4 delims=. " %%G in ('echo %_version%') Do (set _major=%%G& set _minor=%%H& set _build=%%I) Echo Major version: %_major% Minor Version: %_minor%.%_build% ECHO OFF ::This if for x86 Office on x86 Windows or x64 Office on x64 Windows IF EXIST "C:\Program Files\Microsoft Office\Office16\ospp.vbs" cscript "C:\Program Files\Microsoft Office\Office16\ospp.vbs" /dstatus ::This is for x86 Office on x64 Windows IF EXIST "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" cscript "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" /dstatus pause [/spoiler] [/QUOTE]
Verification
Post reply
Forums
Windows 10 Forums
Software
Office 2016 Out of Grace period
Top