Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Disable Windows shortcuts
Forum Updated to NodeBB v4.3 + New Features

Disable Windows shortcuts

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 283 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ivanicyI Offline
    ivanicyI Offline
    ivanicy
    wrote on last edited by
    #1

    Hello!

    I am developing an application and I want users to only use the application, not to be able to use any function or aspect of windows. It means that users can't do ctrl+alt+del or alt+tab, or this kind of shortcuts.

    Is there any possibility to do this from qt?

    Thank you very much!

    jsulmJ artwawA 2 Replies Last reply
    0
    • ivanicyI ivanicy

      Hello!

      I am developing an application and I want users to only use the application, not to be able to use any function or aspect of windows. It means that users can't do ctrl+alt+del or alt+tab, or this kind of shortcuts.

      Is there any possibility to do this from qt?

      Thank you very much!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ivanicy said in Disable Windows shortcuts:

      Is there any possibility to do this from qt?

      I doubt.
      This is probably what you need: https://www.manageengine.com/mobile-device-management/mdm-windows-10-kiosk-mode.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • ivanicyI ivanicy

        Hello!

        I am developing an application and I want users to only use the application, not to be able to use any function or aspect of windows. It means that users can't do ctrl+alt+del or alt+tab, or this kind of shortcuts.

        Is there any possibility to do this from qt?

        Thank you very much!

        artwawA Offline
        artwawA Offline
        artwaw
        wrote on last edited by
        #3

        @ivanicy There is not. You would need to run Windows in the kiosk mode as @jsulm pointed out. System architecture from Windows XP/2000 forbids this (in Windows 95/98 it was possible by specifying your program as "command=your_program" instead of "command=explorer.exe" in the win.ini file)

        For more information please re-read.

        Kind Regards,
        Artur

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved