Emnico in Swindon and its partners
in the UK and Europe provide:

» IT Support Services and Products
» Bespoke Software Development


Contact our Swindon office on:
+44 (0)1793 614 700
to discuss your IT needs.


CLOSE IT
Emnico Logo
Your Virtual Technology Team
Delivering Peak Performance
Category: Type: Order:
Search For:  
Home > Library > Save Browser List

Save Browser List

This script saves a file to C:\browser.txt with a list of Internet browsers that have been installed.
Added 283 days ago by Emnico
Download
Review
Back
46Views
This script has been successfully tested by Emnico and is verified to be working.

Source code

strCommand = "regedit /e c:\browser.txt HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet"
set objWshShell = WScript.CreateObject("WScript.Shell")
intRC = objWshShell.Run(strCommand, 0, TRUE)
if intRC <> 0 then
 WScript.Echo "Error returned from exporting Registry: " & intRC
else
 WScript.Echo "No errors returned from exporting the Registry file"
end if


| Privacy policy | Environmental policy | Site map |