问题
I have to use this software and I need to store password, because it disconnects regularly. How can I do that, there is no checkbox to save password.
Thanx a lot!
回答1:
If you are an administrator (or can convince your admin to do this), you can create a group, put yourself in it, then edit the group permissions to prevent your session from ever timing out.
In P4V group management is done via Tools->Administration->Permissions tab->Groups tab

Set the "Duration before login session times out" to "unlimited".
You can also do it from the command line:
p4 group <group name>
When the group specification opens in a text editor, set the PasswordTimeout:
property to unlimited
.
来源:https://stackoverflow.com/questions/18224301/how-can-i-store-perforce-p4v-password