Preventing user from open start menu

前端 未结 3 1934
渐次进展
渐次进展 2021-01-24 07:22

I have a program that should prevent the user from opening taskmanager and from openinig Start Menu. I have already added code to disable taskmanager and need now to prevent use

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-24 07:45

    As far as I know, you can reduce a users access rights so they have almost nothing on the start menu, except shutdown / logoff.

    However for ethical reasons there is no built in way to disable the start menu.

提交回复
热议问题