Hello,
trying to export the registry key below to a text file. The test file does not work. I would appreciate any help!
Thank You,
Paul
var regkey;
var WshShell = WScript.CreateObject("WScript.Shell");
WshShell.Run("regedit /e c:\test.txt HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB");
trying to export the registry key below to a text file. The test file does not work. I would appreciate any help!
Thank You,
Paul
var regkey;
var WshShell = WScript.CreateObject("WScript.Shell");
WshShell.Run("regedit /e c:\test.txt HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB");