Create the file factory_reset.txt with 1 value inside on a FAT32 USB drive and booting the Link with it plugged in.
Create the /steamlink/config/system/enable_ssh.txt empty file on a FAT32 USB drive and booting the Link with it plugged in.
| //--------------------------------------------------------------------- | |
| // Name: HelloSDL2.cpp | |
| // Author: EAML | |
| // Date: 2021-05-16 | |
| // | |
| // Description: | |
| // A minimal PoC for producing a native SDL2 Windows app that can | |
| // be ran from either Windows Explorer or from Powershell console. | |
| // It's designed to use minimal command line, compiler options, | |
| // and dependencies... It will display a gray window for 2 sec's. |