How to enable disk performance counters in Task Manager for Windows Server
Published January 14, 2023 by Danny Moran
Table of Contents
PAGE CONTENT
Introduction
Learn how to enable disk performance counters within the Task Manager performance tab. In this example, I show you how to enable disk performance counters in Task Manager by running a simple PowerShell command.
How to enable disk performance counters in Task Manager for Windows Server video
How to enable disk performance counters in Task Manager for Windows Server
To enable the disk performance counters on a Windows Server, run the following command:
diskperf -y
To disable the disk performance counters on a Windows Server, run the following command:
diskperf -n