Archive for July, 2021

The new version of the AdvancedRun tool (v1.30) allows you to easily run a software as ‘Network Service’ account or as ‘Local Service’ account.
In order to use this feature, simply run the AdvancedRun tool, type the desired .exe file you want to run in the ‘Program to run’ field,  in the ‘Run As’ combo box – choose the ‘Network Service’ or the ‘Local Service’, and then click the ‘Run’ button.

Run cmd.exe as network service

Optionally, you can also run a software as ‘Network Service’ or ‘Local Service’ from command-line.
For example, this command will run the RegEdit tool of Windows as ‘NT AUTHORITY\Network Service’ account:
AdvancedRun.exe /EXEFilename “%windir%\regedit.exe”  /RunAs 10 /Run

and this command will run the RegEdit tool of Windows as ‘NT AUTHORITY\Local Service’ account:
AdvancedRun.exe /EXEFilename “%windir%\regedit.exe”  /RunAs 11 /Run

 

You can download the new version of the AdvancedRun tool from this Web page.