Monday 29 July 2013

Know if your PC is infected with Viruses, Trojans or other Malware..!!

The reason why most computer malware are so deadly is because many users fail to recognize whether they have been infected or not. Had they detected the infection at an earlier stage, the damage caused could have been greatly reduced. As each virus is programmed differently, it becomes difficult to identify a virus outbreak. However, there are some general symptoms that make it easy to detect an infected computer. Here are some of them:-

1) Programs won't start or crash suddenly: If some system programs like the task manager or registry editor have suddenly stopped working or crash randomly without any visible reason, it is more than likely that your computer has got some form of worm that is attaching itself to various programs and thus, corrupting their code. A virus modifying registry entries to prevent these programs from running could also cause this. 


2) Unusual Network Traffic: If even after closing your browser and other applications that may use the internet, you see that your computer is still downloading or uploading anything, then your computer is possibly infected with some form of spyware that is either downloading other viruses to your computer or is uploading your private information to a remote computer. In case you use
awifi connection, it is also possible that your neighbors are using your network. 

3) Internet Connection not available or is slow: If suddenly, your internet connection has stopped working or has become extermely slow, it is possible that a malware is the cause. However, problems with your internet service provider could also be the cause of such issues. 

4) Annoying Popups or Redirection to Strange Websites: If there has been an increase in the number of annoying popups while browsing the internet or your web browser redirects you to a different website from the one you wanted to visit, a virus or adware might be the cause. 

5) Computer won't boot: If your computer has suddenly stopped booting, it is possible that some malware has modified your computer's system files. In such a situation, re-installing or repairing your operating system might be the only solution. 

6) Slow Computer: Some viruses are designed specifically for this purpose. Malware programmers achieve this by designing viruses that increase your CPU's usage level to 100%. If on running the Task Manager, you find that your CPU's usage is constantly at 100% level, a malware might be the cause.


7) Programs start automatically: Some viruses and adware automatically start strange programs on your computer in order to show unwanted advertisements or simply to frustrate users.

8) Unusual File Associations: Some viruses change .exe or other file associations which prevents these files from opening. Some viruses also do this to automatically start themselves when a file of a particular type is started. 

9) Security Software Disabled: Most malware disable antiviruses and firewalls to prevent themselves from being detected. If only a single software stops working, it might be a specific software failure issue. If it is a general trend and almost every security software is facing this issue, a virus infection is most likely. 

10) Weird Behaviour: If your computer automatically starts sending emails or opens strange applications randomly or does things different from its "normal" behaviour, your computer is most likely compromised by malware.
Read More »

Sunday 28 July 2013

Make your Computer Talk..!!

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-



Steps
1.    Open Notepad.
2.    Copy and paste the exact code given below.

          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message

    3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
    4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.


Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

Windows Compatibility: This 
VBS file can be executed on all versions of Windows including Windows XPWindows VistaWindows 7 and Windows 8.

Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
Read More »

How to Improve Cyber Security..!!

How to make your PC secure from all the threats in the online world and improve cyber security? Not sure? Then read on. Here is a list of things you should know to improve your online cyber security:-

1. Anti-virus : Probably one of the first thing which comes into one's mind when thinking about security. An anti-virus is an inevitable tool for the security of a PC. One can either choose a paid version of the anti-virus of his choice or opt for the equally effective 
free antivirus. Before choosing the anti-virus, it is necessary to check whether the anti-virus has resident protection or not. Resident Protection automatically detects viruses when they are loaded into the memory and takes the appropriate action thus saving a user from sitting hours in front of the PC scanning for viruses. It is important to check regularly for updates. Also do a quick scan (scanning Windows folder, Registry, Documents and recent downloads) at least once a week and a full scan at least once a month even if your PC appears fine.

2. Anti-spyware: A spyware is a program which collects private information and sends it to its programmer. Spywares are considered more dangerous than viruses as they steal private information like Windows registration number, bank account details, credit card's information, site logins, which can be used to harm a user in all possible ways. Login 
Accounts to social networks like Facebook seem to be the prime target. Thus, it is necessary to have a good anti-spyware software with resident protection , registry monitoring and browser monitoring. Again it is the user's choice to either opt for a paid one or a free one. It is important to enable the automatic update function in the anti-spyware software and to do a quick scan of the PC once a week. It is also necessary do a full scan once every month for best results.

3. Firewall: A firewall prevents unauthorized or malicious applications from reaching a computer. A firewall is basically needed to protect a PC against Trojans, spyware, worms, hackers, hijackers and other known and unknown threats. However, a firewall must not be assumed an alternative to the anti-virus or anti-spyware software. Before choosing a firewall, the most important thing to keep in mind is the ease of use and the amount of customization possible. An often overlooked factor upon choosing a firewall is the amount of resources consumed by it. Keeping all these factors in mind, a good firewall software(free or paid) must be chosen. It is important to read the alerts displayed by it carefully, and select an appropriate action to do.


4. Anti-spam: Anti-spam software has become important because of the amount of spam messages received by internet users frequently. These spam messages are the most common cause of cyber crime. Installing one and using it is easy. So don't worry about how to use one. The only difficult thing is to be patient with it. Its performance will improve over time. You can download any of the free anti-spam available over the web or can opt for a paid version.

5. Windows Update: A very important aspect of PC security is updating Windows. It is necessary to enable Automatic Updates in Windows which help to get all the latest security fixes. Getting these updates will help Windows work better and will make one's working more 
secure.

6. Backing Up: It is important to back up all your important data to have a copy of it whenever needed in case of a virus attack. A back up comes in handy in such unexpected situations.
Read More »

Saturday 27 July 2013

Create Matrix Text With Notepad..!!


Hi friends. Today, I am going to tell you a trick to create a .bat file which shows a matrix text when you open it. It will be very funny if you use it as a prank by pasting the .bat file in your friends' computers' startup folder. Whenever your friend will start his pc, he will see this matrix on his screen. So, let's start:


Follow The Steps Below:

·         Open notepad.
·         Copy and paste this code:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
·         Now, save it as matrix.bat

·         Run the file to see the matrix.
Read More »

Friday 26 July 2013

Complete List(pack) Of Run Commands...!!



The complete A to Z guide to all the RUN Commands executed in windows:
Check them Out, and if u have any more please do comment to let us know so that we can update my readers with more commanding interface:



A

Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Adobe Acrobat (if installed)- acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed) - photoshop
Automatic Updates - wuaucpl.cpl


B

Bluetooth Transfer Wizard – fsquirt


C

Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Control Panel – control


D

Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control color
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility – verifier


E

Event Viewer - eventvwr.msc


F

Files and Settings Transfer Tool - migwiz
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Firefox (if installed) - firefox
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game – freecell


G

Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc


H



Hearts Card Game - mshearts
Help and Support - helpctr
HyperTerminal – hypertrm



I

Iexpress Wizard - iexpress
Indexing Service - ciadv.msc
Internet Connection Wizard - icwconn1
Internet Explorer - iexplore
Internet Properties - inetcpl.cpl
Internet Setup Wizard - inetwiz
IP Configuration (Display Connection Configuration)- ipconfig /all
IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns
IP Configuration (Release All Connections) - ipconfig /release
IP Configuration (Renew All Connections) - ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS) - ipconfig /registerdns
IP Configuration (Display DHCP Class ID) - ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid


J

Java Control Panel (If Installed) - jpicpl32.cpl
Java Control Panel (If Installed) – javaws


K

Keyboard Properties - control keyboard


L

Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows – logoff


M



Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed) - frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed) - powerpnt
Microsoft Word (if installed) - winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl



N

Nero (if installed) - nero
Netmeeting - conf
Network Connections - control netconnections
Network Connections- ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed) - nvtuicpl.cpl


O



Object Packager – packager
ODBC Data Source Administrator - odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed)- ac3filter.cpl
Outlook Express – msimn



P

Paint - pbrush
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Performance Monitor - perfmon
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor – eudcedit


Q

Quicktime (If Installed) - QuickTime.cpl
Quicktime Player (if installed) – quicktimeplayer


R

Real Player (if installed) - realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc



S

Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately) - sfc /scannow
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
System File Checker Utility (Scan On Every Boot)- sfc /scanboot
System File Checker Utility (Return to Default Setting) - sfc /revert
System File Checker Utility (Purge File Cache) - sfc /purgecache
System File Checker Utility (Set Cache Size to size x) - sfc /cachesize=x
System Information - msinfo32
System Properties - sysdm.cpl


T


Task Manager - taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) – tweakui


U

User Account Management - nusrmgr.cpl
Utility Manager – utilman


W

Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed) - ntbackup
Windows Explorer - explorer
Windows Firewall - firewall.cpl
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed) - ntbackup
Windows Explorer - explorer
Windows Firewall - firewall.cpl
Windows Magnifier - magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected) - wiaacmgr
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows) - winver
Windows XP Tour Wizard - tourstart
Read More »