Operating Systems

547 questions

Question 1Question

A small accounting firm recently purchased five off-the-shelf desktop computers running Windows 11 Home for its new staff members. The IT consultant needs to join these workstations to the firm's existing Active Directory domain and configure centralized security policies using Group Policy. When attempting to complete the setup, the consultant realizes the domain join option is unavailable. Which of the following explains why the consultant cannot complete this task?

Show answer & explanation

Answer: Windows 11 Home lacks native support for Active Directory domain join and Local Group Policy management.

Answer

Windows 11 Home lacks native support for Active Directory domain join and Local Group Policy management.
The option stating that Windows 11 Home lacks native support for Active Directory domain join and Local Group Policy management is correct. Windows Home edition is designed for retail consumers and excludes domain networking features, Group Policy editing (`gpedit.msc`), Remote Desktop hosting, and BitLocker drive encryption. To join a domain or enforce local policies via GPO, the OS must be upgraded to Windows 11 Pro or Enterprise.

Step-by-Step Solution

1
Identify the organizational requirements specified in the scenario.
The requirements are joining an Active Directory domain and managing centralized security configurations using Group Policy.
These features are fundamental Windows administrative utilities used in corporate networks.
2
Evaluate the capabilities of the installed Windows edition (Windows 11 Home).
Windows 11 Home does not include Active Directory Domain Join, Local Group Policy Editor (gpedit.msc), Remote Desktop Server, or BitLocker.
Microsoft restricts corporate networking and policy management features to Windows Pro, Enterprise, and Education editions.
3
Determine the necessary remediation path.
The workstations must be upgraded to Windows 11 Pro or Enterprise edition to satisfy the business requirements.
An edition upgrade unlocks the missing features without requiring hardware replacement.

Key Concept

Windows Edition Feature Boundaries
Estimated Time:1m 0s
Question 2Question

An IT support technician is reviewing Windows feature requirements for several newly purchased workstation computers. Match each Windows feature or administrative requirement on the left to the minimum Windows desktop edition on the right that natively supports it.

Click a left item, then click its matching right item

Items

AppLocker application control policies creation and enforcement
Active Directory Domain Join and BitLocker Drive Encryption
Basic consumer features with no native support for hosting Remote Desktop incoming sessions

Matches

Show answer & explanation

Answer

AppLocker application control policies correspond to Windows Enterprise; Active Directory Domain Join and BitLocker Drive Encryption correspond to Windows Pro; and basic consumer features without Remote Desktop host support correspond to Windows Home.
Each feature correctly matches its minimum required Windows edition: AppLocker is an Enterprise-tier feature, Active Directory Domain Join and BitLocker require at least Windows Pro, and consumer-focused systems without incoming Remote Desktop host capabilities run Windows Home.

Step-by-Step Solution

1
Identify the edition requirements for enterprise application management.
AppLocker policy creation and enforcement is restricted to Windows Enterprise and Education editions.
Enterprise management features like AppLocker require an Enterprise license.
2
Identify the edition requirements for standard corporate business features.
Active Directory Domain Join and BitLocker Drive Encryption are natively supported starting at the Windows Pro edition.
Windows Pro provides core business features suitable for small and medium business environments.
3
Identify consumer edition boundaries.
Windows Home provides basic consumer desktop features but cannot host incoming Remote Desktop sessions or join traditional Windows Server domains.
Windows Home is aimed at home users and omits corporate infrastructure capabilities.

Key Concept

Windows OS Editions and Basic Features
Question 3Question

A Windows 11 workstation fails to boot following a forced shutdown during a cumulative update installation. An IT technician accesses the Command Prompt within the Windows Recovery Environment (WinRE) to remediate corrupted system files and restore normal startup. Order the following administrative command-line steps sequentially to execute a complete offline repair workflow.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with using Diskpart to identify target partition letters, followed by reverting pending update operations via DISM, repairing the offline Component Store from install media, running System File Checker with offline parameters, and finally rebuilding the Boot Configuration Data using Bootrec.
The sequence follows the standard Windows offline servicing protocol: First, Diskpart confirms actual volume assignments in WinRE. Second, DISM reverts pending update states that block file access. Third, DISM restores the offline Component Store using clean installation media. Fourth, SFC scans and replaces corrupted OS files against the validated Component Store using offline path parameters. Fifth, Bootrec rebuilds the Boot Configuration Data to ensure proper boot sequence execution.

Step-by-Step Solution

1
Identify volume mappings in WinRE
Discovered offline Windows OS directory located on drive D:\ and installation ISO mounted on drive E:\.
WinRE assigns drive letters dynamically; verifying directory paths is necessary before executing targeted offline commands.
2
Clear pending update locks
Pending update flags and locked servicing transactions are reverted.
Interrupted updates lock component store binaries, preventing repair tools from modifying damaged system files.
3
Repair offline Component Store (WinSxS)
The local component store image is restored to a healthy state using install.wim as a reference source.
System File Checker relies on a valid component store payload to replace corrupted system binaries.
4
Perform offline System File Checker scan
Corrupted Windows system files on drive D:\ are repaired.
Running SFC offline requires explicit /offbootdir and /offwindir switches pointing to the target Windows OS directory.
5
Rebuild boot loader entries
The Boot Configuration Data (BCD) store is updated to point to the operational OS installation.
Ensures the bootloader recognizes the repaired OS and boots into the desktop successfully.

Key Concept

Offline Windows Recovery Workflow using DISM, SFC, Diskpart, and Bootrec
Question 4Question

A systems administrator needs to deploy a legacy 32-bit enterprise accounting software package on 64-bit Windows 11 corporate workstations. The application installer requires administrative privileges, stores shared database files in `%ProgramData%`, and must be verified for standard non-administrative domain users. Place the following installation, permission configuration, and verification steps into the correct chronological order.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence starts with verifying system requirements and architecture compatibility, followed by executing the elevated installer with unattended switches, modifying NTFS write permissions on the shared ProgramData directory, setting legacy compatibility properties on the executable, and concluding with standard user login and verification.
A proper application deployment follows a structured lifecycle: prerequisites assessment must precede file installation; administrative privileges are used to execute the setup package; post-install configuration (such as modifying ProgramData NTFS permissions and setting compatibility modes) prepares the environment for standard users; and testing under a standard user profile validates least-privilege functionality.

Step-by-Step Solution

1
Assess pre-installation prerequisites and architecture
Confirmed 64-bit Windows 11 OS can run 32-bit software via WoW64 in Program Files (x86).
Before making system changes, administrators must verify OS architecture, available disk space, and application dependencies.
2
Execute installer with administrative elevation and silent parameters
Application files are copied to Program Files (x86) without user interaction.
Standard users lack permission to write to system directories, requiring elevated privileges during installation.
3
Adjust NTFS ACLs on shared application directory in ProgramData
Standard Users group is granted Write/Modify permissions on the shared database path.
Legacy applications often fail when attempting to update database files stored in ProgramData if standard users only have default Read permissions.
4
Apply compatibility settings to the application executable
Executable configured to run under legacy Windows compatibility settings.
Compatibility fixes must be applied directly to the installed application binary prior to end-user launch.
5
Perform end-to-end verification using a standard domain user account
Application launches cleanly without UAC prompts and successfully saves data.
Testing with least-privilege credentials ensures the deployment is successful and operational for standard corporate users.

Key Concept

Application Installation and Configuration Workflow
Question 5Question

A desktop support technician updates a domain Group Policy setting for a user. To ensure the updated policy settings take effect immediately on the user's local Windows workstation without restarting the computer or waiting for the default background refresh interval, which command should the technician execute?

Show answer & explanation

Answer: gpupdate /force

Answer

gpupdate /force
The `gpupdate /force` command instructs Windows to immediately refresh both user and computer Group Policies, overriding the standard background refresh interval and reapplying all policies without requiring a reboot.

Step-by-Step Solution

1
Identify the administrative goal
The goal is to refresh and reapply Active Directory Group Policy settings immediately on a local Windows client.
By default, Windows refreshes Group Policy in the background every 90 to 120 minutes, or upon system restart/logon.
2
Select the correct Windows command-line utility and flag
Running `gpupdate /force` forces an immediate reapplication of all existing and new policy settings.
The `/force` switch instructs the tool to re-apply all policies, avoiding the standard background waiting period.

Key Concept

Group Policy Command-Line Management
Question 6Question

A technician servicing a Windows workstation needs to initiate an immediate restart of the computer using the Command Prompt. Which of the following commands should the technician execute?

Show answer & explanation

Answer: shutdown /r /t 0

Answer

The shutdown /r /t 0 command immediately restarts the workstation.
The shutdown command with the /r switch instructs Windows to perform a full system restart. Including the /t 0 parameter specifies a delay of zero seconds, initiating the restart immediately.

Step-by-Step Solution

1
Identify the standard command-line utility used for power operations in Windows CMD.
The built-in executable is shutdown.exe.
Windows Command Prompt uses the shutdown command to log off, power down, or restart system hardware.
2
Select the correct command flags for an immediate reboot.
Combine /r for restart with /t 0 to bypass the default 30-second delay.
The /r flag specifies a system restart, while /t 0 sets the countdown timer to zero seconds.

Key Concept

Windows Command-Line Power Management Switches
Question 7Question

A systems administrator is configuring an automated network deployment of Windows 11 Pro across a fleet of custom workstations equipped with a new hardware RAID storage controller. The administrator creates a deployment share and configures an `autounattend.xml` answer file. However, when Windows Setup launches on the target clients via PXE, the installation halts at the disk partition selection phase with the error message: "We couldn't find any drives. To get a storage driver, click Load driver." Reviewing the `autounattend.xml` file reveals that the custom RAID controller driver package was placed in the `offlineServicing` configuration pass. Which of the following actions should the administrator take to resolve this issue while maintaining an automated deployment process?

Show answer & explanation

Answer: Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.

Answer

Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.
During an automated Windows deployment utilizing an `autounattend.xml` answer file, mass storage controller drivers essential for disk recognition must be injected during the `windowsPE` configuration pass. The `windowsPE` pass configures settings specific to the preinstallation environment prior to drive selection, disk partitioning, and image staging. Injecting the driver at this phase ensures WinPE initializes the RAID controller before Setup searches for target disks.

Step-by-Step Solution

1
Diagnose the disk detection error in Windows Setup.
The Windows installer cannot identify target disk drives because the WinPE boot environment lacks the required third-party RAID controller driver.
WinPE requires storage controller drivers loaded in memory before it can initialize storage controllers, scan for disks, and create partition structures.
2
Analyze the Windows deployment configuration pass sequence.
The `offlineServicing` pass applies updates and drivers to an offline Windows image after it has been copied to disk. The `windowsPE` pass processes drivers before disk selection occurs.
Placing driver injection in `offlineServicing` fails because Setup cannot reach the image-copying stage without first detecting a target disk.
3
Update the autounattend.xml structure.
Move the driver injection directive (`Microsoft-Windows-PnpCustomizationsWinPE`) into the `windowsPE` configuration pass.
Injecting the storage driver during the `windowsPE` pass enables Setup to load the driver immediately upon boot, successfully exposing the RAID array for automated partitioning.

Key Concept

Windows Setup Configuration Passes and Unattended Driver Staging
Estimated Time:3m 0s
Question 8Question

A system deployment specialist is preparing a computer for a software developer who requires native local virtual machine hosting and full-volume drive encryption to safeguard confidential source code. The computer currently runs Windows 11 Home. Which TWO of the following features require upgrading the system to Windows 11 Pro or higher to become available? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Client Hyper-V hypervisor management; BitLocker Drive Encryption

Answer

Client Hyper-V hypervisor management and BitLocker Drive Encryption are the features that require upgrading from Windows 11 Home to Windows 11 Pro or higher.
Client Hyper-V hypervisor management and BitLocker Drive Encryption are advanced administrative and enterprise-grade security features exclusive to Windows 11 Pro, Enterprise, and Education editions. To fulfill the requirements for local virtual machine hosting and full-volume encryption, the operating system must be upgraded from Windows Home to Windows Pro or higher.

Step-by-Step Solution

1
Analyze the technical requirements in the scenario
Identified two primary feature requirements: native local virtual machine hosting and full-volume drive encryption.
Determining exact operational needs is necessary to check Windows edition feature matrices.
2
Evaluate feature availability in Windows 11 Home edition
Windows 11 Home does not support Client Hyper-V or full BitLocker Drive Encryption.
Microsoft restricts corporate management and virtualization tools to Pro and higher editions.
3
Identify non-restricted features included in Windows 11 Home
Storage Spaces and Windows Defender Firewall are present and functional in Windows 11 Home.
Basic storage management and host firewall protection are standard features across all desktop editions.

Key Concept

Windows OS Edition Feature Boundaries
Question 9Question

A field technician is upgrading a remote employee's workstation currently running 64-bit Windows 10 Home. The employee requires an upgrade to 64-bit Windows 11 Pro to enable BitLocker Drive Encryption and join the corporate Active Directory domain, while preserving all existing user files, installed applications, and local configurations. When launching setup from the Windows 11 Pro installation media, the installer indicates that an in-place upgrade to Windows 11 Pro with file and app retention is unsupported from the current edition. Which of the following is the correct procedure to achieve the requested upgrade path without losing user data?

Show answer & explanation

Answer: Upgrade the current installation to Windows 10 Pro by entering a valid Pro product key in System settings, then run the Windows 11 setup media to perform an in-place upgrade.

Answer

Upgrade the current operating system to Windows 10 Pro first via a valid product key in System settings, then execute the Windows 11 Pro setup media to complete an in-place upgrade while retaining files and applications.
Upgrading Windows 10 Home to Windows 10 Pro using a product key in Activation settings performs a license conversion in place. Once the workstation is running Windows 10 Pro, the Windows 11 setup wizard recognizes the qualifying edition and permits an in-place upgrade to Windows 11 Pro while keeping all user files, applications, and settings.

Step-by-Step Solution

1
Identify the edition upgrade matrix constraint.
Direct in-place upgrading from Windows 10 Home directly to Windows 11 Pro while maintaining installed applications and personal files is restricted by Windows Setup.
Windows setup requires an intermediate edition match or upgrade step when shifting both OS version and edition tier.
2
Elevate the Windows 10 edition locally.
Enter a Windows 10/11 Pro product key under Settings > Update & Security > Activation to convert the system from Windows 10 Home to Windows 10 Pro without reinstalling.
Converting to Windows 10 Pro establishes an eligible edition baseline for a seamless Windows 11 Pro in-place upgrade.
3
Run the Windows 11 Pro setup media.
Launch setup.exe from the Windows 11 installation media and select 'Keep personal files and apps'.
Since the source OS is now Windows 10 Pro, the installer supports a full in-place upgrade to Windows 11 Pro.

Key Concept

Windows Operating System Upgrade Paths and Edition Escalation
Question 10Question

A systems administrator is configuring the deployment of a custom enterprise application on 64-bit Windows 11 workstations. The setup executable registers a background system service during installation, and the application writes shared runtime configurations to a local directory. Standard non-administrative users must be able to launch the application and update its configuration without experiencing User Account Control (UAC) prompts or access denied errors. Which of the following steps should the administrator take to properly deploy and configure this application? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Execute the application installer using an administrative account context to permit service registration during setup.; Configure local file system access control lists (ACLs) to grant standard users Modify permissions on the application's dedicated subfolder inside %ProgramData%.

Answer

The administrator must execute the installer under an administrative account context to allow service registration, and grant standard users Modify permissions on the application's dedicated subfolder within %ProgramData%.
Installing software that registers system-level services requires administrative elevation to modify protected Windows components. To allow standard users to read and write shared configuration files without elevating their privileges or modifying protected %ProgramFiles% permissions, the administrator should adjust access control lists (ACLs) to grant Modify permissions specifically on the application's folder under %ProgramData%.

Step-by-Step Solution

1
Analyze installation requirements for background service registration.
Registering Windows services requires modifying protected system configuration areas, necessitating administrative elevation.
Standard user accounts lack rights to create or modify system services.
2
Evaluate storage locations for user-editable shared application settings.
%ProgramData% is the proper location for shared application state, but standard users require explicit Modify permissions on the app's specific subfolder.
Standard users have read-only access to %ProgramFiles% and default %ProgramData% locations, so granting localized ACL rights prevents permission errors while maintaining principle of least privilege.
3
Evaluate and eliminate incorrect distractor actions.
Compatibility Mode and /quiet CLI switches do not bypass security boundaries or elevate privileges for non-administrative accounts.
Security controls like UAC and file system ACLs cannot be bypassed using installer UI switches or legacy compatibility shims.

Key Concept

Application installation administrative elevation and least-privilege folder permission configuration
Question 11Question

A system administrator is deploying a legacy line-of-business application to corporate workstations. Standard users can launch the program, but receive runtime write errors whenever the application attempts to save configuration preferences. Investigation reveals that the software was originally designed to write user configuration files directly to its installation folder inside C:\Program Files\, which standard accounts cannot modify due to default system protection settings. Which of the following is the best long-term solution to resolve this issue while adhering to the principle of least privilege?

Show answer & explanation

Answer: Apply an application compatibility fix shim to virtualize and redirect directory writes to the logged-in user profile.

Answer

The optimal resolution is to apply an application compatibility fix shim to virtualize and redirect directory writes to the logged-in user profile.
Applying an Application Compatibility Shim (or leveraging UAC file virtualization) allows legacy applications designed for older operating systems to run properly under standard user accounts. The shim redirects file write operations directed at protected system directories like C:\Program Files to user-accessible locations such as %LOCALAPPDATA%, maintaining system security while ensuring application functionality.

Step-by-Step Solution

1
Analyze the application behavior and privilege boundaries
Identified that the application attempts to write data to C:\Program Files, which requires administrative write privileges by default under Windows User Access Control (UAC).
Standard users only have Read & Execute permissions in C:\Program Files to prevent system tampering.
2
Evaluate remediation options against least privilege principles
Avoid granting administrative rights or altering NTFS ACLs on C:\Program Files, as this introduces security risks.
Security best practices mandate keeping program directories read-only for non-administrative accounts.
3
Deploy compatibility shim via Compatibility Administrator tool
The shim intercepts file write calls intended for C:\Program Files and silently redirects them to %LOCALAPPDATA%\VirtualStore or user profile paths.
Shimming resolves legacy software compatibility issues while preserving operating system security boundaries.

Key Concept

Application Compatibility Shims and User Account Control (UAC) File Virtualization
Question 12Question

A field technician is configuring a Windows workstation to access a shared network folder named Data on a file server (`\\FS01\Data`). The shared folder needs to be mapped to local drive letter `M:` and must automatically reconnect every time the user logs into the system. Which command should the technician run in Command Prompt to accomplish this goal?

Show answer & explanation

Answer: net use M: \\FS01\Data /persistent:yes

Answer

The command `net use M: \\FS01\Data /persistent:yes` correctly maps the network share to drive letter M: and configures it to reconnect automatically upon user logon.
The `net use M: \\FS01\Data /persistent:yes` command assigns the remote UNC path `\\FS01\Data` to local drive letter `M:` and ensures the connection persists across user sessions via the `/persistent:yes` switch.

Step-by-Step Solution

1
Identify the required command-line utility for mapping network shares in Windows.
The `net use` command is the standard Windows command-line tool used to connect to shared network resources.
Mapping a remote file server path (`\\FS01\Data`) to a local drive letter (`M:`) requires the client drive mapping utility.
2
Determine the necessary parameters for target drive letter, target UNC path, and reconnection behavior.
Drive letter is `M:`, UNC path is `\\FS01\Data`, and the reconnection switch is `/persistent:yes`.
Without `/persistent:yes`, the mapped drive connection would terminate when the user logs off.

Key Concept

Mapping network drives and managing persistent connections using `net use`
Question 13Question

Match each macOS system feature or Linux/macOS command-line utility to its primary administrative function.

Click a left item, then click its matching right item

Items

journalctl
Keychain Access
tar
Console

Matches

Show answer & explanation

Answer

journalctl pairs with querying systemd log records; Keychain Access pairs with native macOS password and credential management; tar pairs with aggregating files into an archive; Console pairs with inspecting real-time macOS system diagnostic logs and crash reports.
Each item accurately pairs the administrative tool with its OS-specific function: journalctl accesses systemd binary logs in Linux; Keychain Access securely stores keys and credentials in macOS; tar creates file archives in Linux and macOS; and Console streams real-time logs and diagnostic reports in macOS.

Step-by-Step Solution

1
Identify the primary function of Linux system logging command-line utilities.
journalctl is recognized as the utility used to query and view systemd journal logs on modern Linux distributions.
Linux systems using systemd rely on journalctl for log viewing rather than reading raw log files directly.
2
Identify macOS security credential management tools.
Keychain Access is identified as the native application responsible for storing saved network passwords, certificates, and keys.
macOS uses Keychain Access to provide centralized, encrypted credential storage.
3
Differentiate file archiving commands from log or monitoring tools.
tar is identified as the tool for bundling multiple files and directories into an archive file.
tar stands for tape archive and is used extensively across UNIX-like systems for backup and file bundling.
4
Distinguish between macOS system log utilities.
Console is matched to real-time macOS diagnostic log and crash report monitoring.
Console provides a graphical environment to stream and filter macOS system events and log entries.

Key Concept

macOS and Linux System Administration Tools and Logging Features
Question 14Question

A Windows 11 desktop computer is experiencing persistent connectivity issues following a router migration. A help desk technician needs to purge the local DNS resolver cache to remove stale IP address mappings and reset the IPv4 protocol stack to its default state to resolve protocol stack corruption. Which of the following commands should the technician execute on the client machine? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: ipconfig /flushdns; netsh int ip reset

Answer

The technician must execute `ipconfig /flushdns` to purge stale host name records from the local resolver cache and `netsh int ip reset` to restore the TCP/IP protocol stack to its clean default configuration.
Executing `ipconfig /flushdns` flushes obsolete address entries stored in the local client cache. Executing `netsh int ip reset` resets the TCP/IP interface stack by overwriting registry keys controlling network protocols, resolving protocol layer corruption.

Step-by-Step Solution

1
Identify the command required to clear cached local DNS resolver entries.
The `ipconfig /flushdns` command empties the local DNS cache so the client performs fresh DNS queries.
Outdated host-to-IP mappings cause routing failure to local or remote host names after router reconfigurations.
2
Identify the command required to reset the TCP/IP stack configuration.
Executing `netsh int ip reset` rewrites registry keys controlling TCP/IP settings to defaults.
Protocol stack corruption prevents stable socket operations, requiring a reset of the network stack.

Key Concept

Windows Network Command-Line Diagnostics and Repair
Question 15Question

A systems administrator is configuring a reference workstation to create a golden master image that will be deployed to dozens of new computers across an enterprise network. Before capturing the OS image, the administrator needs to ensure that hardware-specific information and unique system identifiers are removed and that the image can be captured cleanly without file lock conflicts. Which of the following procedures should the administrator perform to achieve this? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Run the System Preparation tool (sysprep.exe) with the /generalize switch to remove computer-specific details like the Security Identifier (SID).; Boot the reference computer into Windows Preinstallation Environment (WinPE) to run the disk imaging capture utility.

Answer

To prepare and capture a golden master image for network deployment, the administrator must run `sysprep.exe /generalize` to strip unique system identifiers (SIDs) and boot into a WinPE environment to capture the offline system drive cleanly.
Executing the System Preparation tool (`sysprep.exe`) with the `/generalize` parameter removes system-unique information such as the computer security identifier (SID) and hardware profile details, allowing the OS image to be deployed across diverse hardware configurations. Booting into WinPE places the target system drive in an offline, unmounted state, allowing imaging tools to capture an exact image of the volume without file lock interference from active system processes.

Step-by-Step Solution

1
Generalize the operating system state
System-specific hardware drivers, SID, and unique identifiers are removed from the Windows installation.
Cloning an operating system without generalizing causes duplicate SIDs and configuration conflicts on the enterprise network.
2
Boot into Windows PE (WinPE)
The host OS volume is brought offline while running a minimal lightweight environment.
Running the image capture utility from WinPE avoids file locking and filesystem state changes that occur when imaging a live OS volume.

Key Concept

Windows OS Image Generalization and Capture Procedures
Estimated Time:1m 30s
Question 16Question

An IT technician is resolving an issue on a user's Windows laptop where closing the lid does not put the system into a low-power state, causing the laptop to overheat and drain its battery in the user's bag. The technician wants to configure the system to enter Hibernate mode whenever the laptop lid is closed. Which Control Panel utility should the technician open to adjust this hardware behavior?

Show answer & explanation

Answer: Power Options

Answer

Power Options is the correct Control Panel utility for configuring system power plans, power button actions, and lid-close behaviors.
Power Options is the designated Windows Control Panel applet used to manage power conservation settings, create custom power plans, and configure hardware button behaviors such as defining what occurs when the laptop lid is closed.

Step-by-Step Solution

1
Identify the administrative requirement
The requirement is to modify system power behavior specifically when closing a laptop lid.
Lid-close settings dictate how the operating system handles system state transitions (Sleep, Hibernate, Shut Down, or Do Nothing).
2
Locate the corresponding Windows Control Panel utility
Power Options governs all system-wide power management behaviors.
Selecting 'Choose what closing the lid does' inside Power Options provides direct access to define the hardware reaction for lid closure.

Key Concept

Windows Control Panel Power Options
Estimated Time:1m 0s
Question 17Question

A systems administrator needs to configure several Windows 11 workstations so that files with a custom file extension (.logcfg) automatically open using a specific proprietary application executable. The administrator wants to inspect and update the file extension binding and the corresponding executable command-line program using the Windows Command Prompt. Which TWO command-line utilities should the administrator use to accomplish this task?

Select all that apply

Show answer & explanation

Answer: assoc; ftype

Answer

The administrator should use `assoc` and `ftype` to manage file extension bindings and associated executable launch strings in Windows.
In Windows, file association management from the command prompt is split into two commands: `assoc` links a file extension to a file type name, while `ftype` defines the executable launch command for that file type.

Step-by-Step Solution

1
Use `assoc` in the command prompt to view or change the file type assigned to a specific file extension (e.g., `assoc .logcfg=LogConfigFile`).
Links the file extension `.logcfg` to a custom file type identifier.
The system must first know which file type name maps to the specified extension.
2
Use `ftype` in the command prompt to specify the program and arguments used to open that file type (e.g., `ftype LogConfigFile="C:\Program Files\App\editor.exe" "%1"`).
Associates the custom file type identifier with the binary executable path.
The file type must be bound to the exact executable path so Windows knows how to open files of that type.

Key Concept

Managing Windows file extension associations via Command Prompt using `assoc` and `ftype`
Question 18Question

An IT technician is provisioning a desktop workstation intended for use as a public-facing customer intake kiosk. The business requirement dictates configuring the operating system to run a single web-based intake application in a restricted, single-app kiosk mode using the native Windows Assigned Access feature. During initial configuration, the technician discovers that the system is currently running Windows 11 Home, which lacks support for Assigned Access and Local Group Policy. Which of the following is the minimum Windows 11 edition required to natively support single-app Assigned Access kiosk deployment?

Show answer & explanation

Answer: Windows 11 Pro

Answer

Windows 11 Pro is the minimum edition required to support single-app Assigned Access kiosk mode.
Windows 11 Pro is the minimum edition that natively supports single-app Assigned Access, allowing an administrator to restrict a specific user account to a single application. It also provides Local Group Policy management (gpedit.msc) necessary for business environments.

Step-by-Step Solution

1
Identify the feature requirement in the scenario.
The requirement specifies setting up a restricted single-app kiosk using native Assigned Access.
Assigned Access restricts a user account to running only a designated application.
2
Evaluate feature availability across Windows 11 editions.
Windows 11 Home lacks Assigned Access and management policies. Windows 11 Pro introduces single-app Assigned Access and Local Group Policy control.
Windows 11 Pro is the entry-level business edition providing native kiosk management capabilities.
3
Determine the minimum required upgrade path.
Upgrading from Windows 11 Home to Windows 11 Pro satisfies all single-app kiosk requirements without needing higher-tier enterprise licensing.
Selecting the lowest edition that satisfies all requirements minimizes licensing costs while achieving compliance.

Key Concept

Windows Edition Capabilities and Assigned Access Kiosk Features
Estimated Time:1m 15s
Question 19Question

A system administrator is resolving persistent system instability on a Windows 11 workstation. Running sfc /scannow fails with the error message: "Windows Resource Protection found corrupt files but was unable to fix some of them." Diagnostic logs indicate that the local Windows Component Store (WinSxS) is itself corrupted. Because network access to Windows Update is blocked by security policy, the administrator has mounted an official Windows 11 ISO file containing installation source files at drive letter D:. Which of the following commands must the administrator execute from an elevated Command Prompt to repair the local Component Store using the mounted image before re-running the System File Checker?

Show answer & explanation

Answer: dism /online /cleanup-image /restorehealth /source:D:\sources\install.wim /limitaccess

Answer

The command dism /online /cleanup-image /restorehealth /source:D:\sources\install.wim /limitaccess must be executed to repair the corrupted Windows Component Store using the local WIM source without querying Windows Update.
The correct command utilizes DISM with the /online switch to target the active OS, /cleanup-image /restorehealth to repair corruption, /source:D:\sources\install.wim to point directly to the mounted installation image, and /limitaccess to prevent attempts to connect to Windows Update over a restricted network.

Step-by-Step Solution

1
Identify the cause of the SFC failure.
SFC failed because its payload source (the local WinSxS component store) is corrupted.
SFC replaces damaged system files using healthy copies stored in the Component Store (WinSxS). If WinSxS is corrupted, SFC cannot complete repairs.
2
Select the appropriate servicing tool for WinSxS component repair.
Deployment Image Servicing and Management (DISM) is required.
DISM repairs the Windows Component Store image itself using Windows Update or an explicit alternate repair source.
3
Construct the exact DISM syntax for an offline/local WIM source.
Use /online /cleanup-image /restorehealth with /source:D:\sources\install.wim and /limitaccess.
The /source switch specifies the mounted image location, and /limitaccess prevents DISM from attempting network connections to Windows Update.
4
Re-run System File Checker following DISM completion.
Execute sfc /scannow to fix remaining system file corruptions using the newly restored component store.
With a healthy component store restored, SFC can now successfully replace damaged OS binaries.

Key Concept

Repairing Windows Component Store corruption using DISM with alternate repair sources prior to SFC execution.
Question 20Question

A systems administrator wants to capture CPU utilization data over an extended period into a log file using Performance Monitor. Place the administrative steps required to create a custom User Defined Data Collector Set in the correct chronological order.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with launching Performance Monitor using perfmon.msc, opening the Data Collector Set wizard under User Defined, configuring manual selection for performance counters, and finally choosing the Processor counters before completing the setup.
To create a custom performance log in Windows, an administrator must first open Performance Monitor via perfmon.msc, initiate a new Data Collector Set from the User Defined context menu, configure the wizard for manual counter collection, and lastly select the appropriate CPU counters before saving the collector set.

Step-by-Step Solution

1
Launch Performance Monitor by executing perfmon.msc.
The Performance Monitor MMC utility opens.
You must open the tool before managing data collectors.
2
Navigate to Data Collector Sets > User Defined and select New > Data Collector Set.
The Create New Data Collector Set wizard opens.
User Defined collector sets allow custom counter logging.
3
Name the set and select 'Create manually (Advanced)' followed by 'Performance counter'.
The wizard advances to the counter selection screen.
Manual setup allows customization of specific objects and counters.
4
Click Add to select the Processor counters, set the sample interval, and complete the wizard.
The custom Data Collector Set is saved and ready to run.
Adding the CPU metrics defines what data will be collected in the log file.

Key Concept

Creating Performance Monitor Data Collector Sets
Page 1 / 28Next