Automatic authorization in steam + "remember my password" Bat file

I wrote a Bat file with which I automatically log in to my Steam accounts.

`@echo off
taskkill /f /im steam.exe
@echo off
Start Start C:\"Program Files (x86)"\Steam\steam.exe -login %login %password 
exit`

Just the problem is that I need to check the box "remember my password" (you can see in the image), but I can't do it . How can I do this please help me.

Steam

Author: Prog_121513, 2020-09-26