diff --git a/DMMGamePlayerFastLauncher.py b/DMMGamePlayerFastLauncher.py
index 0644075..8537157 100644
--- a/DMMGamePlayerFastLauncher.py
+++ b/DMMGamePlayerFastLauncher.py
@@ -117,6 +117,7 @@ def _end_stdout(self):
)[0][:-2]
break
else:
+ process.kill()
raise Exception(
"product_id が無効です\n"
+ " ".join([contents["productId"] for contents in install_data["contents"]])
diff --git a/README.md b/README.md
index e3bb207..9d11744 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,15 @@ DMM Game Player のゲームを高速かつセキュアに起動できるラン
実行してセットアップする
## 使い方
-*%AppData%\DMMGamePlayerFastLauncher* にある *DMMGamePlayerFastLauncher.exe* を右クリックしショートカットを作成
-作成したショートカットのプロパティのリンク先に *product_id* を追記
+エクスプローラーやデスクトップで右クリックし**新規作成**、**ショートカットの作成**を選択
+**項目の場所を入力して下さい**にダウンロードした**DMMGamePlayerFastLauncherのパス**と**product_id**を入力
+ショートカットの名前は何でも良いです
-例: `%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe `
+例
+`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe umamusume`
+`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe priconner`
-product_idは存在しないproduct_idが指定された際のエラーにダウンロードされているソフトのproduct_idが表示されるのでそれを参考にして下さい
+目的のゲームの**product_id**が分からない場合、**product_id**を適当なものにするとインストールしているゲームの**product_id**が一覧で表示されます
*%AppData%\DMMGamePlayerFastLauncher\sample* にサンプル用のショートカットを置いています
## 引数