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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You cannot use WindowsPerf on virtual machines, such as cloud instances.
41
41
42
42
## Using winget (Recommended)
43
43
44
-
### Installing
44
+
### Install
45
45
46
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
47
@@ -66,12 +66,13 @@ Successfully installed
66
66
67
67
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](#verify_install)
68
68
69
-
### Uninstalling
70
-
69
+
### Uninstall
70
+
If you need to uninstall WindowsPerf, open an `Administrator` terminal on PowerShell and run:
71
71
```console
72
72
winget uninstall WindowsPerf
73
73
```
74
74
75
+
The output from a successfull uninstallation will look like:
0 commit comments