T-REX wrote: BLUE I KNOW NOTHING ABOUT CODING SO WOULD NOT BE ABLE TO SAY. BUT HERE IS THE SEQUENCE OF EVENTS SO FAR. OK SO YESTERDAY I INSTALLED WIN10. THEN WHEN FINISHED I WENT TO OPEN DF AND YOU KNOW THE 3 INTRO PICS WHEN GAME LOADS WELL I JUST GOT TO THE 2ND THEN GAME COMPLETELY CLOSED WOULD NOT LOAD FURTHER. SO I UNISTALLED THEN I WENT TO STORE TO TRY AND INSTALL AGAIN BUT WHEN ABOUT 30% LEFT IT SAYS I CANNOT FIND THE GAME IN STORE BUT IT IS THERE. I STILL NOT SURE IF IT'S JUST A WINDOWS STORE GLITCH OR SOMETHING WITH DF OR WHAT? I WOULD APPRECIATE IT IF ANY ONE CAN HELP ME. THX BLUE.
How to uninstall Dogfight or any other store application from windows 8.1
Run Windows Powershell Command
How to find powershell in windows-10
Right Click on windows icon at the bottom left corner
Click on Search
Write PowerShell (It will show the list of powershell options-choose the top one)
When you click on top powershell option, it will open a blue window, then follow following steps
1. Get-appxpackage –Name *part of package name*
e.g. >
Get-appxpackage –Name *dog*
(it will show details of all package with "dog" in its name, for me its dogfight only)
(copy the file name from package name, for me its FEF09289.Dogfight_1.1.0.98_x86__djayc63bxkq60)
2
remove-appxpackage FEF09289.Dogfight_1.1.0.98_x86__djayc63bxkq60 –confirm
Confirm uninstallation if it ask for, Then try installing the game.