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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,28 +279,34 @@ It supports the following GUID versions:
279
279
> *`ns:X500`
280
280
281
281
Examples:
282
+
282
283
| Command | Result |
283
284
| :--- | :--- |
284
-
|`# guid` <br />`# uuid` <br />`# uuidv4`| Generate a random GUID |
285
-
|`# guidv1` <br />`# uuidv1`| Generate a version 1 GUID |
286
-
|`# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com`| Generate the GUID version 3 for 'www.microsoft.com' using the DNS namespace. <br /> The namespace parameter can be any valid GUID and the name parameter can be any string |
285
+
|`# guid` <br />`# uuid` <br />`# uuidv4`| Generate a random GUID.|
286
+
|`# guidv1` <br />`# uuidv1`| Generate a version 1 GUID.|
287
+
|`# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com`| Generate the GUID version 3 for `www.microsoft.com` using the DNS namespace. <br /> The namespace parameter can be any valid GUID, and the name parameter can be any string.|
287
288
288
289
> [!NOTE]
289
290
> The `guid` and `uuid` keywords are interchangeable and the `v` is optional. I.e. `guid5` and `guidv5` are the same.
0 commit comments