Monday 30 September 2019

How to find Windows key using Command prompt in windows 10

///////////////

Step 1. Window-key+R
Step 2. Type cmd inside the dialog box
Step 3. Press inter-key to open the Command Prompt window
Step 4. Copy and past the below line and press Inter-key

wmic path softwarelicensingservice get OA3xOriginalProductKey

Step 5. Next line is your windows key

No comments:

Post a Comment

Excel Sort values in ascending order using function TEXTJOIN

 Excel ::  Text ::  1,3,5,2,9,5,11 Result :: 1,2,3,5,5,9,11 Formula ::     TEXTJOIN ( ",",1,SORT(MID(SUBSTITUTE( A1 ,","...