UiPath Documentation
robot
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Robot 管理ガイド

最終更新日時 2026年3月27日

無人オートメーション向けのコマンド プロンプトの例

以下の例を、ご自身のユース ケースに合わせて考慮してください。

重要:

コマンドは必ず、インストーラーがインストールされているフォルダーで実行してください。

UiPathRobot.msi を使用する

  • (サイレント モード) サービス モードの Robot をインストールする
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,StartupLauncher,JavaBridge /Q
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,StartupLauncher,JavaBridge /Q
    
  • Robot バージョン 2024.10 以降にライブ ストリーミング機能をインストールする
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,LiveStreaming
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,LiveStreaming
    
  • (サイレント モード) オンライン ポリシーを使用して、サービス モードの Robot と Chrome 拡張機能をインストールする
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
    
  • (サイレント モード) サービス モードの Robot をインストールして Orchestrator に接続する
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
    
  • (サイレント モード) サービス モードの Robot をインストールし、2 つのカスタム アクティビティ フィードを追加する
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
    
  • (サイレント モード) サービス モードの Robot、ローカル アクティビティ フィードをインストールし、ライセンスを取得する
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,CODE=1234567890 /Q
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService,CODE=1234567890 /Q
    
  • Robot をサービス モードでインストールし、オフィシャル オンライン フィードを無効化する
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
    
  • (サイレント モード) Chrome 拡張機能をアンインストールする
    UiPathRobot.msi REMOVE=ChromeExtension /Q
    UiPathRobot.msi REMOVE=ChromeExtension /Q
    
  • 自動更新接続を設定する
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
    UiPathRobot.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
    

UiPathStudio.msi を使用する

  • Studio とサービス モードの Robot をインストールする
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService
    
  • Robot をサービス モードでインストールし、オフィシャル オンライン フィードを無効化する
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds
    
  • Robot バージョン 2024.10 以降にライブ ストリーミング機能をインストールする
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService,LiveStreaming
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService,LiveStreaming
    
  • (サイレント モード) デスクトップ スイートをインストールする
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,StartupLauncher,JavaBridge /Q
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,StartupLauncher,JavaBridge /Q
    
  • (サイレント モード) オンライン ポリシーを使用してデスクトップ スイートと Chrome 拡張機能をインストールする
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
    
  • (サイレント モード) Studio とサービス モードの Robot をインストールし、2 つのカスタム アクティビティ フィードを追加する
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
    UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
    
  • (サイレント モード) サービス モードの Robot をインストールして Orchestrator に接続する
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
    
  • (サイレント モード) Chrome 拡張機能をアンインストールする
    UiPathStudio.msi REMOVE=ChromeExtension /Q
    UiPathStudio.msi REMOVE=ChromeExtension /Q
    
  • 自動更新接続を設定する
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
    UiPathStudio.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
    
  • UiPathRobot.msi を使用する
  • UiPathStudio.msi を使用する

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得