Login Register






[HELP] Active program filter_list
Author
Message
[HELP] Active program #1
help about how to always active a program from vb.net.

from reboot or shutdown if i turn it ON back the app automatic active on system tray like a antivirus if you turn on your pc from shutting down the program auto matic alive .. please me about that code on visual basic .. i would like to put it in RAT CLIENT used by internet cafe for abuse player.
please help me my uncle sudjest on me thank you
if you don't need me must i don't need you so much!

Reply

RE: [HELP] Active program #2
I have no Idea what you're on about.

If you can please provide screenshots or perhaps breakdown your request here In point form, It'll make It a lot easier to follow.
[Image: AD83g1A.png]

Reply

RE: [HELP] Active program #3
(03-02-2017, 05:51 AM)mothered Wrote: I have no Idea what you're on about.

If you can please provide screenshots or perhaps breakdown your request here In point form, It'll make It a lot easier to follow.

He wants to make it startup on startup I guess.

You can do this via the registry.

My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)

Reply

RE: [HELP] Active program #4
(03-09-2017, 11:47 AM)Mafia Wrote: He wants to make it startup on startup I guess.

You can do this via the registry.

My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)

Probably so.

As opposed to the HKCU, It's good you've provided the HKLM hive. Also, prior to any registry edits, It's good practice to back It up using the registry's "Export" feature.
[Image: AD83g1A.png]

Reply

RE: [HELP] Active program #5
(03-09-2017, 11:47 AM)Mafia Wrote:
(03-02-2017, 05:51 AM)mothered Wrote: I have no Idea what you're on about.

If you can please provide screenshots or perhaps breakdown your request here In point form, It'll make It a lot easier to follow.

He wants to make it startup on startup I guess.

You can do this via the registry.

My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)

thank you for your feed back sir. this code give me some ideas Smile
if you don't need me must i don't need you so much!

Reply

RE: [HELP] Active program #6
ok i found at easy way. i try to use my own knowledge on my pc ( window + X  'RUN' i try to type > shell: startup < start up folder was show and no program set on this folder. now i put my client rat then i restart my pc or shutdown. its realy working but the program never show on task manager process btw thank you guys for help. by your reply i have found some ideas Biggrin thank you very much sinister
(This post was last modified: 03-12-2017, 09:35 AM by Zaisen.)
if you don't need me must i don't need you so much!

Reply