<html> <head> <title>jruru</title> </head> <body> <script> const { shell } = require('electron'); shell.openExternal('file:C:/Windows/System32/calc.exe'); </script> </body> </html>