Showing tag results for Internet Explorer

Mar 9, 2005
Post comments count0
Post likes count0

How Can I Determine Which Version of Internet Explorer is Installed on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I determine which version of Internet Explorer is installed on a computer?-- MG Hey, MG. Probably the best (and definitely the easiest) way to do this is to use WMI; after all, using WMI makes it as easy to get this information from remote computers as it is to get it from the local machine. Here’s a sample script tha...

Scripting Guy!VBScriptWMI
Feb 21, 2005
Post comments count0
Post likes count0

How Can I Create a GUID Using a Script?

ScriptingGuy1

Hey, Scripting Guy! We have items that we need to track using unique identification numbers. My boss suggested that we use GUIDs for this purpose. Is there any way to create a GUID using a script?-- DX Hey, DX. GUIDs (globally unique identifiers) are a good choice for a job like this; we don’t pretend to understand the algorithm behind GUIDs, bu...

Scripting Guy!scripting techniquesVBScript
Dec 20, 2004
Post comments count0
Post likes count0

How Can I Return a List of Downloaded Controls and Applets for Internet Explorer?

ScriptingGuy1

Hey, Scripting Guy! Is there an easy way to find out what programs have been downloaded for Internet Explorer (the items that are in the folder C:\Windows\Downloaded Program Files)? I can use a script to get the executable file names and dependent files, but I’d like to be able to get the names as they are shown in the folder itself.-- AC Hey, A...

Scripting Guy!VBScriptusing the Internet
Dec 15, 2004
Post comments count0
Post likes count0

How Can I Grab a URL From the Clipboard and Then Open That Web Site in a Browser?

ScriptingGuy1

Hey, Scripting Guy! How can I grab a URL from the clipboard and then open that Web site in a browser?-- CL Hey, CL. Interesting question, or, should we say, questions. That’s because there’s really two issues here. The first one is easy: can I use a script to open a specified Web site? As you probably know, the answer to that one is a resounding...

Scripting Guy!VBScriptusing the Internet
Nov 8, 2004
Post comments count0
Post likes count0

How Can I Change the Internet Explorer Home Page?

ScriptingGuy1

Hey, Scripting Guy! Can I change the Internet Explorer home page by using a script?-- AH Hey, AH. It’s Monday morning, and after a hard weekend of sitting around watching football, we decided to take it easy this morning. Yes, you can change the Internet Explorer home page by using a script; all you have to do is write a WMI script that modifies...

Scripting Guy!VBScriptusing the Internet