Disable clipboard?

  • Thread starter Thread starter lallous
  • Start date Start date
L

lallous

Hello,

Can I somehow disable the clipboard functionality so that the CTRL+C /
CTRL+V stop working in all applications ?

Is the only mean to do so is to write a small Clipboard monitor program that
will clear its content everytime it gets notified ?

Regards,
Elias
 
Can I somehow disable the clipboard functionality so that the CTRL+C /
CTRL+V stop working in all applications ?

Is the only mean to do so is to write a small Clipboard monitor program
that will clear its content everytime it gets notified ?

You can modify the ACL on the interactive window station; remove
WINSTA_ACCESSCLIPBOARD for the SIDs you care about [or add a deny-ACE].

S
 
Back
Top