如何自定义shell [英] How to custom shell

查看:121
本文介绍了如何自定义shell的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个自定义应用程序,我想在启动后立即启动它。在wes2009中,我禁用默认shell并通过"RunOnce"运行我的应用程序。但是我找不到关于"自定义shell"的有用介绍。在wes2011帮助文档中。那么,如何在WES2011中做到这一点。

谢谢。

I have a custom application and I want to start it immediatelly after booting. In wes2009, I disable the default shell and run my application by "RunOnce". But I can't find useful introduction about "custom shell" in wes2011 help document. So, how to do it in WES2011.

Thanks.

推荐答案

启动的shell由注册表值决定:

     HKLM \Software \ Mycoftoft \ Windows NT \ CurrentVersion \Winlogon
         Shell =“ cmd.exe”

 您可以更改此值以启动自定义shell。  

如果您选择"命令提示符Shell使用自定义外壳支持"它将为您处理RunOnce密钥,而无需使用标准的Windows资源管理器外壳。

-Preston V
The shell that gets launched is determined by the registry value:

     HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
          Shell=“cmd.exe”

 You can change this value to launch the your custom shell.  

If you choose the "Command Prompt Shell with Custom Shell Support" it will process the RunOnce keys for you without having to have the standard Windows Explorer Shell.

-Preston V


这篇关于如何自定义shell的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆