---
title: "How to designate the Print Job Owner without using Popup questions or SignUp Client"
slug: "how-to-designate-the-print-job-owner-without-using-popup-questions-or-signup-client"
updated: 2024-04-01T08:23:12Z
published: 2024-04-01T08:23:12Z
canonical: "kb.pharos.com/how-to-designate-the-print-job-owner-without-using-popup-questions-or-signup-client"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to designate the Print Job Owner without using Popup questions or SignUp Client

### Problem:

Where, on the Mac and Windows OS's, can an alternate Print Job Owner be defined in the event that we wanted to override the default behavior without having to ask the jobowner popup question and the site doesn't use Pharos SignUp?

This addresses a use case where the customer only has Uniprint but doesn't want to allow users the freedom to enter whatever they want for a JobOwner. Usually there is a workstation ID assigned and they simply enter that ID at the release station to see the jobs submitted from that machine only.

---

### Solution:

#### MAC:

On the Mac client you can store a username/jobowner in the com.pharos.signup.shared.plist file where the Popup client will grab the job owner name. This allows for overriding the default behavior of the logged in user being the owner of a job in the event that a job owner question is not presented.

sudo defaults write /Library/Preferences/com.pharos.signup.shared.plist “User Login ID” ‘New_Job_Owner’

On Mac Catalina - 10.15 and later you need to make sure the default login and interactive shell is set to zsh before running the command above. Here is a link to information on how to check and make the change if necessary. This change was found to be necessary after the OS was upgraded from an earlier version.

[https://support.apple.com/kb/HT208050](https://support.apple.com/kb/HT208050)

#### Windows:

The Windows machine Popup Client will take the value of the key below to use as the "Print job Owner". If customers do not use a Question Group on the Queue the users print to, this default job owner is used for all print jobs. This key must be created.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Pharos\Signup Client\SessionDetailsAs REG_SZ (String Value)

## Related

- [Integer-type Popups Question fails: "can not start user interface"](/integer-type-popups-question-fails-can-not-start-user-interface.md)
- [Uniprint 9.2 Pharos EDI Service Update Rev 321](/uniprint-92-pharos-edi-service-update-rev-321.md)
- [Uniprint 9.1 SP3 Pharos EDI Service Update Rev 657](/uniprint-91-sp3-pharos-edi-service-update-rev-657.md)
- [Uniprint 9.1 Print Center Update 4.11.24 - Security Update](/uniprint-91-print-center-update-41124-security-update.md)
- [Uniprint 9.2 Print Center Update 5.0.23](/uniprint-92-print-center-update-5023.md)
