UCF STIG Viewer Logo

The Windows 8 default Photos app must be removed from the system.


Overview

Finding ID Version Rule ID IA Controls Severity
V-36751 WN08-GE-000046 SV-48400r1_rule ECSC-1 Medium
Description
Applications must be updated as flaws are identified and remediations are made available. The method for Windows 8 apps is through the Windows Store, which is required to be blocked. This will prevent updates and potentially leave these apps in unsecure versions.
STIG Date
Windows 8 Security Technical Implementation Guide 2014-01-07

Details

Check Text ( C-45069r1_chk )
Verify the Photos app has been removed from the system.
Open a command prompt as an administrator.
Enter "dism /online /Get-ProvisionedAppxPackages".
If "DisplayName : microsoft.windowsphotos" is listed this, is a finding.
Fix Text (F-41531r1_fix)
Remove the Photos app from the system.
Open a command prompt as an administrator.
Enter "dism /online /Get-ProvisionedAppxPackages".
Make note of the PackageName (e.g., microsoft.windowsphotos_16.4.4204.712_x64__8wekyb3d8bbwe)
Enter the following to remove the app package from the system: "dism /online /Remove-ProvisionedAppxPackage /PackageName:packagename" substituting "packagename" noted from the previous step.
Uninstall the application from any user profiles provisioned prior to this.