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

    VBS script help

    I want to run the script below on multiple computers. on error resume next Const strComputer = "." Const HKLM = &H80000002 Const strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" Dim oReg, arrSubKeys, strProduct, strDisplayName, strVersion Set oReg =...

Part and Inventory Search

Back
Top