Windows Script on Tablet PC problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On tablet PC's, vendor does not matter, our login script will hang and the
wscript.exe process will peg the CPU at 99% until the process is killed. I
have isolated the problem to the Shell.POPUP object. It does not happen
everytime, but happens frequently enough to become a problem. Here is
sample code, if you execute on you tablet PC at least 10 times, you should
experience the same problem.

set WshShell = CreateObject("WScript.Shell")
Result = WshShell.Popup("This is a popup box!", 10, "Title")

Anyone aware of this issue and know of a hotfix?

Thank You.
 
PAS,

I have the same problem (usually only takes 2 - 3 popups to peg CPU).

I have no answer (other than no popup). If you find one be sure to post here.


Thanks,
 
Back
Top