The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Operating System Optimization > WinNT Based

Reply
 
LinkBack Thread Tools Display Modes
Old 01-30-2005, 11:04 PM   #1
Newbie
 
syfenx's Avatar
 
Join Date: Jan 2005
Location: a place in TX
Posts: 42
minlogon with a diff shell other than explorer.exe

how is this done?

i tried to replace "shell = explorer.exe" in the registry.. (search for "shell")

i replaced it with a blank vb app just to test it, and it works, but! if you try to close the app it immediately re-opens itself.. thats the bad part

i just ctrl alt del.. opened regedit.. and i changed it back.. but what if i want to use litestep as the shell.. there has to be a way around this.. there is a way around everything..

bottom line..

find a way to use another shell or set a program as the shell other than explorer.exe while using minlogon (this is a minlogon setup without EWF running on a normal desktop.. its not nlited or anything)
syfenx is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 01-30-2005, 11:28 PM   #2
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,155
This has been covered before actually. There's another reg value under the winlogon that defaults to restarting the shell when it is closed (in case of a crash). Just change the value (AutoRestartShell I think it was...)
SFiorito is offline   Reply With Quote
Old 01-31-2005, 09:21 AM   #3
Newbie
 
syfenx's Avatar
 
Join Date: Jan 2005
Location: a place in TX
Posts: 42
i know about the autorestartshell, but i disabled it and it still does it, i made a point to disable it before, but i tried it with a blank vb app i compiled.. just to test it and it loads yes, does it ever close.. no.. it just keeps reopening..

i HAVE to figure this out..
syfenx is offline   Reply With Quote
Old 01-31-2005, 09:49 AM   #4
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,155
What value did you enter for AutoRestartShell?? I've used it before with no prob... Try just using cmd.exe as the shell to see if it's something having to do with your VB app.
SFiorito is offline   Reply With Quote
Old 01-31-2005, 10:12 AM   #5
Newbie
 
syfenx's Avatar
 
Join Date: Jan 2005
Location: a place in TX
Posts: 42
the entry was set to autorestartshell = 1 by default, so i set it to "0" to turn it off..

open vb.. normal exe.. and just a regular normal form with 0 lines..

i compiled it as a test.. and thats it.. i set that..

and i restarted.. but its still having that problem
syfenx is offline   Reply With Quote
Old 01-31-2005, 10:23 AM   #6
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

GPEDIT.MSC, User configuration->SYSTEM->Custom User inter face, then type in the path of your "interface or front end"

This is what I do with minlogon, works great !
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 01-31-2005, 10:52 AM   #7
Newbie
 
syfenx's Avatar
 
Join Date: Jan 2005
Location: a place in TX
Posts: 42
does this work for sure? is it tested? if thats a fix that works, its gonna be nice in my case and alot of people i will test it when i get home..

thanks..
syfenx is offline   Reply With Quote
Old 01-31-2005, 11:06 AM   #8
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

yup works for sure, make sure that you have the .EXE path correct. Example:

mine is set to: c:\program%20files\master%20control\Masterconsol5. exe


it loads this instead of Explorer.exe (windows GUI) Be careful though, because if CTRL + ALT + DEL isnt working, you will have no way to get back to your windows GUI. So make sure you have a way to run "Explorer.exe" or GPEDIT.MSC once Explorer Shell is disabled.
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 02-01-2005, 08:25 PM   #9
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

Ok, I'd frist like to say: "CRAP" sorry about that last post I had. With MINLOGON enabled changing GPEDIT's custom UI will not work, you gotta actually change the registry... make sure you got a way to change it back however if your just testing to see if it'll work...
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 02-01-2005, 09:13 PM   #10
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
Addition

In addition to all of this to you programmers that load a front end but still need a way to run an app undernieth your front end.. or even to launch explorer.exe here's a great article from MSDN, click on the example.. you can write a Shell app. (just like start->run on explorer) with 2 lines of code...MSDN
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 05-17-2005, 02:14 PM   #11
Newbie
 
Join Date: Apr 2005
Posts: 2
syfenx... I'm having the same exact problem with the shell I want to use propagating itself over and over endlessly. Did you ever come up with a solution?

In my case I am just running a little exe that launches a couple of executibles and then exits... and that's how I want to use it, I don't want to have to make the shell permanently on.

EDIT:
for anyone that wants to know, i just wrote a batch file that uses the pause command, and turned it into a silent executible file. It launches the program i really want as my shell then just idles in the background. It prevents the endless launching problem.

Last edited by moxx; 05-24-2005 at 12:52 AM.
moxx is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using minLogon to speed up booting and decrease footprint SFiorito WinNT Based 260 07-25-2008 01:55 AM
minlogon experiment gone wrong for a sec syfenx WinNT Based 5 01-23-2005 09:41 PM
What windows shell are you using? Quattro General MP3Car Discussion 7 11-24-2004 07:21 PM
Need help executing an EXE on startup when I have CobraIII as the shell Adam F Software & Software Development 4 04-26-2002 08:12 AM
new windows shell & 'shell=' for win2K magnetik Software & Software Development 2 04-16-2002 08:47 PM


All times are GMT -5. The time now is 07:55 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics