Skip to content

Commit

Permalink
AdVirC | v2.0 Release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MikronT committed May 31, 2019
1 parent c7d751a commit f8abd33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
26 changes: 14 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# AdVirC

[![Status: Pre-Release](https://img.shields.io/badge/Status-Pre--Release-yellow.svg?style=for-the-badge)](#)
[![Status: Release](https://img.shields.io/badge/Status-Release-green.svg?style=for-the-badge)](#)
[![Latest Release](https://img.shields.io/badge/Latest-Release-blue.svg?style=for-the-badge)](https://github.com/MikronT/AdVirC/releases/latest)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-black.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)

<!--
[![Status: Pre-Alpha](https://img.shields.io/badge/Status-Pre--Alpha-black.svg?style=for-the-badge)](#)
[![Status: Alpha](https://img.shields.io/badge/Status-Alpha-red.svg?style=for-the-badge)](#)
[![Status: Beta](https://img.shields.io/badge/Status-Beta-orange.svg?style=for-the-badge)](#)
[![Status: Release](https://img.shields.io/badge/Status-Release-green.svg?style=for-the-badge)](#)
[![Status: Pre-Release](https://img.shields.io/badge/Status-Pre--Release-yellow.svg?style=for-the-badge)](#)
-->

### Version name: *AdVirC v2.0 Pre-Release 1*
### Version name: *AdVirC v2.0 Release*

AdVirC (AdVirC Removal Tool or AdVirC RT) is a free **open source** console program for cleaning PCs from Adware, Malware, Trojans, Miners and rubbish for Windows 10.

*If you have ads, third-party programs or your computer live your life, I may be able to help you.*

*Developed only for Windows 10*

<!--
Utility is in Beta-period, so there may be false positives and program errors. Some features do not working or are not exist yet. You must be patient.
-->



Expand Down Expand Up @@ -73,19 +74,20 @@ Note: you can combine the keys as you wish.
## Disclaimer
- I can not guarantee 100% treatment. I must "catch" the virus, and only after the research the virus enters the database. It takes some time.
- *I am not responsible for any damage to your computer.* I am not responsible for any lost files or data.
- Everything that removes the utility is considered to be viral and adware. If you need it, download again.
- Everything that removes the utility is considered to be viral and adware. If you need it, download again or exclude from cleaning.
- It is my hobby, not work.



## Version History
| Date | Version Name | Version Code |
|------------|--------------------|-----------------|
| 30.05.2019 | v2.0 Pre-Release 1 | 2.0.0.3.1.0 |
| 27.05.2019 | v2.0 Beta 1 | 2.0.0.2.1.0 |
| 13.05.2019 | v2.0 Alpha 2 | 2.0.0.1.2.0 |
| 06.05.2019 | v2.0 Alpha 1 | 2.0.0.1.1.0 |
| 27.11.2018 | v2.0 Pre-Alpha | 2.0.0.0.0.0 |
| Date | Version Name | Version Code |
|------------|--------------------|--------------|
| 31.05.2019 | v2.0 Release | 2.0.0.4.0.0 |
| 30.05.2019 | v2.0 Pre-Release 1 | 2.0.0.3.1.0 |
| 27.05.2019 | v2.0 Beta 1 | 2.0.0.2.1.0 |
| 13.05.2019 | v2.0 Alpha 2 | 2.0.0.1.2.0 |
| 06.05.2019 | v2.0 Alpha 1 | 2.0.0.1.1.0 |
| 27.11.2018 | v2.0 Pre-Alpha | 2.0.0.0.0.0 |

<!--
AdVirC v2.0 Alpha 1 2.0.0.1.1.0
Expand Down
4 changes: 2 additions & 2 deletions starter.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cd "%~dp0"


set program_name=AdVirC
set program_version_code=2.0.0.3.1.0
set program_version_name=%program_name% v2.0 Pre-Release 1 [MikronT]
set program_version_code=2.0.0.4.0.0
set program_version_name=%program_name% v2.0 Release [MikronT]

set method=call subroutines\methods.cmd
set logo=%method% :logo main
Expand Down
6 changes: 3 additions & 3 deletions uninstall.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ chcp 65001>nul
cd "%~dp0"

set program_name=AdVirC
set program_version_name=%program_name% v2.0 Pre-Release 1 [MikronT]
set program_version_name=%program_name% v2.0 Release [MikronT]

set dataDir=data
set uninstallDirectory=%cd%

if "%setting_appearance_logo%" == "" set setting_appearance_logo=Ш
if "%setting_appearance_theme%" == "" set setting_appearance_theme=0b
if "%setting_appearance_logo%" == "" set setting_appearance_logo=Ш
if "%setting_appearance_theme%" == "" set setting_appearance_theme=0b

for /f %%i in ('"prompt $h & echo on & for %%j in (1) do rem"') do set input_backspace=%%i
for /f "skip=2 tokens=3,* delims= " %%i in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ReleaseId') do set windowsVersionID=%%i
Expand Down

0 comments on commit f8abd33

Please sign in to comment.