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: dmckelvey
  • Content: Threads
  • Order by date
  1. 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