The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Fix for Windows Store: This app is not compatible with this device

    Discussion in 'Alienware' started by Spartan@HIDevolution, Mar 27, 2020.

  1. Spartan@HIDevolution

    Spartan@HIDevolution Company Representative

    Reputations:
    39,614
    Messages:
    23,562
    Likes Received:
    36,875
    Trophy Points:
    931
    You might have formatted your Dell/Alienware laptop to have a "clean" Windows install with the latest edition.

    If you do that, you will not be able to install the following apps from the Windows Store as you will not see the " Get" button but instead it will say " Redeem a code": 1) Alienware Mobile Connect and 2) Alienware Customer Connect 3) Dell Mobile Connect or any other OEM app that you are not able to install.

    2020-03-27_133933.png

    The reason for this is the Windows Store is not able to detect the OEM identifier for the system but you can add it manually which will then allow you to install those Windows Store apps should you need them.

    1) Right click on the Start Menu and choose Windows PowerShell (Admin)

    2) Copy/paste the following command then hit Enter

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Store" /v OEMID /f /t REG_SZ /d DELL
    3) Copy/paste the following command then hit Enter

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Store" /v StoreContentModifier /f /t REG_SZ /d "DELL_ALIENWARE"
    Note: For StoreContentModifier ("System_Name") can be DELL_XPS or DELL_INSPIRON or DELL_ALIENWARE or DELL_VOSTRO depending on what laptop you are trying to achieve this on

    4) Reboot

    5) You can now close and re-open the Windows Store and you will be able to install those apps just fine!
     
    Last edited: Jun 11, 2020
    Vanya, Aivxtla, Lopt and 9 others like this.