open c:\Program Files\JetBrains\IntelliJ IDEA 14.1.3\bin\idea.properties
- change
# idea.config.path=${user.home}/.IntelliJIdea/config
to idea.config.path=../PortableSetting/config
- change
# idea.system.path=${user.home}/.IntelliJIdea/system
to idea.system.path=../PortableSetting/system
- change
# idea.plugins.path=${idea.config.path}/plugins
to idea.plugins.path=../PortableSetting/config/plugins
- change
# idea.log.path=${idea.system.path}/log
to idea.log.path=../PortableSetting/system/log
make PortableSetting
folder in c:\Program Files\JetBrains\IntelliJ IDEA 14.1.3\
copy content of C:\Documents and Settings\User\.IntelliJIdea14\
to c:\Program Files\JetBrains\IntelliJ IDEA 14.1.3\PortableSetting\
copy c:\Program Files\JetBrains\IntelliJ IDEA 14.1.3
to USB and enjoy!
I wrote this answer for windows XP default directory.
for more information about default directory look at here.
I read other people answers and made an step by step answer.