Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive command prompt as NETWORK SERVICE

How do I open an interactive application, such as cmd.exe or Windows Explorer, running as NETWORK SERVICE? There are ways to do it for the SYSTEM account, but NETWORK SERVICE is proving to be a challenge. I need this to work on Windows 7, but would be interested in solutions for other Windows versions as well.

like image 788
EMP Avatar asked Nov 11 '10 03:11

EMP


People also ask

How do I run the NT Authority system?

To run commands as NT Authority\ System, you can use the PSExec.exe utility by Sysinternals. You can download the PSExec.exe tool from Microsoft website: https://docs.microsoft.com/en-us/sysinternals/downloads/psexec. Any Windows administrator is familiar with PSExec.

What is PSExec used for?

PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software.

How do I find my network settings in command prompt?

Step 1: In the search bar type “cmd” (Command Prompt) and press enter. This would open the command prompt window. “netstat -a” shows all the currently active connections and the output display the protocol, source, and destination addresses along with the port numbers and the state of the connection.


1 Answers

Have you tried PsExec, a couple of interesting links with more information:

  • http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
  • https://social.technet.microsoft.com/Forums/en-US/381df759-af7f-4523-a2fd-b17e8c68db9e/how-to-start-cmdexe-as-network-service?forum=pstools
like image 139
swatkat Avatar answered Oct 09 '22 16:10

swatkat