Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Check Windows Activation Status
- # returns the activated Windows License
- gwmi SoftwareLicensingProduct | where {$_.applicationid -eq "55c92734-d682-4d71-983e-d6ec3f16059f"} | where {$_.licensestatus -eq 1 } | fl *
- # Or run this:
- slmgr /dlv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement