AGprint Setup: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
Line 36: Line 36:
SWKLS staff only, applied globally 8/3/2021. Advised by Linda Higgins.
SWKLS staff only, applied globally 8/3/2021. Advised by Linda Higgins.
Reference: https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::CookiesAllowedForUrls
Reference: https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::CookiesAllowedForUrls
====Chrome====
<syntaxhighlight lang="powershell" line='line'>
<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 1 /t REG_SZ /d [*.]agverso.com
Line 41: Line 43:
</syntaxhighlight>
</syntaxhighlight>


====Edge====
SOFTWARE\Policies\Microsoft\Edge\CookiesAllowedForUrls
<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:26, 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











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

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

Edge

SOFTWARE\Policies\Microsoft\Edge\CookiesAllowedForUrls

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