JEM1947

updated

5 months ago

J

JEM1947

1 Rookie

2 Posts

2 Points

0

340

March 14th, 2026 14:34

xps 8930 reset

I have an xps  8930 that may need a reset. The system came with Win10 and has been upgraded to Win11. Will a reset return the system to Win10 as I suspect? Also, is there a way to retrieve my Windows product key.

  • anne_droid

    5 Journeyman

    2055 Posts

    7641 Points

    0

    0

    Posted March 14th, 2026 23:12

    Hi

    Linux
    sudo strings /sys/firmware/acpi/tables/MSDM | tail -1

    CMD
    wmic path softwarelicensingservice get OA3xOriginalProductKey

    POWERSHELL
    powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"

    ShowKeyPlus - Windows Product Key Information

    Product Name: Windows 11 Home

    Version: 18362.387 (64-bit OS)

    Product ID: 00000-00000-00000-AAOEM

    Installed Key: 11111-22222-33333-aaaaa-ZZZZZ

    OEM Key: WINDO-WSELE-VENLI-CENCE-KEYDE-LLOEM

    OEM Edition: Win 11 RTM Core OEM:DM

      Kind Regards  

                                         

      anne_droid

  • JEM1947

    1 Rookie

    2 Posts

    2 Points

    0

    1

    Posted March 17th, 2026 20:38

    Thanks. I had tracked down the answer to the product question on my own, but the help is still appreciated, and your answer is similar to what I found.