Showing archive results for 2005

May 19, 2005
Post comments count0
Post likes count0

How Can I Switch Between Using a Proxy Server and Not Using a Proxy Server?

ScriptingGuy1

Hey, Scripting Guy! At work we need to use a proxy server to connect to the Internet; when I take my laptop home to work, however, I don’t need to use a proxy server. I know I can use the Internet Options in Control Panel to change between using a proxy server and not using a proxy server; is there any way to switch between the two using a script...

Scripting Guy!VBScriptusing the Internet
May 18, 2005
Post comments count0
Post likes count0

How Can I Generate Random Numbers Using a Script?

ScriptingGuy1

Hey, Scripting Guy! Our auditors have suggested that we randomly pick projects to examine and ensure that each project was completed and signed off per company policy. Because these projects are numbered sequentially I thought maybe we could write a script that would randomly select the project numbers for us to audit. Can you help us with that?-...

Scripting Guy!scripting techniquesVBScript
May 17, 2005
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Access Active Directory on a Specific Domain Controller?

ScriptingGuy1

Hey, Scripting Guy! How can I access Active Directory on a specific domain controller?-- SD Hey, SD. You know, one of the cool things about Active Directory is that you usually don’t need to access the directory service on a specific domain controller. Because Active Directory information is replicated between all the domain controllers in ...

Scripting Guy!scripting techniquesVBScript
May 16, 2005
Post comments count0
Post likes count0

How Can I Lower the Priority of a Process Using a Script?

ScriptingGuy1

Hey, Scripting Guy! How can I lower the priority of a process using a script?-- HS Hey, HS. As many of you know, all processes are not created equal; instead processes are assigned priority values. Processes with a high priority are executed more often (and thus appear to run faster) than processes with a lower priority. For example, both the ke...

Scripting Guy!VBScriptoperating system
May 13, 2005
Post comments count0
Post likes count0

How Can I Display the Vertical and Horizontal Sizes of a .JPG File?

ScriptingGuy1

Hey, Scripting Guy! How can I display the vertical and horizontal resolutions of a .JPG file?-- ST Hey, ST. This is a very commonly-asked question, and for the longest time we had no answer for it: nothing built into the operating system seemed capable of returning this information, and even Dsofile, a COM object released by the Microsoft Office...

Scripting Guy!VBScriptmultimedia