LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

[コマンドプロンプト]たまに使うWindowsコマンド

Last updated at Posted at 2019-05-15

たまに使うコマンド一覧

※batファイルに書いて使うことを想定。

コマンド 効果
start devmgmt.msc デバイスマネージャを開く
shutdown -l ログオフ
shutdown -s -t 0 即シャットダウン
shutdown -r -t 3 3秒待って再起動
start regedit.exe レジストリエディタを開く
start mstsc リモートデスクトップを開く
powershell -NoProfile -ExecutionPolicy unrestricted -Command "Get-Content -Path "C:\Users\masa\Desktop\aaa.txt" -Tail 0 -Wait" Tailコマンドのような動き(ログファイルの監視ができる)
ctrl + R で shell:startup スタートアップフォルダを開く
eventvwr イベントビューアを開く
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