タスクの終了コマンドを追加
This commit is contained in:
parent
781e408910
commit
35aad379a4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ cd %dir%
|
|||
|
||||
set download_url=""
|
||||
|
||||
taskkill /f /t /im dislocker_client_shutdown.exe
|
||||
taskkill /f /t /im dislocker_client.exe
|
||||
|
||||
curl -L %download_url% -o %dir%\dislocker_client.zip
|
||||
|
||||
mkdir %dir%\temp_ds\
|
||||
|
|
Loading…
Reference in a new issue