Archive for the ‘Windows’ Category

UUID erzeugen (Unix, Windows)

Donnerstag, November 16th, 2017

Mac OS/X, Linux:
uuidgen

Windows Powershell:
powershell -Command "[guid]::NewGuid().ToString()"

Windows-UUID auslesen:
wmic path win32_computersystemproduct get uuid