Friday 19 September 2008

Nokia 6021, PC Sync and Notes 8.5

Not sure if I mentioned this before, but this helped me in my search to get Nokia PC Sync working with Notes 8.5 beta 2: -

Force PC Suite to use specific notes.ini

In essence, I created a new registry key called notesini under [HKEY_CURRENT_USER\Software\Nokia\PCSync\Settings] pointing PC Sync at NOTES.INI as follows: -

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nokia\PCSync\Settings]
"LastApp"=dword:00000010
"notesini"="c:\\Lotus\\Notes\\notes.ini"

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...