on error resume next Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.Run "regedit /s \\rsccc\rsccc2k\regimport\rsccc.reg", 0, FALSE 'WScript.Echo "Registry updated with RSCCC Security configuration." Set objShell = Nothing