非 Windows 应用程序的信息亭模式?
Kiosk Mode for Non-Windows App?
我有一些在 QT 中创建的 GUI。我想在启动时启动 GUI 和 运行,并且不让用户访问任何其他内容。我无法使用内置的信息亭模式,因为它只允许访问 Windows 个应用程序。我该怎么做?
For full kiosk mode you need to add your application name in registry at below location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Key: Shell
Value: c:\myApplication.exe
我有一些在 QT 中创建的 GUI。我想在启动时启动 GUI 和 运行,并且不让用户访问任何其他内容。我无法使用内置的信息亭模式,因为它只允许访问 Windows 个应用程序。我该怎么做?
For full kiosk mode you need to add your application name in registry at below location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Key: Shell
Value: c:\myApplication.exe