CMD: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
 
Line 1: Line 1:
*qwinsta - get logged on users
*qwinsta - get logged on users
*wmic /node:"servername or ip address" computersystem get username
*wmic /node:"servername or ip address" computersystem get username
 
*cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %1" - try starting an application as non elevated





Latest revision as of 12:54, 24 November 2018

  • qwinsta - get logged on users
  • wmic /node:"servername or ip address" computersystem get username
  • cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %1" - try starting an application as non elevated