2020-03-26から1日間の記事一覧

windows10でもrebootがしたい

Linuxではrebootで再起動できますが、windowsの再起動コマンドはshutdown -r -t 0と長い。そこで名前をrebootに変えてみました。 1. C:\Users\ユーザー名の中にMacros.txtを作成する。 2.Macros.txtを編集する。 reboot=shutdown -r -t 0 3.Macros.txtをコマ…