Archive for the ‘Windows’ Category

MinGW Home Folder / Windows Umgebungsvariable setzen

Mittwoch, Oktober 9th, 2019

https://superuser.com/questions/1183044/how-can-i-change-my-mingw-msys-mintty-home-directory

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