Windows Command prompt flashing up and closing

Discussion in 'Tech Support' started by Houndofhell, 3 Nov 2011.

  1. Houndofhell

    Houndofhell One Particle to Rule Them All

    Joined:
    9 Jul 2009
    Posts:
    330
    Likes Received:
    18
    Hi all,

    Got a bit of a strange occurance going on at the moment. Every so often command prompt opens on screen and goes away again after a split second. It's too fast to see what its doing open.

    I've done scans with AVG, MalwareBytes and HiJackThis. AVG and MBAM both come back clean and the HiJackThis log is attached. I figure if it isn't malware of some sort then its got to be a program getting in a knot but i'd like to know more.

    Is there a way i can either force command prompt to remain open when a program runs it or log what commands/processing is being done in cmd when it opens like that.

    EDIT: Think i may have tracked it down, i've corrolated the times i've noticed it happening with Windows Application Event Viewer and just before every one of them i have the following error:

    Code:
    Application 'C:\Users\Iain\AppData\Local\Akamai\netsession_win.exe' (pid 1508) cannot be restarted - Application SID does not match Conductor SID
    It then tries to re-install it several times and these install failures correspond to the command prompt openings.
    Code:
    Product: Akamai NetSession Interface -- Installation failed.
    Does anyone know of a solution?
     
    Last edited: 3 Nov 2011
  2. GoodBytes

    GoodBytes How many wifi's does it have?

    Joined:
    20 Jan 2007
    Posts:
    12,300
    Likes Received:
    710
    Simple, you have a stupid service is a startup/background problem that runs.
    By default when you program, you make a command line interface program, to hide the command prompt window, or interface, it requires additional codes (Fancier it is, the more code is needed). That code was not implemented. Hiding is a minimum... which suggest that the programmer was very lazy (or badly paid), or not knowledgeable at all.

    OR

    A background process executes a batch file (*.bat), which does that by default. Usually you don't do a program to execute a batch file, you just code it directly...

    In any case, it's a program.

    Use CCleaner, and delete your unneeded startup program, like:
    -> Any speed launcher
    -> updater
    -> Adobe crap (all of it)
    -> and so on...
    Just keep A/V, mouse/keyboard stuff (if any),

    Then, open services panel, and see for any non-Windows services, and disable them
    To help you, here is a list of services from this article:
    http://forums.bit-tech.net/showthread.php?t=215380
     
  3. TheManicGibbon

    TheManicGibbon I have no idea what's going on

    Joined:
    12 Aug 2009
    Posts:
    427
    Likes Received:
    13
  4. Houndofhell

    Houndofhell One Particle to Rule Them All

    Joined:
    9 Jul 2009
    Posts:
    330
    Likes Received:
    18
    I uninstalled it last night after finding their site in a google search, as far as i could tell it must have been installed with software i no longer had, i missed it first time looking through the logs.

    Cheers
     
  5. Sterkenburg

    Sterkenburg To mod or not to mod...

    Joined:
    2 Oct 2005
    Posts:
    67
    Likes Received:
    1
    Did that fix your problem? If not, I would try killing different processes and seeing if you can isolate one causing the issue.
     
  6. Houndofhell

    Houndofhell One Particle to Rule Them All

    Joined:
    9 Jul 2009
    Posts:
    330
    Likes Received:
    18
    Yeah uninstalling it worked. There didn't seem to be any programs relying on it so i assume it just got left behind at some point and maybe corrupted.

    I really just wanted a second opinion on whether to uninstall it or not.
     

Share This Page