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!

Recent content by dmckelvey

  1. dmckelvey

    Query Remote Registry Key

    PH, Thanks for the quick response. However, that info really doesn't help me. I have zero scripting experience and don't really know the VB syntax at all. So it appears this script is missing a lot of "EndofLine" syntax? Is that correct?
  2. dmckelvey

    Query Remote Registry Key

    I found this great script to use but it doesn't seem to execute properly. ' Declare the constantsConst HKLM = &H80000002 ' HKEY_LOCAL_MACHINEConst REG_SZ = 1 ' String value in registry (Not DWORD)Const ForReading = 1 Const ForWriting = 2 ' Set File objects... Set objFSO =...

Part and Inventory Search

Back
Top