AGprint Setup: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:




 
See Also: [[Page:CookiesAllowedForUrls]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
===Allow Cookies For URLS===
SWKLS staff only, applied globally 8/3/2021. Advised by Linda Higgins.
Reference: https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::CookiesAllowedForUrls
 
====Chrome====
<syntaxhighlight lang="powershell" line='line'>
reg add HKLM\Software\Policies\Google\Chrome\CookiesAllowedForUrls /v 1 /t REG_SZ /d [*.]agverso.com
reg add HKLM\Software\Policies\Google\Chrome\CookiesAllowedForUrls /v 2 /t REG_SZ /d [*.]aws02-staff.auto-graphics.com
</syntaxhighlight>
 
====Edge====
<syntaxhighlight lang="powershell" line='line'>
reg add HKLM\Software\Microsoft\Edge\CookiesAllowedForUrls /v 1 /t REG_SZ /d [*.]agverso.com
reg add HKLM\Software\Microsoft\Edge\CookiesAllowedForUrls /v 2 /t REG_SZ /d [*.]aws02-staff.auto-graphics.com
</syntaxhighlight>
 


[[Category:Verso]]
[[Category:Verso]]

Revision as of 19:28, 3 August 2021

VERSO workstation printer

Setting Default VERSO Printer

  1. Navigate to Circulation > Set Workstation Printer
  2. You may need to navigate to this page several times before it loads properly
  3. Once the page loads properly (see example 1), click the 'Load Printers' button
  4. This will populate the dropdown menus with all printers installed on the workstation (see example 2)
  5. Go into each dropdown and select your receipt printer
  6. Once you have changed each dropdown to your receipt printer, click 'Save Selections'
example 1
example 2


See Also: Page:CookiesAllowedForUrls