How to run an application as shell replacement on Windows 10 Enterprise

前端 未结 8 610
攒了一身酷
攒了一身酷 2020-12-24 03:25

I need to create a special account on a computer running Windows 10 Enterprise. This account would launch an application directly on login instead of the default shell and e

8条回答
  •  我在风中等你
    2020-12-24 04:03

    Have you tried changing the users shell?

    https://msdn.microsoft.com/en-us/library/ms838576(v=WinEmbedded.5).aspx

    There are a few registry keys you need to set. First one enables the ability to give the user a unique shell, the second one defines the executable that starts instead of explorer.

提交回复
热议问题