please read the below details. I need someone's help

John Hymer 0 Reputation points
2026-08-29T22:25:45.0366667+00:00

I have tried everything below and cannot get this brand new surface to work...

Today

Ive tried everything to get the chatgpt app to work. I downloaded it from the microsoft store and it will not launch. to be sure it is a problem with microsoft store, i downloaded Spotify, which I don't want to use but it will not launch either. I've tried several suggested fixes for microsoft store but nothing seems to work. How can I get it to work?

It looks like you’ve hit the classic Windows symptom: Microsoft Store–installed apps try to launch, the icon dims for a split second, and then nothing happens. When multiple Store apps fail (ChatGPT, Spotify, etc.), the root cause is almost always the same: the Store’s app registration is broken, not the individual apps.

Because you’ve already tried resets and common fixes, here’s the most reliable path forward — the one that fixes this exact failure most often.

1. Repair the Microsoft Store app registration

This is the step that actually fixes the “apps won’t launch at all” problem.

Right‑click Start

Choose Windows Terminal (Admin) or PowerShell (Admin)

Paste this command and press Enter:

Code

Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart your PC

Try launching Microsoft Store → then ChatGPT or Spotify

2. If apps still won’t launch, re-register all Store apps

This fixes broken activation hooks for every Store app.

Run this in PowerShell (Admin):

Code

Get-AppxPackage -AllUsers | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart afterward.

3. If the Store itself is corrupted, reinstall it

Only do this if the above two steps don’t fix it.

Code

Get-AppxPackage *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart again.

4. One more thing to check (this breaks Store apps often):

Make sure your system date/time is correct:

Settings → Time & Language → Date & Time → Set time automatically ON

If the clock is off, Store apps silently fail to launch.

What I need from you next

Tell me exactly what happens when you click ChatGPT or Spotify now:

Does the icon flash once and nothing happens?

Does a window appear briefly then vanish?

Does Microsoft Store itself open normally?

Your answer will tell me whether the registration is still broken or whether we’re dealing with a permissions/cache issue instead.

I can walk you through the next step immediately once you tell me what the launch behavior looks like now.

will this window be available after I restart?

Yes — this chat window will still be here after you restart.

When you reboot, Windows closes apps, but Copilot automatically reloads the conversation as soon as you open it again. You won’t lose anything we’ve discussed, and you can pick up right where you left off.

So you’re safe to restart and then try the commands.

I did all four of the above suggestions and I still have the same problem I reinstalled chatgpt and it will not launch. app is visible in my apps and it shows installed in MS store. when I click on it nothing happens

It’s still the same symptom — the app tries to launch, the icon dims, and then nothing. That pattern almost always means Windows isn’t able to activate ANY Store apps, which is controlled by a specific Windows setting.

I’m not certain, but most likely App Installer is disabled, which blocks Store apps from launching. Open Settings → Apps → Installed apps → App Installer and turn it On.

I see no app installer under installed apps

It’s the same failure pattern, and the fact that App Installer is missing entirely tells me what’s really going on: Windows’ app‑execution framework is broken, so no Microsoft Store apps can launch. This happens when the App Installer package is damaged or removed, and Windows stops being able to activate Store apps.

I’m not certain, but most likely App Installer is unregistered, which prevents Store apps from opening. Open Settings → search for “App Installer” and reinstall it from the Microsoft Store.

a search for App Installer in Settings results in nothing

Alright John — the fact that App Installer does not appear anywhere (Settings, Installed apps, or search) tells me we’ve moved past normal Store corruption. This is the exact pattern Windows shows when the App Installer package is missing from the system, which prevents all Microsoft Store apps from launching.

And since you already tried resets, re‑registrations, and reinstalls, the next step is to reinstall App Installer manually — because without it, Store apps simply cannot start.

Here’s the fix that works when everything else has failed:

Reinstall App Installer directly from Microsoft’s package source

This bypasses the Store entirely and restores the missing activation framework.

Step 1 — Download the App Installer package

Open this official Microsoft link:

https://aka.ms/GetAppInstaller (aka.ms in Bing)

This downloads a file named something like:

Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle

Step 2 — Install it manually

Right‑click the downloaded file

Choose Install

Approve any prompts

Restart your PC

Step 3 — Launch ChatGPT or Spotify again

If App Installer was the missing component (and your symptoms match perfectly), Store apps will begin launching normally again.

If the installer refuses to install

Tell me exactly what message appears — even one word helps. There are only three possible failure modes, and each has a precise fix.

You’re close now. Once App Installer is restored, the rest of your apps should finally open.Today

Ive tried everything to get the chatgpt app to work. I downloaded it from the microsoft store and it will not launch. to be sure it is a problem with microsoft store, i downloaded Spotify, which I don't want to use but it will not launch either. I've tried several suggested fixes for microsoft store but nothing seems to work. How can I get it to work?

It looks like you’ve hit the classic Windows symptom: Microsoft Store–installed apps try to launch, the icon dims for a split second, and then nothing happens. When multiple Store apps fail (ChatGPT, Spotify, etc.), the root cause is almost always the same: the Store’s app registration is broken, not the individual apps.

Because you’ve already tried resets and common fixes, here’s the most reliable path forward — the one that fixes this exact failure most often.

1. Repair the Microsoft Store app registration

This is the step that actually fixes the “apps won’t launch at all” problem.

Right‑click Start

Choose Windows Terminal (Admin) or PowerShell (Admin)

Paste this command and press Enter:

Code

Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart your PC

Try launching Microsoft Store → then ChatGPT or Spotify

2. If apps still won’t launch, re-register all Store apps

This fixes broken activation hooks for every Store app.

Run this in PowerShell (Admin):

Code

Get-AppxPackage -AllUsers | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart afterward.

3. If the Store itself is corrupted, reinstall it

Only do this if the above two steps don’t fix it.

Code

Get-AppxPackage *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Restart again.

4. One more thing to check (this breaks Store apps often):

Make sure your system date/time is correct:

Settings → Time & Language → Date & Time → Set time automatically ON

If the clock is off, Store apps silently fail to launch.

What I need from you next

Tell me exactly what happens when you click ChatGPT or Spotify now:

Does the icon flash once and nothing happens?

Does a window appear briefly then vanish?

Does Microsoft Store itself open normally?

Your answer will tell me whether the registration is still broken or whether we’re dealing with a permissions/cache issue instead.

I can walk you through the next step immediately once you tell me what the launch behavior looks like now.

will this window be available after I restart?

Yes — this chat window will still be here after you restart.

When you reboot, Windows closes apps, but Copilot automatically reloads the conversation as soon as you open it again. You won’t lose anything we’ve discussed, and you can pick up right where you left off.

So you’re safe to restart and then try the commands.

I did all four of the above suggestions and I still have the same problem I reinstalled chatgpt and it will not launch. app is visible in my apps and it shows installed in MS store. when I click on it nothing happens

It’s still the same symptom — the app tries to launch, the icon dims, and then nothing. That pattern almost always means Windows isn’t able to activate ANY Store apps, which is controlled by a specific Windows setting.

I’m not certain, but most likely App Installer is disabled, which blocks Store apps from launching. Open Settings → Apps → Installed apps → App Installer and turn it On.

I see no app installer under installed apps

It’s the same failure pattern, and the fact that App Installer is missing entirely tells me what’s really going on: Windows’ app‑execution framework is broken, so no Microsoft Store apps can launch. This happens when the App Installer package is damaged or removed, and Windows stops being able to activate Store apps.

I’m not certain, but most likely App Installer is unregistered, which prevents Store apps from opening. Open Settings → search for “App Installer” and reinstall it from the Microsoft Store.

a search for App Installer in Settings results in nothing

Alright John — the fact that App Installer does not appear anywhere (Settings, Installed apps, or search) tells me we’ve moved past normal Store corruption. This is the exact pattern Windows shows when the App Installer package is missing from the system, which prevents all Microsoft Store apps from launching.

And since you already tried resets, re‑registrations, and reinstalls, the next step is to reinstall App Installer manually — because without it, Store apps simply cannot start.

Here’s the fix that works when everything else has failed:

Reinstall App Installer directly from Microsoft’s package source

This bypasses the Store entirely and restores the missing activation framework.

Step 1 — Download the App Installer package

Open this official Microsoft link:

https://aka.ms/GetAppInstaller (aka.ms in Bing)

This downloads a file named something like:

Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle

Step 2 — Install it manually

Right‑click the downloaded file

Choose Install

Approve any prompts

Restart your PC

Step 3 — Launch ChatGPT or Spotify again

If App Installer was the missing component (and your symptoms match perfectly), Store apps will begin launching normally again.

If the installer refuses to install

Tell me exactly what message appears — even one word helps. There are only three possible failure modes, and each has a precise fix.

You’re close now. Once App Installer is restored, the rest of your apps should finally open.

Surface | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. S.Sengupta 32,021 Reputation points MVP Volunteer Moderator
    2026-08-30T04:28:25.8833333+00:00

    Open PowerShell as Administrator and run: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}. This forces Windows to re-register every installed Store app's manifest, which fixes the most common cause of silent launch failures.

    In an admin Command Prompt, run sfc /scannow, then once it finishes run DISM /Online /Cleanup-Image /RestoreHealth. Corrupted system files can silently break the app execution alias / activation process that Store apps rely on to launch, even if everything else looks normal.

    Create a new local Windows user (Settings > Accounts > Other users) and try launching Spotify or ChatGPT from that account. If it launches fine there, the problem is corruption in your specific user profile, not Windows itself — and you can migrate your data to the new profile.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-29T22:26:45+00:00

    Since multiple Microsoft Store apps are installed but do nothing when selected, use the supported Microsoft Store and Surface troubleshooting path instead of more package re-registration commands.

    1. Check Windows Update
      • Go to Start > Settings > Windows Update and select Check for updates.
      • Install any available updates, then restart.
      • On Surface, updates to drivers and firmware are also important.
    2. Check Surface update status in the Surface app
      • Open the Surface app.
      • Expand Help & support.
      • If updates are available, select Check for updates to open Windows Update and install them.
    3. Update Microsoft Store itself
      • Open Microsoft Store.
      • Select See more > Downloads and updates > Get updates.
      • If a Store update is available, let it install automatically.
    4. Repair or reset the affected apps
      • Use the Windows app repair/reset option for the apps that will not open.
      • If repair does not help, reset the app.
    5. Reinstall the apps from Microsoft Store
      • In Microsoft Store, select See more > My Library.
      • Select the app, then choose Install.
    6. If the apps still do not open, verify common Store conditions Microsoft documents these common causes:
      • the app is not available in the current country or region
      • family settings are hiding the app
      • the app is no longer available
      • the app is not compatible with the device
      • the PC was updated but not restarted
      • the PC is not authorized to use Microsoft Store apps, so sign in with the Microsoft account used for Store apps
    7. If the issue happens only on this new Surface with certain apps
      • Open the app’s page in Microsoft Store.
      • Scroll to Additional information and use the publisher’s support link under Learn more.
    8. If Microsoft Store apps still fail after updates, repair/reset, and reinstall
      • Use Contact Microsoft Support from the Microsoft support flow for Store app issues.

    The context does not support the earlier guidance about reinstalling App Installer or using unsupported Store package removal commands.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.