SystemPropertiesHardware.exe: How the Windows Hardware Properties Command Works
QUICK ANSWER SystemPropertiesHardware.exe is a legitimate Windows system utility that opens the Hardware tab of the classic System Properties dialog. From th...
QUICK ANSWER
SystemPropertiesHardware.exe is a legitimate Windows system utility that opens the Hardware tab of the classic System Properties dialog. From there, you can launch Device Manager and open Device Installation Settings.
Press Windows key + R, enter SystemPropertiesHardware.exe, and select OK. Opening the page normally does not require administrator rights, but installing, removing, rolling back, or changing certain drivers and devices may require an administrator account.
What Is SystemPropertiesHardware.exe?
SystemPropertiesHardware.exe is an executable included with supported desktop versions of Microsoft Windows. It provides a direct shortcut to the Hardware tab in the classic System Properties interface.
The executable is normally located here:
C:\Windows\System32\SystemPropertiesHardware.exe
On a standard installation, entering only the filename works because the Windows System32 directory is part of the system search path:
SystemPropertiesHardware.exe
Use the command without the trailing period shown in some search queries. The correct filename ends in .exe.
The Hardware tab commonly provides access to:
| Option | Purpose |
|---|---|
| Device Manager | Displays detected hardware and allows authorized driver and device-management operations |
| Device Installation Settings | Controls whether Windows retrieves certain manufacturer-provided device applications, information, and custom icons |
Available buttons and wording can differ slightly between Windows releases, editions, organizational policies, and device configurations.
How SystemPropertiesHardware.exe Works
When you run the command, Windows starts its built-in System Properties component and selects the Hardware tab. The executable is primarily an entry point to existing Windows management tools; it is not a hardware scanner, diagnostic engine, driver package, or performance optimizer.
Running it does not automatically:
- Change hardware settings.
- Install or remove a driver.
- Update firmware.
- Repair a malfunctioning device.
- Display detailed processor, memory, disk, or motherboard specifications.
- Improve computer performance.
Changes occur only when you select another tool and approve or perform an operation.
How to Open the Hardware Tab
Method 1: Use the Run Dialog
- Press Windows key + R.
-
Enter:
SystemPropertiesHardware.exe - Select OK or press Enter.
The classic System Properties dialog should open directly on the Hardware tab.
Method 2: Use Windows Search
- Open Start or Windows Search.
-
Search for:
SystemPropertiesHardware - Select the matching Windows command if it appears.
Search results vary by Windows version, so the Run dialog is generally more reliable.
Method 3: Use Command Prompt or PowerShell
Run the following command:
SystemPropertiesHardware.exe
In PowerShell, you can alternatively use the full path:
& "$env:SystemRoot\System32\SystemPropertiesHardware.exe"
The ampersand is PowerShell’s call operator. It runs the executable stored at the specified path.
Method 4: Open System Properties First
Run:
sysdm.cpl
Then select the Hardware tab.
This alternative is useful when the direct executable is unavailable or when you also need the Computer Name, Advanced, System Protection, or Remote tabs.
Understanding Device Manager
Selecting Device Manager opens the Windows console used to inspect detected hardware and its associated drivers.
Device Manager organizes equipment into categories such as:
- Audio inputs and outputs
- Batteries
- Bluetooth
- Cameras
- Disk drives
- Display adapters
- Firmware
- Human Interface Devices
- Keyboards and mice
- Monitors
- Network adapters
- Processors
- Security devices
- Sound, video, and game controllers
- Storage controllers
- Universal Serial Bus controllers
The categories shown depend on the hardware and virtual devices installed on the computer.
What You Can Do in Device Manager
Depending on your permissions and the selected device, Device Manager can:
- Show whether Windows has detected a device.
- Display the device and driver provider, date, and version.
- Show hardware IDs and other technical properties.
- Report a device status or error code.
- Search for driver changes.
- Update a driver.
- Roll back a recently updated driver when a previous package is available.
- Disable or re-enable a device.
- Uninstall a device.
- Scan for hardware changes.
Some operations require administrator approval.
How to Verify a Device and Its Driver
- Open
SystemPropertiesHardware.exe. - Select Device Manager.
- Expand the relevant hardware category.
- Right-click the device and select Properties.
- Review the General tab for device status.
- Open the Driver tab to check the provider, date, version, and available management options.
- For advanced identification, open Details and select Hardware Ids from the Property list.
A yellow warning symbol usually means Windows has detected a device or driver problem. Open the device’s properties and note the exact status message and error code before changing anything.
Updating Drivers Safely
Microsoft generally recommends obtaining drivers through Windows Update. Optional driver updates may appear under the advanced or optional-update area of Windows Update, depending on the Windows version.
A safe driver-update order is:
- Install applicable Windows updates.
- Check optional driver updates in Windows Update.
- Use Device Manager when troubleshooting a specific device.
- If necessary, download a compatible driver directly from the computer or hardware manufacturer.
- For business systems, follow the organization’s approved driver-deployment process.
Avoid unofficial driver-download sites and “driver updater” applications. They can supply incompatible, modified, unwanted, or malicious software.
Manually Updating a Driver
- Download the correct driver from the device or computer manufacturer.
- Confirm that it matches the hardware model, Windows version, and processor architecture.
- Create a restore point or ensure that a suitable recovery method exists when the change is significant.
- Open Device Manager.
- Right-click the device and select Update driver.
- Select Browse my computer for drivers.
- Choose the folder containing the extracted driver files.
- Complete the prompts and restart if Windows or the manufacturer requires it.
An installer supplied by the manufacturer may be preferable when the device needs supporting services, control software, or firmware components.
Rolling Back a Problematic Driver
If a problem began immediately after a driver update:
- Open the device’s Properties in Device Manager.
- Select the Driver tab.
- Select Roll Back Driver.
- Choose an appropriate reason and complete the prompts.
- Restart the computer if requested.
The button is unavailable when Windows has no previous driver package to restore.
Uninstalling a Device
Use device removal carefully:
- Disconnect the device if its manufacturer instructs you to do so.
- In Device Manager, right-click the device.
- Select Uninstall device.
- Review the confirmation message carefully.
- Do not select an option to remove the driver package unless that is specifically required and a replacement is available.
- Restart Windows or scan for hardware changes.
Windows may rediscover the device and reinstall an available driver. Removing a network, storage, display, keyboard, mouse, or system driver can temporarily reduce functionality or make troubleshooting more difficult.
Understanding Device Installation Settings
The Hardware tab may include a Device Installation Settings button. On current Windows versions, its dialog generally asks whether Windows should automatically obtain manufacturer applications and custom icons for devices.
This setting can influence the additional device content Windows retrieves. Its exact behavior and wording have changed across Windows releases.
It should not be treated as a guaranteed method to block every driver delivered through Windows Update. Windows Update, servicing policies, administrator controls, and device-specific installation processes can still affect drivers.
For centrally managed computers, administrators should use supported Windows Update for Business, Microsoft Intune, mobile device management, or Group Policy controls instead of relying only on this local dialog.
Benefits of SystemPropertiesHardware.exe
Faster Access
The command opens the required classic Hardware page directly, avoiding navigation through multiple Settings or Control Panel pages.
Consistent Support Instructions
Help-desk personnel can give users one short command instead of instructions that may vary between Windows interface revisions.
Useful for Remote Troubleshooting
During a remote-support session, the command provides quick access to Device Manager and device-installation options without requiring the technician to search through Settings.
Helpful in Scripts and Administrative Tools
The executable can be launched from a support script, shortcut, management console, or remote-assistance workflow. However, it opens an interactive graphical interface and does not silently configure devices.
Built Into Windows
A genuine copy in the Windows system directory does not require a third-party utility or separate installation.
Administrator Requirements and Security Considerations
Opening the Hardware tab and viewing basic device information normally works for a standard user. Windows may request administrator credentials or consent when an operation changes system-wide hardware or driver configuration.
Potentially disruptive actions include:
- Disabling essential devices.
- Removing storage or controller drivers.
- Installing an incompatible driver.
- Deleting a driver package.
- Changing devices on remotely accessed computers.
- Installing unsigned or untrusted driver software.
Use drivers supplied through Windows Update or by the original hardware or computer manufacturer. Modern 64-bit Windows versions enforce driver-signing requirements as part of the platform’s protection against untrusted kernel-level code. Do not weaken driver-signing or Windows security protections merely to install an unknown driver.
On organizational devices, settings may be controlled by Group Policy, Microsoft Intune, security baselines, or other management software. Local options may be unavailable or overridden.
How to Verify That the File Is Genuine
A genuine executable should normally be in the Windows directory:
C:\Windows\System32\SystemPropertiesHardware.exe
To inspect it:
- Open File Explorer.
- Browse to
C:\Windows\System32. - Locate
SystemPropertiesHardware.exe. - Right-click it and select Properties.
- Review the Digital Signatures or file-details information, if available.
- Confirm that the publisher information identifies Microsoft.
A file with the same name in a downloads folder, temporary directory, user-profile folder, email attachment, or third-party application directory should not automatically be trusted.
If the file’s location or signature is suspicious, do not run it. Scan the system with Microsoft Defender or the organization’s approved security product.
Troubleshooting
The Command Is Not Recognized
First, try the complete path:
C:\Windows\System32\SystemPropertiesHardware.exe
Alternatively, run:
sysdm.cpl
Then open the Hardware tab manually.
If the Windows file appears to be missing or corrupted, an administrator can check protected system files from an elevated Command Prompt:
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Run DISM first, allow it to finish, and then run System File Checker. These commands can take time and require administrator rights. DISM may use Windows Update as a repair source.
The Hardware Tab Opens but Device Manager Does Not
Try opening Device Manager directly:
devmgmt.msc
You can also right-click Start and select Device Manager.
If access is denied or the option is unavailable, an organizational policy may be restricting the console. Contact the system administrator rather than attempting to bypass the restriction.
Device Manager Shows an Unknown Device
- Open the unknown device’s properties.
- Check the status message and error code.
- Under Details, select Hardware Ids.
- Check Windows Update for applicable drivers.
- Visit the computer manufacturer’s support page and use the exact computer model or serial-number lookup.
- Install only a driver intended for that model and supported Windows version.
Do not identify a driver solely from an unverified search-result download.
A Device Stopped Working After a Driver Update
Try these actions in order:
- Restart Windows.
- Check cables, power, wireless switches, and physical connections.
- Use Roll Back Driver if it is available.
- Install a known-compatible driver from the manufacturer.
- Use System Restore or another approved recovery method if the driver change caused broader system instability.
- For managed devices, contact IT before replacing organization-approved drivers.
Device Installation Settings Are Missing or Disabled
Possible causes include:
- The Windows version presents the option differently.
- An administrator has enforced a policy.
- Device management software controls the setting.
- The current account lacks sufficient permission.
- Microsoft has changed or removed the legacy interface in that Windows build.
Use Windows Update or the organization’s management system for supported driver configuration.
Alternatives and Related Commands
| Command or location | Use |
|---|---|
devmgmt.msc |
Opens Device Manager directly |
sysdm.cpl |
Opens the complete classic System Properties dialog |
msinfo32.exe |
Displays detailed system and hardware information |
dxdiag.exe |
Provides DirectX, display, sound, and related diagnostic information |
ms-settings:about |
Opens the About page in Windows Settings |
| Windows Update | Installs supported Windows and driver updates |
| Manufacturer support utility | May provide model-specific drivers, firmware, and diagnostics |
Use SystemPropertiesHardware.exe when you need the classic Hardware tab. Use msinfo32.exe when you need an inventory of system components, and use Device Manager when you need to investigate a specific device or driver.
FAQ
Frequently Asked Questions
Is SystemPropertiesHardware.exe safe?
Yes, when it is the genuine Microsoft Windows file located in the Windows system directory. A similarly named file obtained from an email, download site, temporary folder, or unknown application should be verified before execution.
Does SystemPropertiesHardware.exe require administrator rights?
Not usually for opening the Hardware tab or viewing devices. Installing, disabling, uninstalling, rolling back, or otherwise changing a device or driver may require administrator credentials.
Does the command show all computer specifications?
No. It primarily opens hardware-management options. Use msinfo32.exe, Settings > System > About, Task Manager, or a manufacturer-provided tool for detailed specifications.
Is SystemPropertiesHardware.exe the same as Device Manager?
No. It opens the Hardware tab of System Properties. Device Manager is a separate management console that can be launched from that tab or directly with devmgmt.msc.
Can this command repair faulty hardware?
No. It provides access to management tools, but it cannot repair physically damaged hardware. It may help identify a device error or correct a driver-related issue.
Can I use it to stop all automatic driver updates?
No. Device Installation Settings should not be considered a complete driver-update blocking mechanism. Driver delivery can also be controlled by Windows Update, organizational policies, servicing rules, and device-management platforms.
Can I delete SystemPropertiesHardware.exe?
No. It is a Windows system component and should not be deleted. If you suspect corruption, use supported Windows repair tools instead.
Why does the interface look old in Windows 11?
The command opens a classic Windows System Properties component retained for compatibility and administrative use. Windows 11 also provides newer Settings pages, but not every advanced hardware function has been moved to the modern interface.
FINAL RECOMMENDATION / CONCLUSION
Use SystemPropertiesHardware.exe as a fast, built-in way to reach the classic Windows Hardware tab and Device Manager. It is particularly useful for checking device status, reviewing driver information, and beginning hardware troubleshooting.
Before changing a driver, record the existing driver version and device error, use Windows Update or the hardware manufacturer as the source, and ensure that a recovery option is available. On business computers, follow organizational policies because centrally managed settings can override local choices.
#SystemPropertiesHardware #Windows11 #WindowsHardware #SystemProperties #DeviceManager #WindowsDrivers #DriverUpdate #HardwareTroubleshooting #DeviceInstallation #WindowsCommands #RunCommand #WindowsAdministration #ITSupport #WindowsSecurity #DriverManagement #SystemTools #WindowsUpdate #HardwareDiagnostics #BeginnerGuide #ITProfessionals
SOURCES
- Update drivers manually in Windows — Microsoft Support
- Error codes in Device Manager in Windows — Microsoft Support
- Overview of device and driver installation — Microsoft Learn
- Driver signing — Microsoft Learn
- Using System File Checker in Windows — Microsoft Support
- Windows Update FAQ — Microsoft Support
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.