Created
December 10, 2012 13:17
-
-
Save pzgz/4250505 to your computer and use it in GitHub Desktop.
禁用Flash P2P上传, credit to http://pastebin.com/pL749WiL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mac OS: | |
sudo bash -c 'echo RTMFPP2PDisable=1 >> /Library/Application\ Support/Macromedia/mms.cfg' | |
Windows: | |
echo RTMFPP2PDisable=1 >> %windir%\system32\Macromed\Flash\mms.cfg | |
echo RTMFPP2PDisable=1 >> %windir%\syswow64\Macromed\Flash\mms.cfg | |
echo RTMFPP2PDisable=1 >> %windir%\system32\mms.cfg | |
Linux: | |
sudo mkdir -p /etc/adobe | |
sudo cat "RTMFPP2PDisable=1" > /etc/adobe/mms.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment