AGprint Setup: Difference between revisions
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
- Navigate to Circulation > Set Workstation Printer
- You may need to navigate to this page several times before it loads properly
- Once the page loads properly (see example 1), click the 'Load Printers' button
- This will populate the dropdown menus with all printers installed on the workstation (see example 2)
- Go into each dropdown and select your receipt printer
- Once you have changed each dropdown to your receipt printer, click 'Save Selections'
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