SendKeys|FileMaker環境設定を開く

SendKeys|Open FileMaker Preferences

Start-Job {

add-type -AssemblyName System.Windows.Forms

[System.Windows.Forms.SendKeys]::SendWait("%E")

start-sleep -Milliseconds 300

[System.Windows.Forms.SendKeys]::SendWait("F")

start-sleep -Milliseconds 300

[System.Windows.Forms.SendKeys]::SendWait("^({TAB})")

start-sleep -Milliseconds 300

[System.Windows.Forms.SendKeys]::SendWait("^{TAB}")

start-sleep -Milliseconds 300

[System.Windows.Forms.SendKeys]::SendWait("^{TAB}")

}