##macOS login window
ARDでコマンド送信してログイン
#!/bin/sh
osascript -e 'tell application "System Events"
keystroke "username"
keystroke tab
keystroke "password"
keystroke return
end tell'
ぜんぜんうまくいかん。どのアカウントにもログインしてなきゃ当たり前にできるわけねえじゃん?これなんかやり方あんのか?
Go to list of users who liked
More than 3 years have passed since last update.
##macOS login window
ARDでコマンド送信してログイン
#!/bin/sh
osascript -e 'tell application "System Events"
keystroke "username"
keystroke tab
keystroke "password"
keystroke return
end tell'
ぜんぜんうまくいかん。どのアカウントにもログインしてなきゃ当たり前にできるわけねえじゃん?これなんかやり方あんのか?
Register as a new user and use Qiita more conveniently
Go to list of users who liked