It's checking if your computer is safe ;)
Anti viruses it checks:
Avast
AVG 2011
Avira Personal
Microsoft Security Essentials
Panda Cloud
Bullguard
Kaspersky Internet Security
Malwarebytes
PC Tools Spyware Doctor 2010
Trend Micro Internet Security
Download:
RunarM Security 2.1.zip
-RunarM
Re: RunarM Security 2.1 Source
Posted: Fri Nov 05, 2010 7:24 pm
by Codex
1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Re: RunarM Security 2.1 Source
Posted: Fri Nov 05, 2010 7:34 pm
by mandai
This reminds me of the Windows Security Center
Re: RunarM Security 2.1 Source
Posted: Fri Nov 05, 2010 7:48 pm
by NecroPhis
looks nice will download soon
when i will get more credits good job cooll;
Re: RunarM Security 2.1 Source
Posted: Fri Nov 05, 2010 8:43 pm
by RunarM
CodexVideos wrote:1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Yeah i know it always stops at 80%
I used CCleaner as an example will be removed in the future, and it have to be running ;)
mandai wrote:This reminds me of the Windows Security Center
Any problem with that ;D?
NecroPhis wrote:looks nice will download soon
when i will get more credits good job cooll;
Free download now^^
Re: RunarM Security 2.1 Source
Posted: Fri Nov 05, 2010 8:47 pm
by Axel
RunarM wrote:
CodexVideos wrote:1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Yeah i know it always stops at 80%
I used CCleaner as an example will be removed in the future, and it have to be running ;)
mandai wrote:This reminds me of the Windows Security Center
Any problem with that ;D?
NecroPhis wrote:looks nice will download soon
when i will get more credits good job cooll;
If ProcessesRunning("CCleaner") = 1 Then
Label1.Text = "Running"
Else
If ProcessesRunning("CCleaner64") = 1 Then
Label1.Text = "Running"
Else
Label1.Text = "Not Running"
End If