将软件作为专用 Shell 应用程序运行?
以前曾有人问过这个问题(2001),但没有解决方案。
http://forums.techguy.org/windows-xp/58217 -exclusive-shell-applications.html
在 BPM Studio 中,您可以选择将软件作为“独占 Shell 应用程序”运行。登录 Windows 后,BPM Studio 会立即出现,并且不会加载任何其他与 Windows 相关的内容(任务栏、桌面图标等)。退出 BPM 后,用户将返回到 Windows 登录屏幕。
有谁知道这是如何实现的?我想对我正在开发的某些软件做类似的事情。我做了很多研究,但找不到任何线索!
谢谢
This has previously been asked (2001) but without a solution.
http://forums.techguy.org/windows-xp/58217-exclusive-shell-applications.html
In BPM Studio you have the option to run the software as an "Exclusive Shell Application". Immediately after logging into Windows, BPM Studio appears and nothing else Windows-related (taskbar, desktop icons etc) loads. On exiting BPM, the user is returned to the Windows login screen.
Does anyone know how this is achieved? I want to do something similar for some software i'm working on. I've done a lot of research and can't find any leads!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
注册表中的键名为:
应设置为 explorer.exe。 BPM Studio 可能更改了此键。
The key in the registry is called:
which should be set to explorer.exe. BPM Studio probably changed this key.
这听起来非常像自定义 shell。
我能找到的所有 MSDN 文档似乎都集中在 Windows 的嵌入式版本上,其中替换 shell 显然是很常见的。不过,我相信桌面 Windows 的原理大致相同。
This sounds very much like a custom shell.
All the MSDN documentation that I could find seems to concentrate on embedded versions of Windows where replacing the shell is clearly very common. However, I believe that the principles are much the same for desktop Windows.