Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
1,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1.   <device>
  2. <!--Changes the default admin password from 123 to the one below-->
  3.       <device.auth device.auth.localUserPassword="789">
  4.       <device.auth.localUserPassword device.auth.localUserPassword.set="1">
  5.       </device.auth.localUserPassword>
  6. <!--Changes the default admin password from 456 to the one below-->
  7.       <device device.set="1">
  8.       <device.auth device.auth.localAdminPassword="789" device.auth.localAdminPassword.set="1">
  9. <!--End of admin password change-->
  10.     </device.auth>
  11.     <device.em device.em.power="">
  12.       <device.em.power device.em.power.set="0">
  13.       </device.em.power>
  14.     </device.em>
  15.   </device>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement