My organization is forcing us to move from our Novell NDS structure to Active Direcory. One of the issues we are having to address is the removal of the Novell client from 3000 workstations. As we are understaffed to touch every workstation, we have been trying to find a way to remove the...
Having a bit of a problem. We have written a custom application that is to launch at logon in an NT4 domain with NT4 wkst and W2k Pro clients. We have put the application and its related files in a folder and have the logon.bat file point to the .VBS script as follows:
@echo off
cscript...
I'm new to VBScript and am looking for a way to read the regisitry to determine if the spooler service is set to manual or disabled. My code looks like this:
Dim WshShell, bKey
Set WshShell = WScript.CreateObject("WScript.Shell")
bKey =...
How can I write the following value to the registry:
cmd.exe /k \"cd %1\"
I am trying to write this to HKEY_CLASSES_ROOT\Directory\shell\Command\command\ but the bit in quotations is giving me problems. If I try
WshShell.RegWrite...
I am new to VBScripting and have been trying a few things. I have run into a problem that I have not been able to solve.
I am trying to create two shortcuts that are placed on the QUick Launch bar . The first one works fine, but the second
does not. Any help would be greatly appreciated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.