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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,7 @@ The following GUID versions are supported:
272
272
- v3 - Namespace and name based, using MD5
273
273
- v4 - Random value
274
274
- v5 - Namespace and name based, using SHA1
275
+
- v7 - Time-ordered random value
275
276
276
277
> [!NOTE]
277
278
> For versions 3 and 5 there are some predefined namespaces: DNS, URL, OID and X500. You can use the following predefined namespaces:
@@ -288,6 +289,7 @@ Examples:
288
289
|`# guid` <br />`# uuid` <br />`# uuidv4`| Generate a random GUID. |
289
290
|`# guidv1` <br />`# uuidv1`| Generate a version 1 GUID. |
290
291
|`# 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. |
292
+
|`# uuid7` <br /> `# guidv7`| Generate a random version 7 GUID with the first 48-bit corresponding to the current timestamp, providing a well-defined order of subsequently generated values. |
291
293
292
294
> [!TIP]
293
295
> The `guid` and `uuid` keywords are interchangeable and the `v` is optional. I.e. `guid5` and `guidv5` are the same.
0 commit comments