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 gkittelson 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: *

  1. dehat01

    Reg Delete Method

    I've noticed that VBS has a limitation of having to delete every registry value before you can delete the entire key (when using the RegDelete method). Is there anyway to delete an entire registry key without having to delete every individual value first??
  2. dehat01

    Release IP

    Anybody know a way to release the IP address of a workstation via VBScript? I have a large number of workstations who's IP's needs to be released before they're re-imaged. Thanks.
  3. dehat01

    NTFS Permissions

    Is it possible to set NTFS permissions using VBScript? Perhaps using WMI?
  4. dehat01

    Environment Variables

    How do I append Environment Variables to a workstation without overwriting the current values?
  5. dehat01

    User names and workstation names

    Does anybody know a way that, given a person's username, you can find what machine they are logged into? In other words, input username and output workstation name?
  6. dehat01

    Wait until process completes

    When I use the 'Run method', I generally use the 'True' value to force the process to wait until completion before returning to script execution. However, despite this, the script oftens continues before the process ends. For example, I want to install two applications and set the second...

Part and Inventory Search

Back
Top