Porque quano tento abrir arquivo no onedrive aparecea mensagem que o Aplicativo não foi provisionado

Mauricio Santos 0 Pontos de reputação
2025-09-03T22:53:32.0966667+00:00

Estou com dificuldade para abrir imagens do onedrive no computador, quando tento abrir as imagens aparece a mensagem, que o aplicativo não foi provisionado. Como faço para resolver este problema:

Aguardo retorno

MAuricio

Microsoft 365 e Office | OneDrive | Para uso doméstico | Windows
0 comentários Sem comentários

1 resposta

Classificar por: Mais útil
  1. Anônima
    2025-09-04T15:15:09.7866667+00:00

    Hi Mauricio,

    Thank you for posting in Microsoft Community. I'm sorry to hear you're having issue opening images on your OneDrive and getting error message "The application has not been provisioned". I understand how frustating that can be.

    To help, First try restarting Windows Explorer. You can do this by pressing Ctrl + Shift + Esc to open Task Manager. Once it's open, go to the Processes tab, scroll down until you find Windows Explorer, right-click on it, and choose Restart.

    If it doesn’t works, the next step is to repair the built-in Windows apps using PowerShell. Open Task Manager again, click on File and select Run new task. Type Powershell into the box and make sure to check the option that says Create this task with administrative privileges.

    Once PowerShell opens, copy and paste the following commands one at a time then hit enter.

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

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

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

    Ignore any red error messages and let the process complete. After that, restart your computer. If the issue remains, try using System Restore. Press Windows + R, type rstrui.exe, press Enter, and follow the prompts to restore your system to an earlier working state.

    I hope this information is helpful. Feel free to reply for better understanding.

    Regards,
    Carlo

    Esta resposta foi útil?


Sua resposta

As respostas podem ser marcadas como ‘Aceitas’ pelo autor da pergunta e ‘Recomendadas’ pelos moderadores, o que ajuda os usuários a saber a resposta que resolveu o problema do autor.