Win8 has some applications by default. In the Program Files \ WindowsApps folder (to view this folder, add the current user to the folder property-security-advanced-owner ), the 64-bit system is more than 500 Mb. If you uninstall an application on the startup interface, the system does not delete the corresponding Files in the Program Files \ WindowsApps folder, if you want to permanently delete the file of this application, you can perform this operation. If you think it hurts, please ignore it!
1. Start interface-right-click Application tile-uninstall
2. Run Cmd as the administrator to run the command to view the information of the system's built-in applications.
View sourceprint? 1 DISM.exe/Online/Get-ProvisionedAppxPackages
C: \ Windows \ system32> DISM.exe/Online/Get-ProvisionedAppxPackages
Deploy the image service and management tools
Version: 6.2.9200.16384
Image version: 6.2.9200.16384
Retrieving the list of application packages (. appx) in this image...
Display name: Microsoft. BingFinance
Version: 1.2.0.135
Architecture: x64
Resource ID:
Package name: Microsoft. BingFinance_1.2.0.135_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. BingMaps
Version: 1.2.0.136
Architecture: x64
Resource ID:
Package name: Microsoft. BingMaps_1.2.0.136_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. BingNews
Version: 1.2.0.135
Architecture: x64
Resource ID:
Package name: Microsoft. BingNews_1.2.0.135_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. BingSports
Version: 1.2.0.135
Architecture: x64
Resource ID:
Package name: Microsoft. BingSports_1.2.0.135_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. BingTravel
Version: 1.2.0.145
Architecture: x64
Resource ID:
Package name: Microsoft. BingTravel_1.2.0.145_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. BingWeather
Version: 1.2.0.135
Architecture: x64
Resource ID:
Package name: Microsoft. BingWeather_1.2.0.135_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. Bing
Version: 1.2.0.20.
Architecture: x64
Resource ID:
Package name: Microsoft. Bing_1.2.0.137_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. Camera
Version: 6.2.8514.0
Architecture: x64
Resource ID:
Package name: Microsoft. Camera_6.2.8514.0_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. Reader
Version: 6.2.8516.0
Architecture: x64
Resource ID:
Package name: Microsoft. reader_6.2.85161__x64 _ 8wekyb3d8bbwe
Display name: microsoft. windowscommunicationsapps
Version: 16.4.4206.722
Architecture: x64
Resource ID:
Package name: microsoft. windowscommunicationsapps_16.4.4206.722_x64 _ 8wekyb3d8bbw
E
Display name: Microsoft. ZuneMusic
Version: 1.0.927.0
Architecture: x64
Resource ID:
Package name: Microsoft. ZuneMusic_1.0.927.0_x64 _ 8wekyb3d8bbwe
Display name: Microsoft. ZuneVideo
Version: 1.0.927.0
Architecture: x64
Resource ID:
Package name: Microsoft. ZuneVideo_1.0.927.0_x64 _ 8wekyb3d8bbwe
The operation is successful.
3. For example, if you have uninstalled your own video application, find the display name Microsoft. ZuneVideo in the information above.
Version: 1.0.927.0
Architecture: x64
Resource ID:
Package name: Microsoft. ZuneVideo_1.0.927.0_x64 _ 8wekyb3d8bbwe. Then, execute the following command in Cmd, and the system will delete the files of the corresponding application.
View sourceprint? 1 DISM.exe/Online/Remove-ProvisionedAppxPackage/PackageName: Microsoft. ZuneVideo_1.0.927.0_x64 _ 8wekyb3d8bbwe
C: \ Windows \ system32> DISM.exe/Online/Remove-ProvisionedAppxPackage/PackageName
: Microsoft. ZuneVideo_1.0.927.0_x64 _ 8wekyb3d8bbwe
Deploy the image service and management tools
Version: 6.2.9200.16384
Image version: 6.2.9200.16384
The operation is successful.
In this way, the app will be installed from the App Store again after the app is deleted, but the app needs to be re-downloaded after the app is re-installed.