#How do I transfer the game settings from another disk?

1 messages · Page 1 of 1 (latest)

trail zodiac
#

I bought a new disk and reinstalled Windows. I still have an old disk with all data. Is there any way to transfer the settings file to a new disk?

sinful isleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

full python
full python
# trail zodiac folder

you will need to load up your old registry and then save your settings from it

  1. find ntuser.dat file in your windows.old folder, it should be in Users\<your-username>

  2. Press Win+R, type regedit, select "HKEY_USERS" folder

  3. go to File > Load Hive, select ntuser.dat file, it'll ask for name, enter test

  4. follow those instructions (path would be HKEY_USERS\test\SOFTWARE\BattleBitDevTeam\Battlebit): https://docs.joinbattlebit.com/other/saving-all-your-settings-in-one-file

  5. after you finished, remove test folder

full python
# trail zodiac Thank you

forgot to mention, after you export reg file, open it in notepad and replace
[HKEY_USERS\test\SOFTWARE\BattleBitDevTeam\Battlebit]
with
[HKEY_CURRENT_USER\SOFTWARE\BattleBitDevTeam\BattleBit]