Body
Verify your password is up-to-date
To verify that your password is not expired or incorrect:
- Open a browser
- Go to sso.norwich.edu
- Note, this link will require you to sign into your account EVERY time you go to it, DO NOT BOOKMARK IT.
- Enter your Norwich email and press sign in
- If you are prompted to complete MFA without using as password, do not complete MFA! Instead, click Sign in another way
- Select Use my Password
- Enter your password and press sign in
- If you are asked to complete MFA, your password is correct.
- If you are met with an invalid password message, you may be using a bad password. Now that Norwich users are using passwordless authentication, their password can expire and they are still allowed to sign into their accounts using passwordless sign in. Try your password again, if it still gets the invalid message, reset your password.
Remove old print system files
Windows:
- Open the Run dialog by holding down the Windows key and press the R key
- Copy the text below this line, and paste it into the Run dialog:
%LocalAppData%\PaperCutMobilityPrintClient
- Press Enter
- Delete the two, sometimes three, files in this folder-you should leave the folder called 'data', do NOT delete the data folder.
- The folder should now only contain the data folder.
- Close the file explorer window.
- Attempt to print something, you should see an authorization dialog pop up.
- Enter your Norwich email and password.
- Release your print job, or if you printed to a printer without a screen check to see if your print job printed.
macOS:
- Open the Finder application and then hold down the Shift and Command keys and press the G key to open the Go To Folder dialog window.
- Copy the text below and paste it into thew Go To Folder dialog. Note: the opening tilde (~) MUST be present in order to take you to the location you need to be.
~/Library/Application Support/PaperCutMobilityPrintClient/
- Press Enter
- Delete the two, sometimes three, files in this folder-you should leave the folder called 'data', do NOT delete the data folder.
- The folder should now only contain the data folder.
- Close the finder window.
- Attempt to print something, you should see an authorization dialog pop up.
- Enter your Norwich email and password.
- Release your print job, or if you printed to a printer without a screen check to see if your print job printed.
Remove old printers
Windows:
This will remove any printers installed by PaperCut.
- Open WIndows Powershell on your computer
- Copy the line blow and paste it into the terminal window
$printers = Get-printer | Where {$_.DriverName -like 'Papercut*'};$printers | foreach-object {$printer = $_;remove-printer -inputobject $printer}
- Press Enter
- All printers should be removed now
macOS:
This will remove ALL printers from your computer, not just ones installed by PaperCut.
- Open the Terminal application on your computer
- Copy the line blow and paste it into the terminal window
lpstat -p | awk '{print $2}' | xargs -I{} lpadmin -x "{}"
- Press Enter
- Enter your computer password if prompted and press enter
- All printers should be removed now
Ensure that IPP Printing is Enabled - Windows Only
The Mobility Print client for Windows relies on the Internet Printing Protocol (IPP) to build printer queues. Windows updates occasionally reset or omit this component on Windows 11 Home editions.
- Open the Start menu, type
Turn Windows features on or off, and open it.
- Scroll down and expand Print Services.
- Check the box for Internet Printing Client.
- Click OK and restart your computer