SOLVED How to uninstall

Joined
Apr 11, 2017
Messages
65
Reaction score
8
My “The Weather Network” app is not working. I decided to uninstall it and reinstall again. When I tried to uninstall it, error message pop-ups. How to fix it?

1.png
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
  • In your Search box type powershell
  • In the search results right-click on Windows PowerShell and select Run as administrator
  • In the Administrator: Windows PowerShell console type or copy & paste the following:
Code:
Get-AppxPackage *TheWeatherNetworkMeteoMed.TheWeatherNetwork* | Remove-AppxPackage

Press Enter key

Done!

 
Joined
Apr 11, 2017
Messages
65
Reaction score
8
  • In your Search box type powershell
  • In the search results right-click on Windows PowerShell and select Run as administrator
  • In the Administrator: Windows PowerShell console type or copy & paste the following:
Code:
Get-AppxPackage *TheWeatherNetworkMeteoMed.TheWeatherNetwork* | Remove-AppxPackage

Press Enter key

Done!

From selecting Window Power Shell, straight away I was able to go to Power Shell Window but it was not coming.

1.png
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
When you see the Windows PowerShell in your search results you need to right-click it and select Run as administrator like this:

1.png


Then in the Administrator: Windows PowerShell console type or copy & paste:

Code:
Get-AppxPackage *TheWeatherNetworkMeteoMed.TheWeatherNetwork* | Remove-AppxPackage

Like so:

2.png


then press Enter key

Done!
 
Joined
Apr 11, 2017
Messages
65
Reaction score
8
When you see the Windows PowerShell in your search results you need to right-click it and select Run as administrator like this:

View attachment 5792

Then in the Administrator: Windows PowerShell console type or copy & paste:

Code:
Get-AppxPackage *TheWeatherNetworkMeteoMed.TheWeatherNetwork* | Remove-AppxPackage

Like so:

View attachment 5793

then press Enter key

Done!

It didn't work. But in the YouTube it has been explained how to uninstall and it worked.

 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Thanks for the update.

Glad you found a solution that worked for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top