Programmatically check whether Windows 7 is activated

前端 未结 5 1468
慢半拍i
慢半拍i 2021-02-14 12:13

Background: I am creating system images that will be loaded onto several workstations. Windows activation will occur after the images are loaded onto the workst

5条回答
  •  春和景丽
    2021-02-14 12:44

    You may check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Activation Technologies\AdminObject\Store\TotalValidations and see if it is 1. This may not be the definative way to verify activation, but you should at least be abel to see if it was validated.

提交回复
热议问题