Um serviço de hospedagem e sincronização de arquivos da Microsoft.
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