Jump to content

Recommended Posts

Posted
And how are you trying to call wpi.HTA?

I'm trying to make my own autorun file, and i was wondering how you call the wpi.htm file so it doesnt give you the error: A script on this page is causing IE to run slowly, wanna abort the script.

How can i call it so i dont get this error?

I have an autoit script calling a batch file with this:

REM Hide this command window.
cmdow.exe @ /hid

REM Start WPI and wait for its end
start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"

REM Rebooting the sytem to finalize the installation process.
--shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."

exit

and when i manually call this batch file it works fine, but when i have autoit call it it gives me that error.


Posted
A script on this page is causing IE to run slowly, wanna abort the script.

The reg file is the only way this has ever been fixed. Maybe the auto-it file is not entering the reg file properly.

hrm, maybe there shouldnt be any quotes around the dword entries.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...