Dave "Crash" Dummy
2017-04-03 23:54:49 UTC
I want to share some HTA scripts with a friend of mine. In the past,
this has not been a problem, but something has happened to his XP system
and attempts to run scripts yield the error in the subject line, even
with the bare bones demo below. He has checked and mshta.exe is where it
is supposed to be. I suspect that some aggressive cleanup utility
stripped something out of the registry. Any suggestions on how to fix
this problem?
'=================== demo.hta =====================
<HTA:APPLICATION ID="oHTA" APPLICATIONNAME="myApp" >
<HTML>
<HEAD><TITLE></TITLE>
<STYLE type="text/css">
body {font-size:64pt;text-align:center;}
</STYLE>
</HEAD>
<BODY>
Hello, World!
</BODY>
</HTML>
'================================================
this has not been a problem, but something has happened to his XP system
and attempts to run scripts yield the error in the subject line, even
with the bare bones demo below. He has checked and mshta.exe is where it
is supposed to be. I suspect that some aggressive cleanup utility
stripped something out of the registry. Any suggestions on how to fix
this problem?
'=================== demo.hta =====================
<HTA:APPLICATION ID="oHTA" APPLICATIONNAME="myApp" >
<HTML>
<HEAD><TITLE></TITLE>
<STYLE type="text/css">
body {font-size:64pt;text-align:center;}
</STYLE>
</HEAD>
<BODY>
Hello, World!
</BODY>
</HTML>
'================================================
--
Crash
Life is short. Eat dessert first.
Crash
Life is short. Eat dessert first.