Add Novell iPrint via Altiris?
I need to find a way to add iPrint printers to "windows xp" computers when loged off. This script runs fine when a administrator user is loged in but it will not compleat when loged out.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Set printer=203_Lab
Set server=nwiprint1
Set DS=deployment
iprntcmd -d "ipp://%server%/ipp/%printer%"
c:\windows\sleep.exe 5
iprntcmd -a "ipp://%server%/ipp/%printer%"
c:\windows\sleep.exe 5
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n"ipp://%server%/ipp/%printer%"
c:\windows\reg.exe" ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v %printer% /t REG_SZ /d RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n"ipp://%server%/ipp/%printer%" /f
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Set printer=203_Lab
Set server=nwiprint1
Set DS=deployment
iprntcmd -d "ipp://%server%/ipp/%printer%"
c:\windows\sleep.exe 5
iprntcmd -a "ipp://%server%/ipp/%printer%"
c:\windows\sleep.exe 5
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n"ipp://%server%/ipp/%printer%"
c:\windows\reg.exe" ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v %printer% /t REG_SZ /d RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n"ipp://%server%/ipp/%printer%" /f
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.