Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do I kill Internet Explorer windows.

Featured Replies

I use the pskill utility to kill several processess during my install. However, it doesn't seem to work on internet explorer. Several programs open up html pages during install. One of my programs won't install if internet explorer windows or open so my install stops and I have to close all the windows myself for setup to continue. How can I automattically kill all the internet explorer windows. I tried using pskill on iexplorer.exe, but it didn't work.


I use the pskill utility to kill several processess during my install.  However, it doesn't seem to work on internet explorer.  Several programs open up html pages during install.  One of my programs won't install if internet explorer windows or open so my install stops and I have to close all the windows myself for setup to continue.  How can I automattically kill all the internet explorer windows.  I tried using pskill on iexplorer.exe, but it didn't work.

If there's no installation to supress the pages from opening, use AutoIt to write a script to close the window for you.

Maybe this would work, you'll have to execute it right afterward's

Kill_IE.vbs

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
   & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcessList = objWMIService.ExecQuery _
   ("Select * from Win32_Process Where Name = 'IEXPLORE.EXE'")
For Each objProcess in colProcessList
   objProcess.Terminate()
Next

EDIT: Unlike Greenmachine's exe he added this kill's all IE window's. Nice for those stupid site's also where they pop window after window.

Edited by maxXPsoft

you can add this command after the process which opens the IE window

or before the process which stop if the IE window is opened

taskkill.exe /F /IM iexplore.exe

I hope that helpful

:)

  • 1 month later...

so it would be like this then?

REG ADD %KEY%\020 /VE /D "Shockwave 10" /f
REG ADD %KEY%\020 /V 1 /D "%cdrom%\install\Updates\shockwave10 /s" /f
REG ADD %KEY%\020 /V 2 /D "taskkill.exe /F /IM iexplore.exe" /f

hi,

please post your pskill-line as it works for IEXPLORE.EXE in my UXPCD.

cya

Killer Bee

I believe you are trying to close iexplorer.exe when it is iexplore.exe

I believe you are trying to close iexplorer.exe when it is iexplore.exe

I'd say the same.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.