2013-08-12

How to check if your Windows is activated? (如何確認你的 Windows 已啟動?)

If you want to use script/batch to check your Windows 7 / Windows 8 activation, you can execute the command below (command prompt with Administrator privilege),

cscript c:\Windows\System32\slmgr.vbs /dli | find /i "license status"

(/i means ignore case-sensitive)

If you don't want to use script/batch. It is easy to check if your Windows 7 / Windows 8 is activated. Just press [Win Key] + [Pause/Break], then you will see the information below,




沒有留言: