Skip to content

Commit 35c3aa2

Browse files
Merge pull request #5147 from MicrosoftDocs/alvinashcraft/main-powertoys-run-unit-convert-wording-update
Add a note about the unit converter commands in PowerToys Run
2 parents 2750553 + 3b66e7e commit 35c3aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/powertoys/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The plugins can be activated with a direct activation command so that PowerToys
9090
| [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 |
9191
| Shell command | `>` | `> ping localhost` to do a ping query. |
9292
| [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. |
9494
| [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. |
9595
| 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. |
9696
| Visual Studio Code | `{` | `{ powertoys` to search for previously opened workspaces, remote machines and containers that contain 'powertoys' in their paths. |

0 commit comments

Comments
 (0)