# The No Containers Recipe # # This recipe demonstrates how to block downloading of container files # such as .rar and .zip files. # Instructions # ------------ # 1. Save this file to your Desktop as no-containers.txt. # # 2. Start a command prompt (Start > Run > cmd.exe). See # http://www.pluckeye.net/how-to-open-a-console-window.html for more # detailed instructions on how to do that if you need more help. # # 3. In the cmd.exe window, type the following (without the leading # '#' characters): # # pluck.exe import "%HOMEPATH%\Desktop\no-containers.txt" # # (end of instructions) # ------------ Deny application/java-archive Deny application/rar Deny application/vnd.xara Deny application/x-7z-compressed Deny application/x-ace-compressed Deny application/x-cfs-compressed Deny application/x-cpio Deny application/x-gtar Deny application/x-gtar-compressed Deny application/x-iso9660-image Deny application/x-rar-compressed Deny application/x-xz Deny application/zip