C'est pour cela que je parlais de hta, qui est en html :
exemple :
laucher.hta
<html>
<head>
<title>Launch</title>
<HTA:APPLICATION ID="oHTA"
APPLICATIONNAME="myApp"
BORDER="thin"
BORDERSTYLE="normal"
CAPTION="no"
ICON="graphics/face01.ico"
MAXIMIZEBUTTON="yes"
MINIMIZEBUTTON="yes"
SHOWINTASKBAR="no"
SINGLEINSTANCE="no"
SYSMENU="yes"
VERSION="1.0"
WINDOWSTATE="maximize"
>
<script language="VBScript">
Sub RunNotepad
Set objShell = CreateObject("Wscript.Shell")
objShell.Run "notepad.exe"
End Sub
</script>
<script type="text/javascript">
function closeWin() {
self.close();
}
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<style>
html, body {
overflow: hidden;
}
.bottom {
position: absolute;
right: 10px;
bottom: 10px;
}
</style>
</head>
<body>
<div class="jumbotron">
<button type="button" class="btn btn-warning btn-lg" onclick="RunNotepad">Plex</button>
<button type="button" class="btn btn-primary btn-lg" onclick="RunNotepad">CanalPlay</button>
<button type="button" class="btn btn-success btn-lg" onclick="RunNotepad">Netflix</button>
</div>
<div class="bottom">
<button type="button" class="btn btn-danger" onclick="closeWin()">Exit</button>
</div>
</body>
</html>
Bon c'est moche, mais le principe est la