Question

Difficulty: MediumApplication Installation and Configuration Concepts

An IT technician configures a line-of-business desktop application on a shared Windows 11 workstation. The application runs without issues for local administrators, but standard users encounter file access errors whenever the software attempts to write temporary cache files to its default directory at C:\Program Files\CorporateApp\Data. Which of the following actions should the technician take to resolve the issue while adhering to the principle of least privilege?

  1. Grant standard users Modify permissions specifically on the C:\Program Files\CorporateApp\Data subfolder.Answer
  2. B
    Add standard user accounts to the local Administrators group on the workstation.
  3. C
    Configure the application executable properties to always run as Administrator for standard users.
  4. D
    Change the User Account Control settings to 'Never Notify' across the operating system.

Answer

Grant standard users Modify permissions specifically on the C:\Program Files\CorporateApp\Data subfolder.
Adjusting NTFS permissions on only the specific subfolder where write access is required allows standard users to run the application correctly without compromising security across the rest of the Program Files directory structure.

Step-by-Step Solution

1
Identify the file path access restriction.
Standard users only possess Read & execute permissions in C:\Program Files subfolders by default.
Windows restricts standard user write operations in system directories to protect binary files and system security.
2
Apply targeted permission adjustments.
Grant Modify permissions to standard users exclusively on the Data subfolder.
This targeted change enables necessary application file writes without granting full permissions across protected program directories.

Key Concept

NTFS Application File Permissions and Least Privilege
Estimated Time:1m 15s
Rate this question