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: hub/powertoys/run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The plugins can be activated with a direct activation command so that PowerToys
90
90
|[Windows services](#service-plugin)|`!`|`! alg` to search for the 'Application Layer Gateway' service to be started or stopped<br />`!startup:auto` to search all services that start automatically<br />`!status:running` to show all running services |
91
91
| Shell command |`>`|`> ping localhost` to do a ping query. |
92
92
|[Time and date](#time-and-date-plugin)|`)`|`) time and date` shows the current time and date in different formats.<br />`) calendar week::04/01/2022` shows the calendar week for the date '04/01/2022'. |
93
-
|[Unit converter](#unit-converter-plugin)|`%%`|`%% 10 ft in m` to calculate the number of meters in 10 feet. |
93
+
|[Unit converter](#unit-converter-plugin)|`%%`|`%% 10 ft to m` to calculate the number of meters in 10 feet. Note that you can use `to` and `in` interchangeably in your commands with this converter. |
94
94
|[Value Generator](#value-generator-plugin)|`#`|`# guid3 ns:URL www.microsoft.com` to generate the GUIDv3 for the URL namespace using the URL namespace. <br />`# sha1 abc` to calculate the SHA1 hash for the string 'abc'. <br />`# base64 abc` to encode the string 'abc' to base64. |
95
95
| URI-handler |`//`|`//` to open your default browser.<br />`// learn.microsoft.com` to have your default browser go to Microsoft Learn.<br />`mailto:` and `ms-settings:` links are supported. |
96
96
| Visual Studio Code |`{`|`{ powertoys` to search for previously opened workspaces, remote machines and containers that contain 'powertoys' in their paths. |
0 commit comments