Click here to Skip to main content
15,888,527 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Windows 2003 dns zone delegation Pin
jreisslein2-Nov-08 1:39
jreisslein2-Nov-08 1:39 
GeneralRe: Windows 2003 dns zone delegation Pin
Jörgen Andersson2-Nov-08 5:15
professionalJörgen Andersson2-Nov-08 5:15 
GeneralRe: Windows 2003 dns zone delegation Pin
Mekong River8-Nov-08 23:15
Mekong River8-Nov-08 23:15 
QuestionRemote Desktop issue Pin
makumazan8430-Oct-08 10:29
makumazan8430-Oct-08 10:29 
AnswerRe: Remote Desktop issue Pin
Jörgen Andersson30-Oct-08 10:57
professionalJörgen Andersson30-Oct-08 10:57 
QuestionUsing rundll32 printui.dll printuientry with a INF file located on the net? Pin
Trey549830-Oct-08 5:35
Trey549830-Oct-08 5:35 
AnswerRe: Using rundll32 printui.dll printuientry with a INF file located on the net? Pin
Dave Kreskowiak30-Oct-08 6:10
mveDave Kreskowiak30-Oct-08 6:10 
GeneralRe: Using rundll32 printui.dll printuientry with a INF file located on the net? Pin
Trey549830-Oct-08 6:17
Trey549830-Oct-08 6:17 
OK I was afraid of that, however Why is this not working? It was before, but now for some reason it is not anymore: It add the port just fine in the beginning and seems to rundll32 does not seem to work, when I hand code it in the command prompt, it still does not work. What did I do wrong?



Public Sub ARCATLABBWQ()<br />
        'Added on 10/29/2008<br />
        proc.StartInfo.FileName = "Cscript.exe"<br />
        args = """" & Environment.GetEnvironmentVariable("WINDIR") & "\System32\Printing_Admin_Scripts\en-US\prnport.vbs"" -a -r ARC-ATLAB-BWQ -h at-regulus.ad.ufl.edu -o lpr -q ARC-ATLAB-BWQ"<br />
        proc.StartInfo.Arguments = args<br />
        proc.Start()<br />
<br />
        proc.StartInfo.FileName = "rundll32.exe"<br />
        args = "printui.dll, PrintUIEntry /if /b ""ARC-ATLAB-BWQ"" /f ""C:\INF Files\4350.inf"" /q /r ""ARC-ATLAB-BWQ"" /m ""HP LaserJet 4350 PS"" /z /u"<br />
        proc.StartInfo.Arguments = args<br />
        proc.Start()<br />
<br />
        arrInstalled.Add("ARC-ATLAB-BWQ")<br />
        'end Added on 10/29/2008<br />
    End Sub

GeneralRe: Using rundll32 printui.dll printuientry with a INF file located on the net? Pin
Dave Kreskowiak30-Oct-08 6:22
mveDave Kreskowiak30-Oct-08 6:22 
QuestionRestoring the XP product key. Pin
Robert Winchell29-Oct-08 19:12
Robert Winchell29-Oct-08 19:12 
AnswerRe: Restoring the XP product key. Pin
Simon P Stevens30-Oct-08 5:31
Simon P Stevens30-Oct-08 5:31 
GeneralRe: Restoring the XP product key. Pin
Robert Winchell30-Oct-08 13:10
Robert Winchell30-Oct-08 13:10 
GeneralRe: Restoring the XP product key. Pin
Simon P Stevens30-Oct-08 22:51
Simon P Stevens30-Oct-08 22:51 
GeneralRe: Restoring the XP product key. Pin
Robert Winchell1-Nov-08 1:29
Robert Winchell1-Nov-08 1:29 
GeneralRe: Restoring the XP product key. Pin
Robert Winchell30-Oct-08 21:18
Robert Winchell30-Oct-08 21:18 
GeneralRe: Restoring the XP product key. Pin
Dave Kreskowiak31-Oct-08 3:28
mveDave Kreskowiak31-Oct-08 3:28 
GeneralRe: Restoring the XP product key. Pin
Robert Winchell1-Nov-08 2:56
Robert Winchell1-Nov-08 2:56 
AnswerRe: Restoring the XP product key. Pin
Dave Kreskowiak30-Oct-08 6:09
mveDave Kreskowiak30-Oct-08 6:09 
QuestionHow can I delete it ? [modified] Pin
Mohammad Dayyan29-Oct-08 10:08
Mohammad Dayyan29-Oct-08 10:08 
AnswerRe: How can I delete it ? Pin
l a u r e n29-Oct-08 10:13
l a u r e n29-Oct-08 10:13 
GeneralRe: How can I delete it ? Pin
Mohammad Dayyan29-Oct-08 10:15
Mohammad Dayyan29-Oct-08 10:15 
GeneralRe: How can I delete it ? Pin
l a u r e n29-Oct-08 10:21
l a u r e n29-Oct-08 10:21 
GeneralRe: How can I delete it ? Pin
Mohammad Dayyan29-Oct-08 10:33
Mohammad Dayyan29-Oct-08 10:33 
GeneralRe: How can I delete it ? Pin
l a u r e n29-Oct-08 10:53
l a u r e n29-Oct-08 10:53 
GeneralRe: How can I delete it ? Pin
Mohammad Dayyan29-Oct-08 11:10
Mohammad Dayyan29-Oct-08 11:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.