I’m trying disable print screen key function in the server. Please suggest some solution.

I tried Regedit in keyboard layout control, working on the desktop but not on the server.

  • fediverser@alien.top
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    This post is an automated archive from a submission made on /r/techsupport, powered by Fediverser software running on alien.top. Responses to this submission will not be seen by the original author until they claim ownership of their alien.top account. Please consider reaching out to them let them know about this post and help them migrate to Lemmy.

    Lemmy users: you are still very much encouraged to participate in the discussion. There are still many other subscribers on !techsupport@poweruser.forum that can benefit from your contribution and join in the conversation.

    Reddit users: you can also join the fediverse right away by getting by visiting https://portal.alien.top. If you are looking for a Reddit alternative made for and by an independent community, check out Fediverser.

  • DestinyForNone@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Disabling the print screen functionality in Windows Server 2016 can be approached through various methods, although completely preventing it might be challenging as it’s deeply ingrained in the operating system’s functionality. However, you can employ certain measures to mitigate or limit its use:

    • Group Policy: Utilize the Group Policy Editor to restrict access to the Snipping Tool or disable the use of Print Screen.
      Press Win + R, type gpedit.msc, and hit Enter to open the Group Policy Editor.
      Navigate to: User Configuration -> Administrative Templates -> System.
      You might find options such as “Prevent access to the Snipping Tool” or “Prevent access to registry editing tools” that can restrict access to tools that capture screenshots.

    • Third-Party Software: Explore third-party software that offers more granular control over user permissions and actions. Some endpoint security solutions provide screen capture protection.

    • Security Software Policies: Some security software suites might offer settings to restrict or monitor the use of screenshot functionalities.

    • Scripting or Custom Solutions: Employ custom scripts or software development to restrict specific keyboard shortcuts or functionalities. However, this requires technical expertise. An example I found can be seen here on stackoverflow.

    Remember, while these methods can limit the ability to take screenshots, determined users might find workarounds. Consider a combination of methods and evaluate their effectiveness based on your specific security needs.