Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bin/flashreable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ echo Github:https://github.com/RunlingDev/FlashReable
echo -----

echo Deleting Settings.sol...
del /q /f "C:\Users\%username%\AppData\Roaming\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\settings.sol"
del /q /f "%userprofile%\AppData\Roaming\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\settings.sol"
echo Done.

echo New Empty Settings.sol...
set opwd=%cd%
cd /d "C:\Users\%username%\AppData\Roaming\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\"
cd /d "%userprofile%\AppData\Roaming\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\"
echo 2>settings.sol
attrib settings.sol +r
cd /d %opwd%
Expand All @@ -50,6 +50,7 @@ echo If the Manager reports error, please choose "allowed".
echo 如果杀毒软件报错,请选择允许。

cd /d "C:\Windows\System32\drivers\etc\"
attrib hosts -r
echo 127.0.0.1 flash.cn>>hosts
echo 127.0.0.1 geo2.adobe.com>>hosts
echo 127.0.0.1 macromedia.com>>hosts
Expand Down