---
title: "Install Disk Monitor"
slug: "install-disk-monitor"
updated: 2025-07-06T09:24:58Z
published: 2025-07-06T09:24:58Z
canonical: "support.controlup.com/install-disk-monitor"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.controlup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Disk Monitor

To install ControlUp Disk Monitor, follow the steps below for [manual](/v1/docs/install-disk-monitor#manual-installation) or [unattended](/v1/docs/install-disk-monitor#unattended-installation) installation.

For an overview of this feature, visit [here](/v1/docs/disk-monitor-overview). To learn about Disk Monitor use cases, see [here](/v1/docs/monitoring-data-with-disk-monitor).

## How Do I Get It?

To access Disk Monitor, you can download the **ControlUp Disk Monitor.MSI** file from the [ControlUp Download Center](https://www.controlup.com/download-center/) > Innovation Guild Solutions.

## Manual installation

1. Copy the **ControlUp Disk Monitor.MSI** file to the desktop you want to install it on.
2. Double click the MSI to start the installation.
3. Check **I accept the terms in the License Agreement** and click **Install**.

![Disk Monitor login screen](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/DiskMonitor1.png)

1. On the User Account Control popup, click **Yes**. The installation starts and a PowerShell window appears that install the service.

![Disk Monitor PS](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/DiskMonitorPS.png)

1. After the service is created, click **Finish** to finish the installation.
2. To verify that the installation was successful, open Windows Services and check if the ControlUp Disk Monitor service is running.

![Check if Disc Monitor service is running](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/DiskMonitor2.png)

## Unattended installation

The Disk Monitor is packaged as an MSI and can be installed using any automation tool that supports MSI deployment, such as Intune, SCCM, Ivanti Automation, or a Script Action in ControlUp. Note that unattended installation **requires administrator privileges**.

Use the following command lines to install the Disk Monitor: • Default installation:

```plaintext
msiexec /i "PATHTOMSI\ControlUp Disk Monitor.msi" /qn
```

• Installation with hidden usernames:

```plaintext
msiexec /i "PATHTOMSI\ControlUp Disk Monitor.msi" /qn HIDEUSERNAME=1
```

• Installation with hidden file paths:

```plaintext
msiexec /i "PATHTOMSI\ControlUp Disk Monitor.msi" /qn HIDEFILEPATH=1
```

These options allow you to tailor the installation to meet privacy requirements, while maintaining monitoring functionality.

### Installation Parameters

The following optional installation parameters are available:

- **HIDEUSERNAME=1**. Replaces usernames with "*"
- **HIDEFILEPATH=1**. Replaces file paths with "*"

These installation parameters are especially useful in environments where user and file details must remain private.

### Installation log

Log location for the PowerShell-based service setup: **C:\ProgramData\ControlUp\DiskMonitor\InstallLog**

## Uninstall/Upgrade Disk Monitor

To uninstall Disk Monitor:

1. Open Control Panel > Uninstall > select **ControlUp Disk Monitor** and click **Uninstall**. The Disk Monitor stops and uninstalls, and all files are removed under **C:\ProgramData\ControlUp\DiskMonitor**.

Upgrading automatically removes the old service and installs the new one.

Upgrade deletes older logs

Note that during an upgrade, the log files created during the past week might be deleted.
