Powered by Blogger.
RSS

How To Download A Text Editor - Notepad ++


Notepad++ is a great text editor for windows and it is recommended for beginner, intermediate and advanced programmers. It is a lightweight and robust editor for a variety of programming and scripting languages. (PHP, HTML, Java, Javascript, ASP, C, C++, COBOL, LISP, Pascal, Perl, Python e.t.c)


Features
  • Tabbed document interface
  • Drag-and-drop
  • Auto-completion
  • Bookmarks
  • Syntax highlighting and syntax folding
  • File status auto detection
  • It's free!
How To Download
  1. Open your browser and go to http://google.com
  2. Type notepad++ in the search box and press enter, click on the first option that comes up 
  3. On the notepad's website click the download link
  4. Your website may change depending on when you are reading this post but click on download the current version
  5. Click on the installer and then save the file to your computer
  6. After the download is completed open the installer and select English as your language
  7. Go through the installer and make sure you uncheck Run Notepad++ before you click on the finish button







  8. Create a desktop shortcut by clicking the windows key and go to All Programs
  9. Click on the folder called Notepad++
  10. Right click on the program Notepad++ and press send to Desktop
  11. Welldone! You've downloaded Notepad++, installed it and created a shortcut on your Desktop

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How To Delete Common Malware (Recycler) Using CMD




 Recycler is a malware or virus that creates shortcuts in a folder called "RECYCLER". It changes the attributes of the folder or a file into a hidden attribute and continue to resurface itself when deleted. External storage devices are prone to be infected easily with this kind of virus. Below is a step by step approach on how to handle this very situation.


Requirements: Infected external storage device such as usb flash drives or pc hard disk with recycler.

Step 1
Insert the affected external storage device i.e the external storage device that is infected with the recycler malware into a pc that has windows platform.

Step 2
Type "cmd.exe" in the search bar. Right click on the cmd.exe and click run as an administrator.

Step 3
Check the drive letter of the external storage device.

Step 4
Type the following command in the command line interface: 
atrrib -r -s -h /s /d F:\*.* 
and press enter.
Note that F is the drive letter of the external storage device that I used and it varies, yours might be different.

Step 5 
Wait for a while for the command to work on the malware on your external storage device and when it is done, exit the windows Command Line Interface (cmd).

Step 6
Navigate to your external storage device in "My computer" and check all your folders and files that was lost. If the command successfully worked on your storage device, all your missing files and folder will be restored back to your storage device together with their shortcuts created earlier by the malware.

Step 7
Lastly, all you need to do is highlight all the shortcuts in the external storage device and delete them permanently by pressing shift+delete.

 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS