Anyway to make custom shell not auto restart and shutdown?

G

Guest

Hi, I made a custom shell to autostart a program using minilogon. Inside the
program there is a windows shutdown function, but when i run that it shuts
down the shell program first and it keeps relaunching itself. Is there a
setting to make the shell program not restart once it exits? Thanks.
 
K

KM

walnut,

Look at the cmiWlxAutoRestartShell extended property of the Minlogon component.
Or corresponding reg.value : [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon],"Config" (binary value, 5th bit).
 
G

Guest

HOw do I change the extended property value? I clicked minilogon, properties
in TD but you can't change the boolean value. The value 3F is in the
registry "config" but i dont know what to change it to inorder to make it
FAlse. thanks.

KM said:
walnut,

Look at the cmiWlxAutoRestartShell extended property of the Minlogon component.
Or corresponding reg.value : [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon],"Config" (binary value, 5th bit).

--
Regards,
KM, BSquare Corp.

Hi, I made a custom shell to autostart a program using minilogon. Inside the
program there is a windows shutdown function, but when i run that it shuts
down the shell program first and it keeps relaunching itself. Is there a
setting to make the shell program not restart once it exits? Thanks.
 
K

KM

walnut,

If you click on a component node in a Configuration opened in TD on the right side panel you will see the component description and
etc. On the bottom of the panel you see Advanced... button. If you click on it, you open Advanced Component Properties dialog where
you can add/change any extended property of the component.
You will have to change cmiWlxAutoRestartShell property.

--
Regards,
KM, BSquare Corp.

HOw do I change the extended property value? I clicked minilogon, properties
in TD but you can't change the boolean value. The value 3F is in the
registry "config" but i dont know what to change it to inorder to make it
FAlse. thanks.

KM said:
walnut,

Look at the cmiWlxAutoRestartShell extended property of the Minlogon component.
Or corresponding reg.value : [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon],"Config" (binary value, 5th bit).

--
Regards,
KM, BSquare Corp.

Hi, I made a custom shell to autostart a program using minilogon. Inside the
program there is a windows shutdown function, but when i run that it shuts
down the shell program first and it keeps relaunching itself. Is there a
setting to make the shell program not restart once it exits? Thanks.
 
G

Guest

Awesome you rock KM!

KM said:
walnut,

If you click on a component node in a Configuration opened in TD on the right side panel you will see the component description and
etc. On the bottom of the panel you see Advanced... button. If you click on it, you open Advanced Component Properties dialog where
you can add/change any extended property of the component.
You will have to change cmiWlxAutoRestartShell property.

--
Regards,
KM, BSquare Corp.

HOw do I change the extended property value? I clicked minilogon, properties
in TD but you can't change the boolean value. The value 3F is in the
registry "config" but i dont know what to change it to inorder to make it
FAlse. thanks.

KM said:
walnut,

Look at the cmiWlxAutoRestartShell extended property of the Minlogon component.
Or corresponding reg.value : [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon],"Config" (binary value, 5th bit).

--
Regards,
KM, BSquare Corp.


Hi, I made a custom shell to autostart a program using minilogon. Inside the
program there is a windows shutdown function, but when i run that it shuts
down the shell program first and it keeps relaunching itself. Is there a
setting to make the shell program not restart once it exits? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top