LoginSignup
0
0

More than 5 years have passed since last update.

Windows起動時に

Last updated at Posted at 2017-04-13

基本的におれよう覚書デス_(ˇωˇ」∠)_

Windows起動時に(^o^)

Windows起動時にPageantとVagrantがUPしているといいと思わん?おもうしょ??だしょ!!
前者はよくKeyの追加し忘れがある。
後者はコマンドプロント、苦手!!めんどう!!どーん!!

環境

Windows 10 Home
シャットダウンの設定もしたかったけど・・・(´・ω・`)察して
ふ、普段あんまシャットダウンしねーし、スリープだし・・・

※適度自分の環境用に・・・な(^o^)

Pageant

1,ショートカットを作成
2,プロパティ>リンク先

C:\Users\[USERNAME]\[どこか]\pageant.exe "C:\Users\[USERNAME]\[どこか]\VVV.ppk" "C:\Users\[USERNAME]\[どこか]\AAA.ppk"

複数あれば半角スペースでだらだら

3,ショートカットを配置

C:\Users\[USERNAME]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

( ・`ω・´)

自動Vagrant Up

1,作る

vagrant_up.bat
cd C:\Users\[USERNAME]\Vagrant\Centos7.3
vagrant up
exit

2,配置

C:\Users\[USERNAME]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

( ・`ω・´)

半自動Vagrant Halt

1,作る

vagrant_halt.bat
cd C:\Users\[USERNAME]\Vagrant\Centos7.3
vagrant halt
exit

2,vagrant_halt.batをダブクリ

( ・`ω・´)

おわり

こんなことできるんだー(棒)

(*´ω`)っ お疲れサン♪

0
0
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
0
0