View Single Post
  #3  
Old 03-20-2009, 03:21 PM
J-Mac's Avatar
J-Mac J-Mac is online now
Registered User
 
Join Date: 06-25-2008
Location: PA, USA
Posts: 184
Quote:
Originally posted by kinook
The UR window size and position is stored in the registry value WindowPos under the key

HKEY_CURRENT_USER\Software\Kinook Software\Ultra Recall\Layouts\Summary

It's a binary value, so you can't easily edit it directly, but if you exit UR, then export that registry key, you can re-import it using a command like

regedit /s c:\path\to\exported.reg

before starting UR.

Although it's odd that the last position and size are not retained when restarting. Maybe shutting down is terminating UR before it can save the position?
I don't know why it is not saving it, but it isn't. I'll give the registry key a try.

Thanks!

Jim
Reply With Quote