সুপার-ঘূর্ণিঝড়-আম্পান!

  • ব্রেকিং নিউস

    Windows 10 activation!

    Image result for windows 10

    Windows 10 Product Key List:
      Windows Version   Product Keys 
    Windows 10 HomeTX9XD-98N7V-6WMQ6-BX7FG-H8Q99
    Windows 10 EnterpriseNPPR9-FWDCX-D2C8J-H872K-2YT43
    Windows 10 EducationNW6C2-QMPVW-D7KKK-3GKT6-VCFB2
    Windows 10 Enterprise 2015 LTSBWNMTR-4C88C-JK8YV-HQ7T2-76DF9
    Windows 10 Enterprise 2016 LTSBDCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
    Windows Server 2016 DatacenterCB7KF-BWN84-R7R2Y-793K2-8XDDG
    Windows Server 2016 StandardWC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
    Windows Server 2016 EssentialsJCKRF-N37P4-C2D82-9YXRT-4M63B
    Windows Server 2019 DatacenterWMDGN-G9PQG-XVVXX-R3X43-63DFG
    Windows Server 2019 StandardN69G4-B89J2-4G8F4-WWYCC-J464C
    Windows Server 2019 EssentialsWVDHN-86M7X-466P6-VHXV7-YY726
    Windows 10 S3NF4D-GF9GY-63VKH-QRC3V-7QW8P
    Windows 10 Professional NMH37W-N47XK-V7XM9-C7227-GCQG9
    Windows 10 Enterprise NDPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
    Windows 10 Education N2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
    Windows 10 Enterprise 2015 LTSB N2F77B-TNFGY-69QQF-B8YKP-D69TJ
    Windows 10 Enterprise 2016 LTSB NQFFDN-GRT3P-VKWWX-X7T3R-8B639
    Windows 10 Home N3KHY7-WNT83-DGQKR-F7HPR-844BM
    Windows 10 ProfessionalW269N-WFGWX-YVC9B-4J6C9-T83GX

    How To Activate Windows 10 Using Product Key

    There are two ways to activate windows from product keys, both methods are very easy to use.
    Method 1:

    Activate Windows During Installation

    In the first method, you have to enter the key during the installation. When you install fresh Windows then you will see the screen saying “Enter Your Product Key” just enter the copy the key above and enter it. But if you have skipped that during installation then you need to activate it in a different way.
    Let’s now move to the second method which is a little bit different.
    Method 2:

    Activate Windows After Installation

    • Go to Control Panel from Start Menu or by pressing (Windows Logo Key + I).
    •  From Control Panel you need to open Updates and Security.
    •  Now you can see there is the “Activation” option located on the left side. Click on that and you will see Activation Menu.
    • In this screen, you can see the option “Change Keys” click on that and a new Window will pop-up.
    • Paste the Key which you copied from above and then click on Next.
    Note: It will now take a few seconds to verify your key. For your computer must be connected to the internet because in Windows 10 activation process is done by checking key online. Activation time varies on your internet speed so don’t worry if it takes longer.

    How To Find Windows 10 Product Key

    If you have purchased the copy of Windows but you lost the sticker where your key was written. Then there is the method to find the Windows 10 Product Key By using NotePad. This method is really easy and you can get the product key within seconds.

    Find Windows 10 Product Key Using Notepad

    Ok, so, first of all, you need to open the Notepad. Click on Start Menu > Scroll Down & Find Windows Accessory > You Will Find NotePad there. Simply you can also use the Search Box to search the Notepad.
    Now copy that below code and paste it in the Notepad & then click on File & Select Save As. It will ask you to choose the file type, just select All Files & then Type the name of the file as Windows10ProductKey.vbs.
    Note: Make sure to add .vbs extension, otherwise this trick won’t work.
    After that save that file at Desktop so you can find it easily. Now you just need to double click on Windows10ProductKey.vbs & you will see a Popup Window and you will see the product key there.
    You can simply click CTRL + C and your key will be copied in Clipboard. Paste it another Notepad window or anywhere so that you can use it later.
    Copy Code Below:
    Set WshShell = CreateObject("WScript.Shell")
    MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
    
    Function ConvertToKey(Key)
    Const KeyOffset = 52
    i = 28
    Chars = "BCDFGHJKMPQRTVWXY2346789"
    Do
    Cur = 0
    x = 14
    Do
    Cur = Cur * 256
    Cur = Key(x + KeyOffset) + Cur
    Key(x + KeyOffset) = (Cur \ 24) And 255
    Cur = Cur Mod 24
    x = x -1
    Loop While x >= 0
    i = i -1
    KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
    If (((29 - i) Mod 6) = 0) And (i <> -1) Then
    i = i -1
    KeyOutput = "-" & KeyOutput
    End If
    Loop While i >= 0
    ConvertToKey = KeyOutput
    End Function

    Find Product Key Using Registry

    If you are unable to find the Windows Key using the Notepad method then you can move with the Registry method. To find the Windows 10 Product key Registry just follow the below steps.
    First of all click on the Start Menu and then search for Run. Open Run and then type “regedit” without quotes, and press enter.
    You will then see the registry settings now just follow this directory
    “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion”
    Here you will see many Windows settings just look for the “Product ID” right-click on that file and select “Modify”
    Note: You will see your Windows 10 Product key there but make sure you don’t change anything.

    Find Windows 10 Product Key Using CMD

    If you are still unable to find your key by using the above methods. Then you should check out this below CMD method which will surely work in all the versions.
    Ok so again open the Start Menu and then scroll down & select Windows System, there you will see Command Prompt. Just right-click on it and then click on Run as Administrator.
    In Command Prompt paste that code “wmic path softwarelicensingservice get OA3xOriginalProductKey” (Without Quotes).
    Now you will see your Windows 10 Product Key there, just copy that and paste it in your Notepad or write down in your copy.
    These are some best method to find the Windows 10 Product key easily.

    How You Can Purchase Windows 10 Product Key

    If you want to purchase the Windows 10 Product key but don’t know how to purchase then follow these few steps to buy.
    First, you need to go to the Microsoft website. From here you will see two versions of Windows 10, Pro & Home.
    Choose your desired Windows version and click on Buy now button located below. After clicking you will be redirected to the Microsoft Store, from here you need to click on the Add to Cart.
    Now you will see your product is added in your cart, now they will ask you to Sign Upsimply create your new account if you don’t have any precious.
    After signing up you will then go to cart and click on Checkout, they will ask you for the information. Put all your information there including your Credit Card detail at the time of payment.
    So, now you will receive an email from Microsoft with all the details.
    That’s it you have now successfully bought the original copy of Windows 10. You can use this only in 1 computer or Mac, if you want to use on more than one PC then you have to buy another copy using the same method.

    No comments

    If you have any doubt, please let me know that with your valuable comments.

    পৃষ্ঠা

    সর্বশেষ খবর

    COVID-19 থেকে বাঁচার উপায় !