|
|
|
|
|
by bilbo0s
4604 days ago
|
|
Easier way to get the GUID in Windows is to use the command OTOY recommended.. wmic PROCESS get Caption,CommandLine | FIND "GUID" but write the results to a txt file on the desktop. So... wmic PROCESS get Caption,CommandLine | FIND "GUID" > Desktop\t.txt I don't know why OTOY would NOT have put that value in the instance metadata on startup??? |
|