Automation server cannot create object ERROR
-
function callreg() { alert("hello"); var shl = new ActiveXObject("WScript.Shell"); shl.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3\\2104", 0, "REG_DWORD"); } This script is correctly working in local system. When i access this with remote system, it shows an error automation server cannot create object. Can any one help me to solve it??? Thanks in advance
Sutheesh
-
function callreg() { alert("hello"); var shl = new ActiveXObject("WScript.Shell"); shl.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3\\2104", 0, "REG_DWORD"); } This script is correctly working in local system. When i access this with remote system, it shows an error automation server cannot create object. Can any one help me to solve it??? Thanks in advance
Sutheesh
-
function callreg() { alert("hello"); var shl = new ActiveXObject("WScript.Shell"); shl.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3\\2104", 0, "REG_DWORD"); } This script is correctly working in local system. When i access this with remote system, it shows an error automation server cannot create object. Can any one help me to solve it??? Thanks in advance
Sutheesh
What's this?????????? X|
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup