You would need to review the code to find this. First search the text of all the .brs files for "roCodeRegistrationScreen"
figure out what function that is in, probably something like:
Function doRegistration()
and figure out where that function is called, it will probably look like doregistration() without the function prefix.
essentially you need to modify the code so that when you try to play a video, this function is not called. You might be able to just comment out the line that calls the function by putting a single quote at the beginning, see if that allows you to play videos without getting the registration screen.
- Joel