¿Cómo puedo deshabilitar las interfaces para el almacenamiento externo en el reproductor BrightSign?

Para deshabilitar las interfaces tendrá que escribir el valor “internal_only” en el registro del script autorun.brs:

reg = CreateObject(“roRegistrySection”, “storage”)

reg.write(“internal_only”, “1”)Para que se haga efectivo, hay que ejecutar este nuevo script y reiniciar el reproductor. Esto sirve para evitar que cualquier sujeto pueda implementar contenido maligno o malware en el sistema.