Skip to content

Instantly share code, notes, and snippets.

@pzgz
Created December 10, 2012 13:17
Show Gist options
  • Save pzgz/4250505 to your computer and use it in GitHub Desktop.
Save pzgz/4250505 to your computer and use it in GitHub Desktop.
禁用Flash P2P上传, credit to http://pastebin.com/pL749WiL
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