LoginSignup
2
3

More than 5 years have passed since last update.

Windows10で一時的にログオンユーザーと別ユーザーとしてプログラムを実行する

Last updated at Posted at 2018-10-10

コマンドプロンプト or Powershellにて、runasコマンドを実行すればOK。
/user:に続けて任意のユーザー名を指定、その後に実行プログラム名を指定。
パスワードの入力を求められるので、指定したユーザーのパスワードを入力する。

コマンド
runas /user:username program-name

以上

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3