Sunday 26 July 2015

Thursday 27 November 2014

Batch Programming Tutorial 1,Introduction

Batch is a like basic program made using window's Commands. You can create natch files to automate basic Computer Operations like Copying a file,formatting a Disk, hiding and Retrieving file. Very interesting stuff you can do with batch files. Did you know that you can set a reminder on your Computer using batch files?? Or even Create A welcome message once windows loads up?? There are lots of things that you can do with batch files depending on your knowledge. Here am just going to give you a head start.
echo AM OUT..
.
.
Hope I didn't loose you there. Echo simply means to print out its one of the first commands you'll know. All characters after echo are shown/displayed on the Command Prompt. Now that you know that, next time be ready for more.

Wednesday 16 April 2014

How to prevent files i your usb drive from becoming shortcuts

  1. Apart from updating your Antivirus,there are some softwares capable of getting rid of this virus.
    The best of them are listed below  So,download any of those and follow the instructions on the sites to use them.
  2. Manual fixes are also available to solve this problem.Therefore,you can make use of any method you consider easier.
    • a.)Insert whichever drive is infected by this virus into your system and check the drive's extension i.e A: .... Z: from ‘My Computer’
      Click Start » Run / Winkey+R and type cmd in the textbox provided - Hit Enter.
      c.)Copy paste the code below into the command prompt and hit 'Enter'.
      attrib -h -r -s /s /d E:\*.*
      (Change E: to your drive's extension.)
      d.)Now,check to confirm that the virus has been completely cleared-off.
    • Else,you can use this alternative.
      a.)Go to the control panel to untick “Hide protected operating system files” or simply use the search box.
      b.)Navigate to “C:\Windows\System32” and manually delete regsvr
      c.)If you can't find the file in System32, then try locating it in “C:\program files”
      If you still cannot find it there,then try locating it in the “Processes” tab in Task Manager.