Hello Experts,
I am using VNC (running as a Service) on a Server.
Sometimes it crashes.
I am looking for a way of ensuring the VNC Service (winvnc.exe) gets restarted if it crashes.
...
Hello people.
I am receiving the VB run time error 3265 "item not found in this collection"
This is my code: can't see anything unusual:
---------------------------------------------...
Hello,
Below is what I have it runs and does exactly what I want it to do localy. I'm trying to make a script that I can use to conect to a remote server/computer and see if there are any pe...
I am trying to build a VB script that will set three variables to the logged on user name, computer, date / time on a XP desktop and then write those variables out to log file.
I launch an admin program from DOS or a vbscript wscript.shell.run. This admin program changes the title of the active window to a generic text. I would like via WMI, vbscript or other code to...
Is there any example scripts out there that can modify an entire PowerPoint Presentation.
I want to have a complete PPT file, and be able to modify certain text boxes on a certain slide, or...
I have these reports that come in and I have to filter them by site and by building, then send a trouble ticket to the appropriate groups. Is there any way that I could have a script read the...
i need a script to read a text file and extract lines that have specific words then email those lines.
An example is below of the information note the path and file that it is refering to u...
Hello I need a VB Script which does the following
1. Ask the user about what new computername to use
2. automatically renames the computer
3. joins the computer to an Active Directory dom...
Hi,
I am looking for a VB Script that will look in directory c:\testing\in\
Then for all files in there replace all spaces " " with a tilda "~" and remove any CR/LF from the file so its ...
I need a VB Script to set password never expires attribute for all user accounts in active directory.
How to write a VBScript to list all window handles with an identical window title?
How can FindWinowA to find the second window handle of the same title windows?
Foir example,
1578152 - Sun...
I have various startup scripts enabled in Group Policy that silently install programs (for which an MSI isn't available).
Because these are program installations, the scripts can take a whi...
Users have started getting the below error intermittently since I enable the 3GB switch on our web server, this seams to be related to how much memory w3wp.exe is using at the time, if it has ...
Hi alle, I have this vbs-script in which I want to call another vbs-script at the top:
Option Explicit
Dim objNetwork, objUser, CurrentUser
Dim strGroup
' Her defineres grupperne
Cons...
The following VBScript is to delete files & folders older than the specified age (60 days).
1. it fails to delete empty subfolders
2. I receive the following when rerunning script to attem...
I am currently tasked with finding a way to generate reports on certain folders and their subfolders. I've been messing around with a few different products and have landed on Dumpsec. One mai...
I'm not sure of the terms, so please forgive me: A supposedly text file is created by MS Access (the ObjectSaveAs function). The file, when looked at with a hex tool, appears to be written i...
I have two excel files. BookA.xls and BookB.csv. I would like to copy the entire sheet "Projects" which is in BookA.xls over to a new sheet in BookB.csv (which already exists and contains d...
I am running the script below through a remote scheduler. When this script runs, the script runs as user "SYSTEM". This in turn also opens Internet Explorer under the "SYSTEM" user.
Here is...
Hello all,
I am trying to figure out a way to close all open excel workbooks with VB. The code I have selects the first instance of Excel and closes all workbooks within that, but if there is...
Hi,
I need to download a single text file from a remote server, using a VBScript.
I've used the following code :-
strLocalFolderName = "C:\IVR"
strFTPServerName = "172.21.16.23...
I've attached the script I'm using to join a domain but I want to integrate this with another script I'm developing. The problem is the script below has arguments that are passed to it when ...
I have the attached simple VBScript to list the members of one of my groups. It only gives me the AD Display Name. I'd like to get their Domain and Userid. Does anyone know the properties I sh...
I am trying to write a Visual basic Script to export multiple registry keys and append them all to one .reg file.
For example, I want to export the following entries;
HKEY_CURRENT_USER\Netw...