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

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...