Showing results for registry - Scripting Blog [archived]

May 2, 2005
0
0

How Can I Add a Site to Internet Explorer’s Restricted Sites Zone?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I add a site to Internet Explorer’s Restricted Sites zone on a remote computer?-- NS Hey, NS. When it comes to scripting, Internet Explorer has a sort of dual personality. If you want to program the application itself, well, you came to the right place: Internet Explorer’s document object model is wide open, and ...

Scripting Guy!VBScriptoperating system
Mar 4, 2005
0
0

How Can I Delete a Single Registry Value?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I delete a single registry value? I don’t want to delete the entire registry key, just one value.-- BF Hey, BF. Registry terminology can be a bit confusing, thanks in large part to those of us here at Microsoft (we tend to use a different set of terms when we talk about the registry than the rest of the world does...

Scripting Guy!VBScriptoperating system
Feb 24, 2005
0
0

How Can I Write Binary Data to the Registry?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I write binary data to the registry?-- FG Hey, FG. WMI’s Standard Registry Provider includes a method - SetBinaryData - that makes it relatively easy to write binary data to the registry. There’s one little catch to be aware of, but we’ll let you know what that is. First, though, let’s take a look at a script ...

Scripting Guy!VBScriptoperating system
Feb 14, 2005
0
0

How Can I Add a Web Site to the Trusted Sites Zone?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I add a Web site to the Trusted Sites zone in Internet Explorer?-- NR Hey, NR. As it turns out, trusted sites are actually stored in the registry; consequently, adding a Web site is simply a matter of creating and configuring a new registry key. For example, suppose you want to trust Microsoft.com. (And, really, who ...

Scripting Guy!VBScriptoperating system
Jan 17, 2005
0
0

How Can I Change the Legal Warning Message Using a Script?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I use a script to change the legal warning message on a computer?-- RB Hey, RB. As you all probably know, when you press Ctrl-Alt-Delete to log on to Windows, you’re typically presented with a logon box. You type your user name, domain, and password in the box, click OK, and away you go. However, Windows includes a...

Scripting Guy!VBScriptoperating system