Some users of Windows 10 have reported that even after purchasing a Windows Store app, they are unable to use it and are instead greeted by a This app can’t open. Your Trial Period for This App Has Expired. Visit the Windows Store to purchase the full app message.
Now if the license has expired for a particular app and it requires you to purchase it, then it might be a legitimate case. But there have been cases reported where this error is thrown even when you have a purchased version of the app. In this guide, we will help you resolve this error.
Your Trial Period For This App Has Expired
The issue is rather intermittent where you face the licensing problem even while having a valid paid service. It can be easily resolved by resetting the Windows 10 Universal Apps using Windows Powershell and other methods.
- Re-Register the Windows Store Apps
- Reset Windows Apps
- Run Windows Store Apps Troubleshooter
- Run System File Checker
Make sure you tried to resolve the problem by reinstalling the app once.
1] Re-Register the Windows Store Apps
- Before proceeding, please make sure that you have Windows Firewall Service up and running. What’s needed for this to work.
- Open PowerShell console as an administrator. To do this, press Windows Key on your keyboard and type in powershell. Right-click Windows Powershell (Desktop App) and select Run as administrator. Select Yes in the UAC window that pops up.
- Enter the below command in the Powershell prompt:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Hit Enter and let the process run to its completion.
- Relaunch the Universal apps for which you were getting the error. It should be resolved by now.
2] Reset Windows Apps
- Go to Settings > Apps > Apps and features
- Locate the app and click on the three-dot vertical menu
- Click on Advanced options
- Scroll and look for the Repair and Reset option
- First, try to Repair the app else Reset the app
- Relaunch the app and check if the problem persists
Note: This option is only available for apps that are installed from Windows Store.
3] Run Windows Store Apps Troubleshooter
- Open Windows Settings
- Navigate to System > Troubleshoot > Other troubleshooters
- Locate Windows Store apps and then click on the Run button to start troubleshooting
- Once the process completes, relaunch the app and check if the problem is resolved
4] Run System File Checker
The last option is to run the System File Checker to replace any corrupt system file with a new one. The built-in tool can scan the entire OS for such corrupt files and replace them with new copies so the applications can launch without an issue.
Let us know in the comments section if this helped you.
Can I remove pre-installed software from Windows?
Yes, most of the apps that come preinstalled can be removed by going to Settings > Apps > Apps and features. Click on the menu button, and then choose to uninstall it.
Thanks, it worked.
hi
bye
Thanks it actually worked.
OML HELP MY DIKK FELL OFF
It works properly… thank you so much
Get-AppXPackage : Access is denied.
Access is denied.
At line:1 char:1
+ Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPacka
geCommand
You need to be logged in as an Administrator or launch Powershell in Administrator mode. If you don’t have an Administrator login you need to talk to whoever set up the machine.
Thank you. This worked for Calc which mysteriously stopped working after a recent update.
Worked, thank you! My calendar is restored yay
how do I relaunch the apps?
Worked great. Thanks
Got my skype back up and running! Thanks so much!! =)
Got my Skype back up and running again, Thanks much!!!
Thank u so much,got my windows photo viewer back…….keep up the good work.
fixed can now see photos again
fixed the photos app, thank you!!
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
version of this package is already installed.
Windows cannot install package Microsoft.NET.Native.Framework.1.3_1.3.23901.0_x64__8wekyb3d8bbwe because it has
version 1.3.23901.0. A higher version 1.3.24201.0 of this package is already installed.
NOTE: For additional information, look for [ActivityId] b5744d3a-8db5-0000-e914-75b5b58dd301 in the Event Log or u
the command line Get-AppxLog -ActivityID b5744d3a-8db5-0000-e914-75b5b58dd301
At line:1 char:38
+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand