Where does tiles store data?

I was wondering where the Tiles Data is stored so I can create a backup.

3,354 views 3 replies
Reply #1 Top

Tiles stores it's settign in the registry.  HKEY_CURRENT_USER\Software\Stardock\Tiles\Tiles.ini specifically.

You could run somethign like this from the command line to export it: 

REGEDIT /E c:\path\TilesSetup.REG "HKEY_CURRENT_USER\Software\Stardock\Tiles\Tiles.in"
REGEDIT c:\path\TilesSetup.REG would add it back.

Reply #3 Top

Quoting chadsimmer, reply 2
I have spent the longest time trying to figure this out. appreciate it.

No problem!