Configbattery.xml, Configpassword.xml, Resetallusers.xml – Dell Latitude E4310 (Mid 2010) User Manual
Page 4

<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<singleUser action="deleteUser" user="User"></singleUser>
</cmd>
</cmdstore>
In the above example, the line <singleUser action="deleteUser" user="User"></singleUser>
deletes the user account
User. To delete another user account, replace User with the user account to be deleted.
ConfigBattery.xml
The following code allows you to configure the power settings:
<?xml version="1.0" encoding="utf-8"?>
<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<configPassword interval="10"></configPassword>
</cmd>
<cmd>
<configPower>
<battery backlight= "1" poweroff="5"></battery>
<acpower backlight= "5" poweroff="10"></acpower>
</configPower>
</cmd>
</cmdstore>
In the above example:
The statement
<configPassword interval="10">
ensures that the user changes the password every 10 days.
The statement <battery backlight="1" poweroff="5"> puts Latitude ON Flash in sleep mode if there is no activity
for more than a minute (when the computer is using battery power) and forces a Power Off after five minutes of
inactivity.
The statement <acpower backlight="5" poweroff="10"> puts Latitude ON Flash in sleep mode after five minutes of
inactivity and will Power Off after ten minutes of inactivity, when the computer is on AC power.
ConfigPassword.xml
The following code allows the user to change his/her password:
<?xml version="1.0" encoding="utf-8"?>
<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<configPassword interval="10"></configPassword>
</cmd>
</cmdstore>
The statement <configPassword interval="10"> will force the user to change his/her password every ten days.
ResetAllUsers.xml
The following code allows you to reset original default status for all accounts.
<?xml version="1.0" encoding="utf-8"?>
<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<allUser action="resetUser"></allUser>
</cmd>
</cmdstore>