|
That works, but if you want the shortcuts created with the ROM so you don't have to do it manually, you'll need an entry like this in the initflashfiles.txt file inside the directory of the OEM folder you're creating:
Directory("\Windows\Startup"):-File("OnLock.lnk","\Windows\OnLock.lnk")
This tells the ROM to place the shortcut "OnLock.lnk" copied from "\Windows\OnLock.lnk" into "\Windows\Startup". That's just an example; your exe will be different.
|