将软件作为专用 Shell 应用程序运行?

发布于 2024-12-21 23:00:44 字数 443 浏览 0 评论 0原文

以前曾有人问过这个问题(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

白况 2024-12-28 23:00:44

注册表中的键名为:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon -> Shell

应设置为 explorer.exe。 BPM Studio 可能更改了此键。

The key in the registry is called:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon -> Shell

which should be set to explorer.exe. BPM Studio probably changed this key.

柒七 2024-12-28 23:00:44

这听起来非常像自定义 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文