[THIN] Re: Limit iexplore.exe - one per user

  • From: "Jeff Durbin" <techlists@xxxxxxxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Fri, 10 Dec 2004 20:59:51 -0800

I've written some code that will do this for any process you specify. It
uses WMI event subscription to monitor process creation and closes any new
instances of the specified process above the specified instance limit. Works
like a charm. If you're interested, email me off list.

JD 

-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Martin Stephenson
Sent: Wednesday, December 08, 2004 12:12 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Limit iexplore.exe - one per user

To ensure only 1 copy of IE is run per user on a full desktop you could try
replacing the IE Icon with one that runs the following batch file.  Where H:
is the users Home drive.

********************************************************
if exist H:\Lock.lck goto end
@echo Lock > H:\Lock.lck
cd "C:\Program Files\Internet Explorer"
start /wait iexplore.exe
del H:\Lock.lck
:end
**********************************************************


Martin.

On Wed, 8 Dec 2004 10:16:54 +0000, Toby <toby.percival@xxxxxxxxx> wrote:
> Hi List,
> 
> Apologies if I am revisiting a topic, but here goes.
> 
> Environment is Windows 2000 SP4, Citrix MetaFrame XPa FR3, publishing 
> a full desktop I would like know if there is a way to limit the 
> iexplore.exe process to one per user. We have a problem with users 
> opening up Internet Explorer a number of times, resulting in memory 
> issues.
> 
> If you open Internet Explorer, you open up one process. Clicking on 
> Internet Explorer a second time will give you a second process. If 
> however you select File>New>Window, a new process is not created.
> 
> Does anyone know why?
> 
> Any advice will be greatly appreciated.
> 
> Toby
> ********************************************************
> This Weeks Sponsor Activaeon.com
> Reduce licensing costs with activAeon XA and get one month completely 
> free.
> http://www.activaeon.com
> **********************************************************
> Useful Thin Client Computing Links are available at:
> http://thin.net/links.cfm
> ThinWiki community
> http://www.thinwiki.com
> ***********************************************************
> For Archives, to Unsubscribe, Subscribe or set Digest or Vacation mode 
> use the below link:
> http://thin.net/citrixlist.cfm
>
********************************************************
This Weeks Sponsor Activaeon.com
Reduce licensing costs with activAeon XA and get one month completely free.
http://www.activaeon.com
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or set Digest or Vacation mode use
the below link:
http://thin.net/citrixlist.cfm

********************************************************
This Weeks Sponsor Activaeon.com
Reduce licensing costs with activAeon XA and 
get one month completely free.
http://www.activaeon.com
********************************************************** 
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or 
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm

Other related posts: