CMD: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
(Created page with "blablabla")   (change visibility)
 
No edit summary   (change visibility)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
blablabla
*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
 
 
 
 
 
*[[klist]]
*[[ADCMDStuff]]

Latest revision as of 13: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