I have a script that ping the wks in a particular OU and put them into a .txt file if successful. I have called up the successful.txt file and put it into an array. I then want to use that array of wks names to list all members of the local admin group.
If someone has a suggestion it would...
I would like to have a script find the first available cdrom and set it to drive e:
here is some code that will show cdrom devices drive letters but I can't figure out to actually change it.
Const DriveTypeCDROM = 4
Set oFS = Wscript.CreateObject("Scripting.FileSystemObject")
Set oDrives =...
The code below will display the pagefile min and max size as well as the total physical memory size. I need to set the min and max to equal 1.5 * physical memory size so that when the computer reboots, it retains the new settings.
Any help would be greatly appreciated! = )...
I have a need to run programs sequentially. I can get them to launch all at the same time but that is confusing an cumbersome. I would like to have the second .exe file launched when the first .exe file is done running/installing.
PS. I am newer to vbscripting. Just finished a 3 day class...
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.