Pizzabelly / EasyRP

Give yourself a Custom Rich Presence in Discord.
565 stars 153 forks source link

How to disable CMD on startup ** Tutorial ** #191

Open Zyxean opened 3 years ago

Zyxean commented 3 years ago

If anyone needs a tutorial on how to hide the windows CMD on startup then here...

https://winaero.com/run-a-program-hidden-in-windows-10/

(( just follow the first one, I will send in my code which I use... ))

Dim WShell Set WShell = CreateObject("WScript.Shell") WShell.Run """" & "C:\Users\Zyxean\Desktop\krnlDC\easyrp.exe" & """", 0 Set WShell = Nothing