Friday 15 January 2021

Guid for frontend

 So you are working on a front end app and you need a guid; try the following in a powershell terminal


new-guid | set-clipboard

this creates a new guid and copies it to your clipboard; now all you have to do is click ctrl-v in your app and voila you have your guid.