quote:
Originally posted by SonicSam
quote:
Originally posted by -!Felu!-
Nice . How about checking the OS in the script. If it is Vista it imports the reg file to the registry.
I already suggested that to shawnz, he said there would have to be some sort of 'hack' to be done.
Its no big deal though. dt made a function to check the OS. If it contains Vista in it you can silently import the reg file.
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run('regedit /s "'+regfilepath+'"');
Will edit my post and put the getOS function when i find it