SCCM-OSD-Registry-DevicePath
SCCM-OSD-Registry-DevicePath ‘ //*************************************************************************** ‘ //*************************************************************************** ‘//—————————————————————————- ‘// ‘// Global constant and variable declarations ‘// ‘//—————————————————————————- Option Explicit Dim iRetVal DIM objRegistry DIM strComputer Dim objFSO, vDriverPaths strComputer = “.” Set objRegistry = GetObject(“winmgmts:” & strComputer & “rootdefault:StdRegProv”) ‘//—————————————————————————- ‘// End declarations ‘//—————————————————————————- ‘//—————————————————————————- ‘// Main routine ‘//—————————————————————————- On Error Resume Next iRetVal = ZTIProcess … Read more