https://github.com/scripttiger/uuid-generate
This is a UUID (A.K.A. GUID) generator that generates standard UUIDs (i.e. f19b32ec-cfaf-32ee-35b9-37435f4bef3f) and stores the new UUID in the UUID environmental variable (i.e. %UUID% or !UUID!), outputs the UUID as standard output, and also copies the new UUID to your clipboard if you are running Windows Vista or later.
https://github.com/scripttiger/uuid-generate
guid guid-generator random-generation random-number-generators scripttiger uuid uuid-generator
Last synced: 9 months ago
JSON representation
This is a UUID (A.K.A. GUID) generator that generates standard UUIDs (i.e. f19b32ec-cfaf-32ee-35b9-37435f4bef3f) and stores the new UUID in the UUID environmental variable (i.e. %UUID% or !UUID!), outputs the UUID as standard output, and also copies the new UUID to your clipboard if you are running Windows Vista or later.
- Host: GitHub
- URL: https://github.com/scripttiger/uuid-generate
- Owner: ScriptTiger
- License: mit
- Created: 2020-11-24T04:49:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T03:05:38.000Z (11 months ago)
- Last Synced: 2025-02-09T03:42:10.256Z (10 months ago)
- Topics: guid, guid-generator, random-generation, random-number-generators, scripttiger, uuid, uuid-generator
- Language: Batchfile
- Homepage: https://scripttiger.github.io/more/
- Size: 17.6 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)
# UUID Generate
**DISCLAIMER:** This UUID Generator uses the standard pseudo-random number generator which comes with Windows without any alterations to that algorithm and therefore should NOT be used for security-grade applications or applications requiring a high degree of randomness.
This is a UUID (A.K.A. GUID) generator that generates standard UUIDs (i.e. `f19b32ec-cfaf-32ee-35b9-37435f4bef3f`) and stores the new UUID in the UUID environmental variable (i.e. `%UUID%` or `!UUID!`), outputs the UUID as standard output, and also copies the new UUID to your clipboard if you are running Windows Vista or later. This allows you maximum versatility for any workflow to be able to either easily integrate `UUID_Generate.cmd` into other scripts or just simply double-click it whenenever you need to quickly automatically grab a new UUID to the clipboard so you can easily just paste it into whatever inventory software you're using.
If you work with UUIDs in bulk and have suggestions for more features, please don't hesitate to open a new issue to let me know and I'll try and make as many people happy with this script as reasonably possible. Some suggestions might be things like reading data from and/or writing data to CSVs, integration with QR codes and/or other barcodes, etc.
# More About ScriptTiger
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/