🔒 Closed C#, run on startup yung application mo, ok pang gawa virus

Status
Not open for further replies.

Yasuo Main

Forum Veteran
first, kunin natin yung current path ng app:
Code:
string me = System.Reflection.Assembly.GetExecutingAssembly().Location;
yun ang path na gagamitin ng startup, second, gawa tau ng bagong registry key:
Code:
RegistryKey rk = Registry.CurrentUser.OpenSubKey
("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);
next, register na:
Code:
   rk.SetValue("[APP NAME MO/ REGISTRY NAME]", me);
every startup mag rurun na yan
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 523
    Views
  • 1
    Participants
Last reply from:
Yasuo Main

Trending Topics

Online now

Members online
1,010
Guests online
1,592
Total visitors
2,602

Forum statistics

Threads
2,300,498
Posts
29,137,165
Members
1,200,525
Latest member
ronron12345
Back
Top