A service is registered to start manually with Logon as local system account:
PrinterService.exe -Service
A service is registered to start automatically with Logon as local system account:
PrinterService.exe -Service -Auto
A service is registered to start automatically with Logon as local administrator:
PrinterService.exe -Service -Auto –Account .\ Administrator -Pwd qwerty
A service is registered to start automatically with Logon as Domain\Alex:
PrinterService.exe -Service -Auto -Account Domain\Alex -Pwd 123456
PrinterService.exe -UnregServer
PrinterService.exe –Profiles ”C:\Working Directory\ MFProfiles”
PrinterService.exe -Service -Auto -Account Domain\Alex -Pwd 123456 -Profiles ”C:\Working Directory\ MFProfiles”