PDA

View Full Version : Auto Launch applications (WNT)



gareth_allan
02-27-2002, 10:47 AM
I'm looking for a tweak that will auto launch internet explorer. I need this app to be open all the time, so if someone closes it, I need it to automatically relaunch. Is this possible?? And How??

Thanks

Mosaic1
02-27-2002, 11:13 AM
There is a registry hack to prevent IE from being closed.

HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\In ternet Explorer\Restrictions

If this key doesn't exist. create it.
In the right pane create a new DWORD. Name it
NoBrowserClose

Modify it and assign a value of 1
To close the browser you are going to need to go in and set the value back to 0

gareth_allan
02-27-2002, 04:55 PM
Actually created the Key under HKEY_CURRENT_USER and it worked. Cheers.

Now I don't want to push my luck, but can the same be done for minimize? I did try creating a DWORD called NoBrowserMinimize but it didn't work.