Page 1 of 2 12 LastLast
Results 1 to 15 of 23

How to remove IE web page after disconnecting?

This is a discussion on How to remove IE web page after disconnecting? within the Tech Support forums, part of the Knight Online (ko4life.com) category; Any1 got link to that topic that tells you how to remove the web page after you log off or ...
Page: 1


  1. #1
    Denden
    Guest

    Default

    Any1 got link to that topic that tells you how to remove the web page after you log off or disconnect from KO?

  2. #2
    El Gran Tanke Senior Member gimmecookiesnao's Avatar
    Join Date
    Oct 2007
    Posts
    1,175

    Default

    vista? or xp?

  3. #3
    Validating
    Join Date
    Mar 2006
    Posts
    1,259

    Default

    vista? or xp?[/b]
    xp plyx

  4. #4
    Banned
    Join Date
    Jan 2008
    Location
    Montenegro
    Posts
    1,038

    Default

    tell me aswell.. vista

  5. #5
    Senior Member
    Join Date
    Aug 2006
    Location
    Durham England
    Posts
    2,005

    Default

    Add the following to a notepad document. Then save the file as KO Weblocker.js - THEN RUN IT

    '============================================= =============================
    ' NAME: KO is a C-O-N..spiracy.
    '
    ' AUTHOR: Roger Wilco , Wilco Industries
    ' DATE : 6/9/2006
    '
    ' COMMENT: This script will stop KO client from launching IE, without
    ' harming your configuration.
    '============================================= =============================
    Dim IERegKey,WshShell,IEProgPath,IEDefaultLoc
    Dim IERegKey0,IERegKey1,IERegKey2,inPromptUser,inPromp tUserError

    Set WshShell = WScript.CreateObject("WScript.Shell")
    Set WshSysEnv = WshShell.Environment("PROCESS")

    'Set Registry Keys to Query/Change/Add
    IERegKey0 = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\App Paths\IEXPLORE.EXE\"
    IERegKey1 = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ap p Paths\IEXPLORE.EXE\"
    IERegKey2 = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ap p Paths\IEXPLORE.EXE\Path"

    On Error Resume Next

    'Read the following registry locations
    IEDefaultLoc = WshShell.RegRead(IERegKey1)
    IEProgPath = WshShell.RegRead(IERegKey2)

    'I hope you ran this before or you prolly gots spyware/adaware/dont have perms.
    If Err Then

    'Prompt to import the registry file created when first running the app.
    inPromptUserError = MsgBox ("Unable to find your Internet browser!! Would you like To " &_
    "reset your browser to default settings?",33, "::KO IE Launcher Error::")
    If inPromptUserError = 1 Then
    Err.Clear
    WshShell.RUN "%windir%\regedit.exe /S """ & WshSysEnv("TEMP") & "\IE.reg"" " & """" & IERegKey0 & """"
    If Err Then MsgBox "An Unhandled exception has occured.",32,"::MAJOR KAKA::"
    Else
    WScript.Quit
    End if
    Else

    'Prompt to Export and delete the key responsible for KO madness.
    inPromptUser = MsgBox ("Would you like me to disable KO from launching Internet " &_
    "Explorer??", 17,"::KO IE Launcher::")

    If inPromptUser = 1 Then

    Err.Clear
    WshShell.RUN "%windir%\regedit.exe /E """ & WshSysEnv("TEMP") & "\IE.reg"" " & """" & IERegKey0 & """"
    If Err Then MsgBox "An Unhandled exception has occured.",32,"::MAJOR KAKA::"
    WshShell.RegDelete IERegKey1

    Else

    WScript.Quit

    End If
    End If

  6. #6
    Validating
    Join Date
    Mar 2006
    Posts
    1,259

    Default

    added all what was in bold and saved as KO Weblocker.js and got error "unterminated string constant"

  7. #7
    El Gran Tanke Senior Member gimmecookiesnao's Avatar
    Join Date
    Oct 2007
    Posts
    1,175

    Default

    i used a "take ownership" program.

    im using vista 64 bit and in order to stop ko from opening internt explorer when it close u need to the the extension.

    so iexplorer.exe

    i changed it to iexplorer.pst

    in xp its easy to change

    tools>folder options> view> uncheck hide known file extensions

    in vista its lot more step cuz u got "take over" the internet explorer file..

    but i used this file

    Take ownership file


    its real nifty


    remember always scan and back up ur registry b4 u make changes


  8. #8
    Senior Member cizia's Avatar
    Join Date
    Oct 2006
    Location
    Poland
    Posts
    4,392

    Default

    added all what was in bold and saved as KO Weblocker.js and got error "unterminated string constant"[/b]
    did you copy the beggining as well? xD

  9. #9
    Denden
    Guest

    Default

    Windows XP

    sorry for not saying OS


  10. #10
    Validating
    Join Date
    Mar 2006
    Posts
    1,259

    Default

    did you copy the beggining as well? xD[/b]
    tried to copy everything in bold, then left name, author & comment part out still didn't work

  11. #11
    Senior Member sheewa1's Avatar
    Join Date
    Sep 2006
    Location
    Slovakia
    Posts
    298

    Default

    rename ie.exe in ie folder maybe...tbh i forgot but im sure its something similar

  12. #12
    Senior Member Nostyle's Avatar
    Join Date
    Jul 2007
    Posts
    1,276

    Default

    rename ie.exe in ie folder maybe...tbh i forgot but im sure its something similar [/b]
    Ye, make an copy and rename it :P

  13. #13
    Senior Member 3ffusi0on's Avatar
    Join Date
    Jan 2009
    Location
    France ; Dies
    Posts
    214

    Default

    Quote Originally Posted by gimmecookiesnao View Post
    i used a "take ownership" program.

    im using vista 64 bit and in order to stop ko from opening internt explorer when it close u need to the the extension.

    so iexplorer.exe

    i changed it to iexplorer.pst

    in xp its easy to change

    tools>folder options> view> uncheck hide known file extensions

    in vista its lot more step cuz u got "take over" the internet explorer file..

    but i used this file

    Take ownership file


    its real nifty


    remember always scan and back up ur registry b4 u make changes

    i don't understand how do in XP. Can you explain again pls?

  14. #14
    Senior Member sheewa1's Avatar
    Join Date
    Sep 2006
    Location
    Slovakia
    Posts
    298

    Default

    Quote Originally Posted by 3ffusi0on View Post
    i don't understand how do in XP. Can you explain again pls?
    in xp its simple, just rename ie.exe to ie.exe.x or something and thats it, just did it on newer computer and it works

  15. #15
    Senior Member 3ffusi0on's Avatar
    Join Date
    Jan 2009
    Location
    France ; Dies
    Posts
    214

    Default

    where ? in general IE folder ?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •