helpful comment

This commit is contained in:
SpikeHD 2022-04-27 14:05:17 -07:00
parent c9c768c3cb
commit 987a73ea05

View File

@ -1,3 +1,10 @@
/**
* IF YOU ARE LOOKING AT THIS CODE RIGHT NOW: NO YOU ARE NOT.
*
* THIS CODE IS BAD AND TERRIBLE AND EXPERIMENTAL AND IT WILL BE GOOD LATER.
*
* THIS FUNCTION DOES NOT WORK.
*/
async function getGameRegistryKeys() { async function getGameRegistryKeys() {
const command = await Neutralino.os.execCommand(`reg query "HKEY_CURRENT_USER\\Software\\miHoYo\\Genshin Impact"`) const command = await Neutralino.os.execCommand(`reg query "HKEY_CURRENT_USER\\Software\\miHoYo\\Genshin Impact"`)
const desCommand = await Neutralino.os.execCommand(`powershell "get-netadapter | Select 'MacAddress'"`) const desCommand = await Neutralino.os.execCommand(`powershell "get-netadapter | Select 'MacAddress'"`)