Configuration method for disabling Flash P2P upload in various systems

  
This article mainly introduces the configuration method of disabling Flash P2P upload in various systems. This article gives the configuration file path and configuration parameter writing method. The friends who need it can refer to the following: Mac OS: The code is as follows: sudo bash -c 'echo RTMFPP2PDisable =1 >> /Library/Application\\ Support/Macromedia/mms.cfg'Windows: The code is as follows: echo RTMFPP2PDisable=1 >> %windir%\\system32\\Macromed\\Flash\\mms.cfgecho RTMFPP2PDisable=1 > > %windir%\\syswow64\\Macromed\\Flash\\mms.cfgecho RTMFPP2PDisable=1 >> %windir%\\system32\\mms.cfgLinux: The code is as follows: sudo mkdir -p /etc/adobesudo cat "RTMFPP2PDisable=1" > /etc/adobe/mms.cfgChrome: The code is as follows: mkdir "%USERPROFILE%\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Pepper Data\\Shockwave Flash\\System"echo RTMFPP2PDisable=1 >> "%USERPROFILE%\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Pepper Data\\Shockwave Flash\\System\\mms.cfg"
Copyright © Windows knowledge All Rights Reserved