/
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
Description
Creates a user on the local computer
Use * as password if you want to use an already encrypted password specified by CapaInstaller.
See more about the password encryption feature here
Syntax
UsrMgr_CreateLocalUser(sUserName, sFullName, sPassword, sDescription) As Boolean
Parameters
sUserName (String)
The name of the User
sFullName (String)
The Users full name
sPassword (String)
The Users password
sDescription (String)
A description of this user
Example
VBScript
If bStatus Then bStatus = UsrMgr_CreateLocalUser("Username", "Full name", "Password", "Description")
Related functions
, multiple selections available,
Related content
CMS Functions
CMS Functions
Read with this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
File_CopyFile
File_CopyFile
Read with this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
Scripting Library
Scripting Library
Read with this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this