Installation problem
Wed, 9 Jan 2008 07:02:01 -0800
Hello,
When I try to install a WindowCE-SDK on a PC with Windows 2000 SP4 I get the
following error message:
'Windows Script Host urde nicht initialisiert. (Zugriff verweigert)'
In english it should be something like
'Windows Script Host wasn't initialized. (Access denied)'
What I have to do?
Thanks
M ...
|
passing variable to objShell.Run command
Tue, 8 Jan 2008 10:48:50 -0800 (PST)
I'm trying to call a net user command from a VBScript and I am having
trouble with passing a variable to that specific call (I'm planning on
checking user objects for a home directory and clearing it if they
do).
Here's the script I'm working with:
Const ADS_PROPERTY_UPDATE = 2
Set objUser = GetObject("LDA ...
|
Modify Registry
Tue, 8 Jan 2008 06:34:51 -0800 (PST)
Not sure if this is the right forum for my question, but here is goes.
I'm trying to remotely change a registry key. Below is my script and I
cannot get it to change
1. The AutoAdminLogon for 1 to 0.
2. Then change back the AutoAdminLogon to 1 and change the
DefaultUserName to Admin1.
thanks in advance
...
|
checking processes
Mon, 7 Jan 2008 13:13:03 -0800
Hi Gurus,
I was thinking to write the following script....
Can any one kindly guide me a working sample that can do it using dos
programming.
1. I have a text file that contain a number of processes that i want to check.
2.i will run tasklist > tasklist.$today_date_time.txt
3.findstr in this text file if ...
|
Open running Outlook instance
Mon, 7 Jan 2008 20:06:47 +0100
Hi there ;-)
Can anyone tell me how to "open" the already running Outlook (2007)
instance?
I`ve built up a little infrastructure for notification reasons,
but the one thing that bothers me that I only know how to open a new Outlook
windows via WshShell.Run.
Is it possible to just make the existing OL i ...
|
Is it possible to change workgroup pc name
Sat, 5 Jan 2008 20:07:23 -0500
Is it possible to rename a workgroup pc via vbscript. If not is there any
way of doing this? Everything I find has to do with renaming pc's that are
in a domain.
Dave
...
|
Script to disable sharing on a drvie
Fri, 4 Jan 2008 12:15:01 -0800
Hi Gurus,
Does any one has a script that can help me to unshare C drive. Right now, by
default, my company group policy enable sharing of C drive as C$.
I can maunally change it but whenever i restart it will change back to
sharing of C$. Hence i Need to script to run during startup to unshare it. ...
|
|
|
Error configuring DNS remote
Fri, 4 Jan 2008 05:09:04 -0800
I have this script which should be able to add an ip-address on the DNS in a
workstation, but i get this error :
Error configuring DNS on xx.xx.xx.xx ( workstation IP )
Error code: 451
How can i solve this problem ?
The script is here:
Option Explicit
Dim strComputer, strNamespace, strReg, strUser, ...
|
Classic Start Menu
Wed, 2 Jan 2008 19:31:01 -0800
I have come across a script / registry hack with the help of which one can
FORCE Classic Start Menu.
It is :
=====================================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleStartMenu"=dword: ...
|
Registry Scripting - Writing a registry key
Wed, 2 Jan 2008 16:18:01 -0800
Hi there I would like to have a script with the help of which one can
write/modify the "TcpAckFrequency" registry value.
I have come across a scipt which can DELETE this value if it exists.
Could someone please help me in editing this script which can intead of
WRITE TcpAckFrequency value and set it to 1.
T ...
|