Powered By
edit
Friendlyに関するメモ
アプリを起動して終了する
var app = new WindowsAppFriend(Process.Start(@"**操作したいアプリのpath**")); Process.GetProcessById(app.ProcessId).CloseMainWindow();