Skip to content

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.

License

Notifications You must be signed in to change notification settings

TheBestUser01234567890/UUID-Generate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. Also, this is forked and is not made by me.

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!).

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%