I think I need a crash course on How to Start a new discussion. I'm not sure if the script that I attached came through, so I will just post it..........
' This code exports the contents of a key to a Registry file.
Dim objFso
Dim objWshShell, wshnetwork
Dim strDirectory, strUserName
' create the regkey on the users home drive"
strCommand = "regedit /e U:\DMSProfiles.reg HKEY_CURRENT_USER\Software\Interwoven\WorkSite\8.0 \iManExt\DefaultNewProfile"
Set objWshShell = WScript.CreateObject("WScript.Shell")
intRC = objWshShell.Run(strCommand, 0, TRUE)
strCommand = "regedit /e U:\DMSSecTmplts.reg HKEY_CURRENT_USER\Software\Interwoven\WorkSite\8.0 \iManExt\SecTemplateDlg"
set objWshShell = WScript.CreateObject("WScript.Shell")
intRC = objWshShell.Run(strCommand, 0, TRUE)


LinkBack URL
About LinkBacks
Reply With Quote