Prevent browser session from starting

I've automated the installation of a workstation using SCCM. One of the applications that is installed during this process, automatically starts an IE browser session when it's done.
Is there a way to prevent the browser from starting? I tried to kill the process after it started using taskkill.exe in a script. It kills the proces, but when i start the browser after that, it generates the message that the browser hasn't been closed correctly
the last time.
If i can't prevent it, is there a way to close the browser in a correct way?

Hi,
It seems that Internet Explorer service runs at Logon. You can use msconfig.exe to check if it's enabled under Startup and Services.
Also, you can see if it will execute during Logon with autoruns.exe.
Here is an article which may help you.
http://support.microsoft.com/kb/2837026
To kill iexplorer process, you can run such command:
Get-Process iexplore | Foreach-Object { $_.CloseMainWindow() }
Andy Altmann
TechNet Community Support

Similar Messages

  • Prevent Portal Application from starting

    Hello.
    We are having problems starting up a portal. Everytime we try to start it we have a java deadlock, and we wonder whether it is possible to prevent an application from starting.
    Specifically the application we would like not to start is:
    sap.com/cafeuodimnuacceap
    Thanks in advance for your help.

    I found it:
    Using the "Initially_Not_Started_Apps" parameter in Config Tool.
    Thanks.

  • How can I prevent my iPhone4 from starting after connecting to Power?

    How can I prevent my iPhone4 from starting (booting) after connecting to Power?

    You can't so far as I know. You can however, shut it down after it's connected to power and it should not power back on as long as it's connected. If the power is disconnected/reconnected, it will power back on.
    If you just want to avoid calls, etc. while it's plugged in, you could just put it in airplane mode.

  • Prevent AppleMobileDeviceService.exe from starting

    Windows XP home, 3.2GHz Pentium 4 processor, 4 GB RAM, Dell Dimension 5150
    Since starting to use an iPod, AppleMobileDeviceService.exe starts every time I start iTunes.  This process takes a tremendous amount of resources to run (50-75% of CPU).  I usually go into task manager and kill the process.
    How can I prevent this process from starting when I start iTunes?
    If this service is not running, how can I start it manually when transferring music?  Or does it automatically start when an Apple device is detected?

    generally you may access your PC's services by going start > run > and type "services.msc" without the quotations.
    Locate the "AppleMobileDeviceService.exe" and right click > properties > change the drop down box from automatic to Manual, then click the "stop" button if you want to stop it.
    I have a theory that this might be triggering the iTunes to continuously reopen itself if using wifi sinc.. have you experienced any issues with this?
    :::edit:::
    I don't *think* the service will start itself when you start iTunes, but i could be completely wrong. On the contrary, if you've disabled the service and then try to sync and nothing happens then you know that's your problem.
    Worth playing with.
    Also as a further FYI, it's easy to get carried away with disabling services and what not, once you're in you realize it can really improve a boot up process/overal computer functionality, but i encourage you to research what each service does before disabling. surely you thought about this already, though 8)

  • Windows 7 "a patch is preventing the system from starting" error code 0x490

    I have a Windows 7 machine.
    It was working fine.
    Now it will not boot.
    When I try system repair, it says:
    Root cause found
    A patch is preventing the system from starting.
    Repair action: System file integrity cheack and repair
    Result: Failed. Error code 0x490
    I have tried doing safe mode, last known good configuration etc and nothing works
    Also, I tried to restore to an early checkpoint, but it claims that none exist, even thought I know we save restore points.
    Please advise?

    "I suggest running Command Prompt from the repair menu and then Check Disk:
    1. Insert the Windows 7 Disc and boot from it.
    2. In the recovery menu, choose Command Prompt .
    3. Type the following command and press Enter:
    Chkdsk /r /f
    Please also try the following commands and press Enter at the end of each line:
    Ren C:\Windows\winsxs\pending.xml pending.old
    Ren C:\windows\SoftwareDistribution SDOLD
    Regedit.exe
    When the register editor opens, please navigate to the following key:
    HKEY_LOCAL_MACHINE\COMPONENTS:
    * High light the COMPONENTS key. Please check if the following values exist in the right pane:
    AdvancedInstallersNeedResolving 
    PendingXmlIdentifier
    * If so, please right click on them and choose Delete them. Confirm the operation.
    * Restart the computer."
    Quote from : Vivian Xing
    http://social.technet.microsoft.com/Forums/en/w7itproinstall/thread/227bcd32-f0dd-4aab-942e-07e0cadec083

  • Accessing the browser session from a Web Start application.

    I am redeploying my applets as applications (JFrame) in the Web Start architecture. Is there a way for these applications to access the browser session that they were opened from? This was provided for me when I was opening my applets in a browser popup window (window.open()).

    To access the session, pass the session id in the jnlp file (this is assuming your jnlp file is generated dynamically by a servlet).
    Create another servlet to return whatever objects you want from the server session (call this servlet RetObject, lets say).
    When you access RetObject using a URLConnection, append ;jsessionid=<sessionid> to the servlet url
    e.g.,
    http://server/RetObject;jsessionid=hjh232323232jhkjh
    (for websphere, this variable may be csessionid. jsessionid works on weblogic and on tomcat).
    Use ObjectInputStream to receive objects from the servlet.
    -Rahul

  • FYI: TrendMicro antivirus prevents Transport Service from starting after installing Echange Server 2013 Service Pack 1

    I installed Exchange Server 2013 SP1 in my test environment. After that mail flow between internal and external mail servers completely stopped. In the end I discovered that Transport Service on both of the mailbox servers refused to start (or, to be more
    exact, stopped shortly after starting).
    The following events appeared in the System event log:
    Event ID 1052 (error)
    Source: MSExchange Extensibility
    Message: Failed to create agent factory for the agent 'ScanMail SMTP Receive Agent' with error 'Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program Files\Trend Micro\Smex\hookE12TransportAgent.dll'
    due to error 'type not found'.'. Please verify the corresponding transport agent assembly and dependencies with correct version are installed.
    Event ID 16023 (error)
    Source: MSExchangeTransport
    Message: Microsoft Exchange couldn't start transport agents. The Microsoft Exchange Transport service will be stopped. Exception details: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program
    Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to error 'type not found'. : Microsoft.Exchange.Data.ExchangeConfigurationException: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program
    Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to error 'type not found'.
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable.CreateAgentFactory(AgentInfo agentInfo)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable..ctor(IEnumerable agents, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.RuntimeSettings..ctor(MExConfiguration config, String agentGroup, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.MExRuntime.Initialize(String configFile, String agentGroup, ProcessTransportRole processTransportRole, String installPath, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
    Event ID 701 (informational)
    Source: MSExchangeTransport
    Message: The service will be stopped. Reason: Microsoft.Exchange.Transport.TransportComponentLoadFailedException: Loading of component 'SmtpReceiveAgents' failed. ---> Microsoft.Exchange.Transport.TransportComponentLoadFailedException: The agent component
    failed to load. ---> Microsoft.Exchange.Data.ExchangeConfigurationException: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to
    error 'type not found'.
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable.CreateAgentFactory(AgentInfo agentInfo)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable..ctor(IEnumerable agents, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.RuntimeSettings..ctor(MExConfiguration config, String agentGroup, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.MExRuntime.Initialize(String configFile, String agentGroup, ProcessTransportRole processTransportRole, String installPath, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
       at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.RunADOperation(ADOperation adOperation, Int32 retryCount)
       at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.TryRunADOperation(ADOperation adOperation, Int32 retryCount)
       at Microsoft.Exchange.Transport.SequentialTransportComponent.Load()
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Transport.SequentialTransportComponent.Load()
       at Microsoft.Exchange.Transport.Components.Activate()
    The reason for that behavior was TrendMicro ScanMail for Exchange 11. Seems that it was unable to work with the new SP properly and prevented the entire Transport Service from starting. Uninstallation of the antivirus eliminated the issue.

    Actually, you can just disable the agents until TrendMicro releases a patch and then enable them again:
    http://community.trendmicro.com/...
    BTW, a similar problem (high CPU utilization and services not starting) is hitting the AVG package:
    http://forums.avg.com/..
    Step by Step Screencasts and Video Tutorials

  • Exclude browser session from VPN session

    Hi all,
    I use a software VPN sometimes to connect to a remote LAN. I use vpnc and it creates a software tunnel interface. All my traffic then goes through the remote LAN. is there a way to have part of my traffic not go through the VPN? I'd like to have a separate browser session which is excluded from the VPN. Is this possible?

    Actually, a SOCKS proxy would still abide by the IP routing rules. The browser session would only seem to originate from the proxy (from any web server's point of view), but the traffic would still go through the VPN first.
    s5s wrote:
    Hi all,
    I use a software VPN sometimes to connect to a remote LAN. I use vpnc and it creates a software tunnel interface. All my traffic then goes through the remote LAN. is there a way to have part of my traffic not go through the VPN? I'd like to have a separate browser session which is excluded from the VPN. Is this possible?
    Assuming that by "browser session" you mean HTTP and HTTPS traffic, you may be able to exclude traffic with the corresponding TCP ports as destination from the VPN route(s) by configuring your host's firewall. On the other hand, such a policy would apply to all web traffic, not just from within the browser.
    Just to be sure, wouldn't it be an option for you to only route traffic through the VPN that needs to reach the other LAN, instead of routing everything through there by default?

  • Prevent DVD player from starting up when I insert a DVD

    I know that I can setup DVD player to not start playing a DVD when one is inserted, but how do I prevent it from even starting up whenever I insert a DVD?

    Open System preferences, select CDs & DVDs
    Select the preferred action

  • Getting Browser Session from WebForm

    Is it possible to retrieve the cookie session ID from a webform? The built-in owa_cookie.get doesn't work from the webform. Anyone have any workarounds for this?
    Thanks!@
    Steve

    Steve,
    still not possible. I remember having answered a similar question last week.
    Frank

  • "Invalid sibling link" prevents my computer from starting up

    I have a MacBook Pro running 10.4.10, and recently it crashed and restarted itself. As usual, I got the gray Apple logo screen with the spinning progress indicator, but after a couple of minutes of this the computer simply shut off. This happened again repeatedly when I tried to turn the computer on.
    I booted from my TechTool Pro DVD, and all of its hardware and drive tests passed, but it couldn't see any volumes on my hard drive! (My hard drive consists of one big partition, HFS+, not journaled... the standard MBP setup, I think.) I started up from my Mac OS X install CD and ran Disk Utility. DU could see the volume, but upon verification informed me that I had an "invalid sibling link" and then that the "underlying process crashed on exit". Trying again to verify and repair gave the same result.
    I am planning to take my computer to an Apple Store in a couple of days, but obviously it would be a lot nicer if I could simply fix the problem myself. Other forum posts about this error have inevitably ended with recommendations for DiskWarrior, but I can't even start up to run such a program! (I don't have DW installed, but would certainly pay $100 to fix this problem, if necessary.) Any advice?

    DiskWarrior is well worth the expense and is probably the best thing to use for an an *invalid sibling link* problem.

  • ITunes 11.1.4 Update prevents other Apps from starting.

    Ever since I updated iTunes to 11.1.4, I can't start apps like Skype or Batman: Arkham City GOTY. Skype shows the "Skype quit unexpectedly" message. Batman: Arkham City GOTY keeps jumping up and down in the dock, then rests and needs to be force quitted. There are no windows showing up.
    Anyone experienced similar issues?
    BTW: I re-downloaded and installed both apps and the problem persists.
    Message was edited by: rsthl

    Hy there,
    In order for you to solve this problem you have to follow these stept if your running windows:
    1'st step is to go into the device manager
    2 step is to go to portable devices (it is rught under network adapters)
    3 step is to right clic apple iphone and click update drivers
    4 step is to brows your drivers from C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    After that your itunes will pump up alown and youl see your iphone right there.
    Good luck and sry for my bad righting.
    Andrei

  • Can´t prevent ExtendScript Toolkit from starting debug mode

    Hi,
    i have developed a panel in configurator and have installed it in my plugins folder in ID 5.5
    If i click buttons, it opens ExtendScript Toolkit and shows me one single yellow line. If i click "Debug" > "Run" it executes
    my script, but i have to click "Run" for each button i click in my panel.
    It happens only on my computer. On other machines its running fine.
    Is there a way to prevent this permanent debug mode startup?
    Many thx,
    Sven

    Could you provide more information? Which button do you click? The script in the editor of ExtendScript Toolkit.

  • Can I transfer a browsing session from one pc to another?

    I have about 100 pages open on one pc. I want to transfer these open pages to my new pc. Can I do this?
    When I close my firefox I can have it reopen all those pages, I figure there must be some file these are saved to.

    You can copy the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to the Firefox profile folder on the other computer.
    See also http://kb.mozillazine.org/Session_Restore
    Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • Can a faulty Magsafe power board prevent a Macbook from starting up?

    Found a cheap Macbook for parts online (1.83 GHz Core Duo, 1 GB of RAM, no hard drive) and it says that it will not power on due to a bad power board (MagSafe board). I looked it up online and it looks like I am capable of doing such a repair according to iFixit.com (it DOES come with a new power board that I could install, I am rather good when it comes to computer upgrades).
    It will also not power on with the battery, the person says, though the battery is in good condition. Could a bad power board be the reason a Macbook will not power on? Would this be a good deal for a person with quite a bit of experience in hardware upgrades (I'm looking at around $100)

    Open System preferences, select CDs & DVDs
    Select the preferred action

Maybe you are looking for