Problems changing default window app location

Discussion in 'Windows 8' started by raymond_n, Jan 7, 2013.

  1. raymond_n

    raymond_n MDL Novice

    Apr 23, 2010
    1
    0
    0
    Hi I followed this guide to change the location windows store saves to

    NOTE: Can't post links
    Site: askvg
    Search: Change Metro Apps Default Installation

    I uninstalled all the built in apps except for store and internet explorer before changing the the location. After restarting I can install new apps to the new location but I cant reinstall the build in apps. When I try it gives an error code 0x80070005.

    Any idea on how to fix this.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    #2 abbodi1406, Jan 7, 2013
    Last edited by a moderator: Apr 20, 2017
    try to remove the default apps using dism
    run these commands in elevated cmd:
    Code:
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingFinance_1.2.0.135_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingMaps_1.2.0.136_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingNews_1.2.0.135_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingSports_1.2.0.135_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingTravel_1.2.0.145_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingWeather_1.2.0.135_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Bing_1.2.0.137_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Camera_6.2.8514.0_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:microsoft.microsoftskydrive_16.4.4204.712_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Reader_6.2.8516.0_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:microsoft.windowscommunicationsapps_16.4.4206.722_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:microsoft.windowsphotos_16.4.4204.712_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.XboxLIVEGames_1.0.927.0_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.ZuneMusic_1.0.927.0_x86__8wekyb3d8bbwe
    dism /online /Remove-ProvisionedAppxPackage /Packagename:Microsoft.ZuneVideo_1.0.927.0_x86__8wekyb3d8bbwe
    
    afterwards try to reinstall it from store :D