windowsのsandboxで動くようになったFolding@home。自分のユーザー名、チーム名でさくっと動かしたい。ということで、パスキーを設定ファイルに追加して引数で指定。
Powershell.exe -ExecutionPolicy Bypass -File .\install_folding_sandbox_on_host.ps1 -username <your username> -team <your team> -passkey <your pass key>
引数がメンドイのでバッチファイルを準備
PowerShellを管理者権限で起動して、実行。
スクリプトはこちら、