I Recently Tried To get An App To copy itself To startup folder
My.Computer.Filesystem.Copyfile(application.executeablepath(),"C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
But It Wont Work, A possible solution i thought up is getting the app to place a Shortcut of itself there, but i do not know how to create shortcuts in vb.net