Tag Archives: How to

How to find the GUID of installed programs

Original Post: Original document: http://elmaskubilay.blogspot.co.nz/2012/06/find-guid-globally-unique-identifier-of.html From CMD or Powershell: wmic product list (lists all programs with GUID) wmic product get (Generates list) wmic product get > C:\installprogs.txt (Exports the list)

Posted in Uncategorized | Tagged , | Leave a comment

HOW TO – Log off terminal sessions from remote computer

When connecting to a server/pc on the domain I often get the error msg The terminal server has exceeded the maximum number of allowed connections. Launch a command prompt from a computer on the same domain.  quser /server: SERVERNAME Result … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment