Scripts WSH Vs W Vista
Tue, 8 Apr 2008 14:29:35 -0300
Work this script in windows vista?:
Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
objPolicy.FirewallEnabled = FALSE
Or what i should change???
Thanks.
Nelson Rodriguez
...
|
Good WSH Book
Sun, 6 Apr 2008 19:13:23 -0400
I'm looking for a good WSH book that meets the following requirements:
Must cover VBScript in-depth.
Must cover WSH in-depth.
Must cover ADSI to some degree.
May include some WMI content.
Covers newest version of WSH (not a book written in 2000)
I've done a lot of looking and can't seem to find something t ...
|
jscript printout multiple copies
Wed, 2 Apr 2008 22:51:00 -0700
Hello,
I have a script that combines a few things into a single Word document.
Basically it does something like:
var letter="c:\temp\test.doc";
var Word=new ActiveXObject("Word.Application");
var Doc=Word.Documents.Open(letter);
Word.PrintOut();
Now I want to print out the document twice. I could do th ...
|
Addressing MS Office application
Wed, 2 Apr 2008 11:35:16 +0200
Hi folks,
is there a way to set Outlook 2007 to "Offline Mode" via VBS?
--
Freundliche Grüße,
Franz Marksteiner
...
|
Removing local users from workstations
Mon, 31 Mar 2008 16:50:34 -0700
I am trying to remove old local user accounts from multiple workstations. I
want to use the following script in group policy. When I test the script
receive the error message:
c:\removeusers.vbs (7, 5) (null): Cannot perform this operation on built-in
accounts.
I account for the built-in accounts in an if ...
|
Displaying Japanese text using WshShell.Popup
Fri, 28 Mar 2008 17:30:00 -0700
What encoding does WSH (wscript.exe) expect for double byte characters in a
.vbs file? I've got a VBScript that uses WshShell.Popup, and I need it to
display Japanese messages when running on Japanese Windows. I currently have
the strings in Shift-JIS format (which is how the translator provided them),
but ...
|
Not apply a policy against the administrator
Thu, 27 Mar 2008 05:15:01 -0700
Against our Citrix/Terminal Server OU is a GPO that sets the path for
terminal services profile under the computer settings section.
The problem is our administrator account picks up this setting and uses a TS
profile. I dont want the admin to use this profile.
Is it possible to write a WMI filter to not ...
|
|
|
Group Policy Scripting Problem--PLEASE HELP
Wed, 19 Mar 2008 11:15:37 -0700 (PDT)
When I run one of the scripts that comes with GPMC it allows me to set
a permission but not remove the permission on one network/domain.
However, the same process works fine on a completely different network/
domain. I get "Error was: -2147024846 -" when I try to remove the
permission. Please see below:
On ...
|
OutLook Express 6.0 Script
Wed, 19 Mar 2008 08:58:44 -0500
Folks:
I am using Microsoft Outlook Express 6 as my email client software.
I would like to get access to a script that would alarm.(play an audio file)
when email is received from a specific address.
maybe such a script already exists.
Thanks,
JoJo.
...
|
Winbatch Application Errors
Tue, 18 Mar 2008 12:23:31 -0700 (PDT)
Sorry in advance if this isn't the appropriate place to post this...
Our company uses Winbatch to create various scripts for Login Scripts
and other various utilities. I've come across one system that fails
with an Application Error on any Winbatch script that is run. The
exact same Winbatch executable scrip ...
|