We are working on the software for a museum. There are several interactive kiosks with touch screen running on Windows 8.1 which are connected into local network. No keyboar
If you're using jQuery, the below code will disable the context menu (aka 'right click').
$(document).on("contextmenu",function(){ return false; }); });