How to check whether Office is permanently activated or trial. How to check whether Office is permanently activated.

王林
Release: 2024-08-29 10:32:52
Original
850 people have browsed it

How to tell whether the office is permanent or trial? Recently, some users have asked this question. I believe there are still users who are not clear about it. Office is an easy-to-use office software that many users will use in study and office work. However, the permanent free use of Office software requires activation. So how do you check whether it has been activated? Woolen cloth? In this regard, this article brings detailed methods. How to tell whether Office is permanent or trial? Method 1: Open any office, such as word or Excel, and then click [File] in the upper left corner.

怎么看office是永久还是试用 怎么看office是不是永久激活

2. Then click [Account], you can see the office product information. If [Activated Product] is displayed, it means it has been activated. If you just want to see whether it is activated, this method is the simplest, but it cannot To see if it is permanently activated, follow the method below.

怎么看office是永久还是试用 怎么看office是不是永久激活

Method 2
  1. How to bring up the command line tool? PHP editor Yuzai will provide you with a simple guide to help you open the command line on different operating systems. Whether you are a beginner or an experienced user, this article will provide you with step-by-step instructions for easily accessing your computer's command line interface to perform a variety of tasks and manage your system.

    • Enter power in the search box, find Windows PowerShell, and run it as administrator.
  2. Query SKU ID.

    • Select the corresponding command according to the system and the number of Office, copy and paste it into Windows PowerShell for execution.

OFFICE 64-bit and WINDOWS 64-bit:

<code>cscript C:Program FilesMicrosoft OfficeOffice16ospp.vbs /dstatus</code>
Copy after login
Copy after login

OFFICE 32-bit and WINDOWS 64-bit:

<code>cscript C:Program Files (x86)Microsoft OfficeOffice16ospp.vbs /dstatus</code>
Copy after login

OFFICE 32-bit and WINDOWS 32-bit:

<code>cscript C:Program FilesMicrosoft OfficeOffice16ospp.vbs /dstatus</code>
Copy after login
Copy after login

After execution, you will see the product ID, SKU ID, Office name, license type and password of Office. the last four digits of the key.

  1. Copy the SKU ID to notepad and keep it for future reference.

    怎么看office是永久还是试用 怎么看office是不是永久激活

    3. Check whether Office is permanently activated. Next, continue to copy and execute the following command: slmgr /xpr SKUIDPS: The SKU ID is determined based on the value queried above. If the image below pops up, it means that Office has been permanently activated.

    怎么看office是永久还是试用 怎么看office是不是永久激活

The above is the detailed content of How to check whether Office is permanently activated or trial. How to check whether Office is permanently activated.. For more information, please follow other related articles on the PHP Chinese website!

source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template