Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> Command Line >> How to use psexec to run cmd prompt with SYSTEM Privilege

locally

Firstly open CMD prompt with "Run as administrator"

from the cmd prompt

psexec -i -s -d CMD.exe

 

to run on remote system

psexec \remote_computer_name -i -s -d cmd.exe

or with username & password

psexec \remote_computer_name -u username -p password_or_password_hash -i -s -d cmd.exe

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]