Jump to content

[Resolved] open script in HELP file doen't work any more


Recommended Posts

Maybe, just maybe

Internet Options >> Advanced >> Restore advanced settings.

That button uses an ActiveX object.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Maybe, just maybe

Internet Options >> Advanced >> Restore advanced settings.

That button uses an ActiveX object.

still the same !

C.

Link to comment
Share on other sites

Link to comment
Share on other sites

Lets try again then

http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/activex-will-not-work-on-windows-7-ie8/783e2e89-b071-4b78-b942-2e322ca85241

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Link to comment
Share on other sites

Format C: /u
:huh2:

Noooooo not strong enough.

This is good: http://www.killdisk.com/

...

I believe that's what I need to do !!!

C.

Link to comment
Share on other sites

  • 4 weeks later...

UN-BE-LI-EVA-BLE !!!!

It Works now !!!!!

My wife wanted to play bigfish game on the same PC but she got a blue screen !!! So she wrote to them for fixing this blue screen problem. They replied and this fix not only the blue screen problem but also my problem with the "Open script" button on the help file.

The only thing we had to do is to run a .bat file...

which I included just below...

@echo off
    :: variables
    set drive=C:\Internet Settings Backup
    set backupcmd=xcopy /s /c /d /e /h /i /r /y

    echo ### Backing up the Internet Settings to C:\Internet Settings Backup...
    if not exist "%drive%\Registry" mkdir "%drive%\Registry"
    if exist "%drive%\Registry\internet_settings_backup.reg" del "%drive%\Registry\internet_settings_backup.reg"
    regedit /e "%drive%\Registry\internet_settings_backup.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"

    echo Done!

echo ### Re-Registering JScript

cd\
regsvr32 jscript.dll

echo Done!

echo ### Re-Registering VbScript

cd\
regsvr32 vbscript.dll

    echo Done!

echo ### Cleaning up registry keys

SET TEMPREG="C:\BFGHelp\client_restart.reg"
IF EXIST %TEMPREG% DEL %TEMPREG%
IF NOT EXIST "C:\BFGhelp" MD "C:\BFGHelp"

:: Create Temporary Registry File to modify the registry key
ECHO Windows Registry Editor Version 5.00 > %TEMPREG%
ECHO; >> %TEMPREG%
ECHO [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\] >> %TEMPREG%
ECHO [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\test] >> %TEMPREG%

:: Modify/Remove the registry keys
REGEDIT /s %TEMPREG%

:: Delete the Temporary Registry File
IF EXIST %TEMPREG% DEL %TEMPREG%
IF EXIST "C:\BFGHelp" RD /S /Q "C:\BFGHelp"

echo Done!
echo.
echo Please re-open the Game Manager after closing this window.
echo.

@pause

quit

Cramaboule

Link to comment
Share on other sites

And my guess is this is the line that did it

regsvr32 vbscript.dll

It makes perfect sense.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

And my guess is this is the line that did it

It makes perfect sense.

Yep or:

regsvr32 jscript.dll

That's the ones !!!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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