Ok .. I find a solution that works with VFP 6.0
Local lcRemoteComputer, lcAdminUserName, lcAdminPassword, loSWbemLocator, loSWbemServices
lcAdminUserName=""
lcAdminPassword=""
lcRemoteComputer = "."
loSWbemLocator = CreateObject("WbemScripting.SWbemLocator")
loSWbemServices =...