I am trying to debug as NT AUTHORITY \ SYSTEM. I tried using the methods described in the following question: RunAs Another user when debugging in Visual Studio
But what credentials do I need to use to authenticate?
runascannot start as System / Local Service / Network Service, etc. But it psexec -scan start the process as a System.
runas
psexec -s
-s Start the remote process in the system account.
Source: https://habr.com/ru/post/1524584/More articles:Python documentation - pythonClassNotFoundException only if the JAR is signed - javaSupport for Android DialogFragment crashes when you rotate the screen - androidUnderstanding the sed example - bashCreate macvim in Applications folder - vimUnderstanding C Pointers Using GDB by Learning the Kernel and Call Stack - cInternet Explorer 11 поддерживает разделение слов - splitWhat is the growth direction of the program stack? - assemblyMissing artifact while trying to add spring -data - springЧто это за код пролога/эпилога для сборки, выполняемый с помощью rbp/rsp/leave? - assemblyAll Articles