Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Hijacked Home Page

  1. #21
    Poster
    Join Date
    Dec 2002
    Location
    HELL-you will be too_$oon enough
    Posts
    1,660
    this is what I was able to find
    dkservice.exe
    Diskeeper Workstation Component
    kind of vague

  2. Software & Hardware   -   #22
    know what that is aswell I'm afraid- its a good defragger- don't know why its running though!
    Nothing else appears suspicious but thanks anyway

  3. Software & Hardware   -   #23
    Just run adaware again- it didnt find anything but said 26 running process's

    Found 12 when i did ctrl-alt del?

    Why- anyone know?

  4. Software & Hardware   -   #24
    Forum Star
    Join Date
    Jun 2002
    Posts
    1,324
    http://www.mlin.net/StartupCPL.shtml

    With this handy tool you can see what programs are started when your computer starts.


    But I think that you may have some kind of browser plugin that is causing the trouble. Are there any toolbars or other things in your browser which weren't there previously?


    Go to Windows\Downloaded Program Files\
    Right-click on each item and go to properties. See if there is anything suspicious there.


    Go to Control Panel > Add/remove Programs
    Any suspicious programs there?

  5. Software & Hardware   -   #25
    racer II's Avatar Poster
    Join Date
    Jan 2003
    Location
    The Netherlands
    Age
    43
    Posts
    483
    Don`t forget to scan your computer for viruses, i can be a virus
    System:
    LANPARTY UT NF4 SLI-DR Expert
    AMD Athlon 64 X2 4200+
    Xfx 7900gt extreme
    2x Maxtor 250gb sata
    2x Maxtor 80gb (p)ata
    2x 512mb mem , dual channel
    Tagan 580w psu
    Coolermaster stacker case
    Zalman reserator 1

  6. Software & Hardware   -   #26
    no- still no good guys. but thanks

    why am i getting contact 'restrictions in place on this computer contact your systems admin'?

    Can I search for this anywhere?

    Nortons updated and running - but it wasn't for a day or so- so ultimately my own stupid fault!

    Since scanned with this adaware, sybot and anti trojan all found nothing!

    Anymore ideas people?

  7. Software & Hardware   -   #27
    smellycat's Avatar Egalitarian BT Rep: +3
    Join Date
    Aug 2002
    Location
    Wales
    Age
    56
    Posts
    233
    This OpenTech Page discusses the problem.

    The solution given was as follows.

    I did a little digging and found NoSelectDownloadDir key in:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions

    Changed it to 0 from 1 and now I can download & save.
    Hope this works.
    All my invites I give freely.

    File sharing and invite sharing
    File trading and invite trading

  8. Software & Hardware   -   #28
    Well spybot search and destroy can lock the site on what u want it to.
    in the new version spybot search and dsetroy 1.2 there is a new feature called Immunize u can check for problems and it can deal with them
    and under miscellanous protecrtion there is an option to locl IE start page setting click on that and it should work.

  9. Software & Hardware   -   #29
    Poster
    Join Date
    Mar 2003
    Location
    U.S.A
    Age
    39
    Posts
    32
    I wrote this little code for you. This unlocks or locks the home page. Just double click it to lock and double click again to unlock. Or the other way around. So you will never get locked out again. Enter the text below into notepad and save it as a .vbs file. Enjoy.

    'Restrict setting of default home page
    'Written Just For SEANOFF
    'Enjoy

    Option Explicit

    'Declare variables
    Dim WSHShell, n, MyBox, p, p1, p2, t, errnum, vers
    Dim enab, disab, jobfunc, itemtype

    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel\"
    p = p & "HomePage"
    itemtype = "REG_DWORD"
    enab = "ENABLED"
    disab = "DISABLED"
    jobfunc = "Setting of default home page is "

    'This section tries to read the registry key value. If not present an
    'error is generated. Normal error return should be 0 if value is
    'present
    t = "Confirmation"
    Err.Clear
    On Error Resume Next
    n = WSHShell.RegRead (p)
    On Error Goto 0
    errnum = Err.Number

    if errnum <> 0 then
    &#39;Create the registry key value for HomePage with value 0
    WSHShell.RegWrite p, 0, itemtype
    End If

    &#39;If the key is present, or was created, it is toggled
    &#39;Confirmations can be disabled by commenting out
    &#39;the two MyBox lines below

    If n = 0 Then
    n = 1
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & disab, 4096, t)
    ElseIf n = 1 then
    n = 0
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & enab, 4096, t)
    End If

  10. Software & Hardware   -   #30
    thanks very much guys

    Homepage back and unlocked&#33;

    Very interesting thanks again&#33;

Page 3 of 4 FirstFirst 1234 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
  •