You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/wperf.md
+42-2Lines changed: 42 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,46 @@ WindowsPerf consists of a kernel-mode driver and a user-space command-line tool.
39
39
You cannot use WindowsPerf on virtual machines, such as cloud instances.
40
40
{{% /notice %}}
41
41
42
+
## Using winget (Recommended)
43
+
44
+
### Install
45
+
46
+
You can now install WindowsPerf directly from [winget](https://learn.microsoft.com/en-us/windows/package-manager/). Open an `Administrator` terminal on PowerShell and type
47
+
48
+
```console
49
+
winget install WindowsPerf
50
+
```
51
+
52
+
The output should look like:
53
+
54
+
```output
55
+
Found WindowsPerf [Arm.WindowsPerf] Version 4.3.1.0
56
+
This application is licensed to you by its owner.
57
+
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
It will install the lastest available WindowsPerf along with the [WPA plugins](/learning-paths/laptops-and-desktops/windowsperf_wpa_plugin/). To check that the installation was done correctly open a new terminal tab or window and follow the instructions under the [verify installation section](/install-guides/wperf/#verify-install)
68
+
69
+
### Uninstall
70
+
If you need to uninstall WindowsPerf, open an `Administrator` terminal on PowerShell and run:
71
+
```console
72
+
winget uninstall WindowsPerf
73
+
```
74
+
75
+
The output from a successfull uninstallation will look like:
76
+
```output
77
+
Found WindowsPerf [Arm.WindowsPerf]
78
+
Starting package uninstall...
79
+
Successfully uninstalled
80
+
```
81
+
42
82
## Visual Studio and the Windows Driver Kit (WDK)
43
83
44
84
WindowsPerf relies on `dll` files installed with Visual Studio, from the Community Edition or higher and, optionally, installers from the Windows Driver Kit extension.
@@ -86,7 +126,7 @@ Make sure you are in the `windowsperf-bin-<version>` directory:
86
126
cd windowsperf-bin-4.0.0
87
127
```
88
128
89
-
### Install with wperf-devgen {#devgen_install}
129
+
### Install with wperf-devgen
90
130
91
131
Navigate to the `wperf-driver` folder and run the installer:
92
132
@@ -103,7 +143,7 @@ Install requested.
103
143
Device installed successfully
104
144
```
105
145
106
-
## Verify install
146
+
## Verify install
107
147
108
148
You can check everything is working by running the `wperf` executable.
0 commit comments