Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jaws25
  • Content: Threads
  • Order by date
  1. Jaws25

    How to: List members of the "Local Administrator Group

    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...
  2. Jaws25

    Need Help - Change CDRom Drive Letter

    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 =...
  3. Jaws25

    Create New Page File Size

    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! = )...
  4. Jaws25

    How to run programs sequentially?

    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...

Part and Inventory Search

Back
Top