From 9ef3ad81ee63ce6de3baa38b67afbb367297b272 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 25 Apr 2025 14:47:35 -0500 Subject: [PATCH] Review wperf install guide --- content/install-guides/wperf.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/install-guides/wperf.md b/content/install-guides/wperf.md index a2badeee96..aa36586b37 100644 --- a/content/install-guides/wperf.md +++ b/content/install-guides/wperf.md @@ -39,7 +39,7 @@ WindowsPerf consists of a kernel-mode driver and a user-space command-line tool. You cannot use WindowsPerf on virtual machines, such as cloud instances. {{% /notice %}} -## Using winget (Recommended) +## Using winget ### Install @@ -95,7 +95,6 @@ Once you have installed the driver, you can use `wperf` without `Administrator` For example: ```command -cd ..\wperf wperf --version ```