2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Windows10をリモートから再起動する

Last updated at Posted at 2023-06-30

1. はじめに

  • リモートデスクトップ接続するパソコンが調子が悪いと時に、接続元からパソコンを再起動したい

2. 動作環境

  • Windows 10

3. 操作手順

  • コマンドプロンプトを起動する

  • 接続先にログインする

 C:> net use \\[接続先PCのIPアドレス] /user:[接続先PCのユーザ] [パスワード]
 --rem net use \\255.255.255.255 /user:admin password
  • 再起動のコメントを入力する
C:> shutdown /m [接続先PCのIPアドレス] /r /f
--rem shutdown /m 255.255.255.255 /r /f

4. 参考文献

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?