Why You Should Make Your Personal Folders Private

Data is Important : Data is mostly in the form of folders and files on your system and it is always vulnerable and you need to make sure that you are applying suitable security measures in case you want to prevent any kind of unauthorized access. In the present times, data in any form is imperative and protecting your private and sensitive information from all kind of prying eyes is extremely necessary. Although, you may not be sharing your system with others, you should still be protecting your folders and files on your system so as to prevent anyone from accessing all kind of sensitive information.

Share

5 Simple Computer Tips For Protecting Your Computer

In the present computer generation, it is very common to use computer with internet connection for banking purposes, shopping, booking tickets, etc. As it is a significant tool which helps people to get done things easily, so as the threats such as spammers, hackers and identity thieves.The protection for computer must be made sure against these threats when it is being used for daily browsing, shopping, or online transactions, etc.

Share

How to Enable Secure Browsing in Facebook

Nowadays Social Networking is a threat due to act of misuse and unsecured Internet Connection, So Enabling Secure Facebook browsing via HTTPS for Facebook Account. So whenever you browse internet via public areas and cyber cafe you are unknown that you might be hacked or attacked by a phishing attack or by illegal spy third party software, so while you login to your Facebook account on public network keep in mind to remove all the cookies and temporary files from you browser.

Share

How to check a website is infected from malware or any other programs.

Since many year web masters are facing problem from malicious programs since 2006 by showing some warning message while searcing in Google,Yahoo,Bing and other Search Engines. To come out of these problem Many organization with Google,Yahoo,Bing working with a large sale infrastructure to automatically determine if a website is facing risk to users or not means before the attack they will warn you with the message.

Share

Stop Password Expiration

By default, Windows XP is set up with passwords which will expire after 42 days. 14 days in advance, After you have run Windows XP for a while, you may receive this message when you log on: “Your password will expire in 14 days…..”.Windows will start warning you of this fact. If you do not want your passwords to expire:

  1. Go to Start > Run and in the Open: box type control userpasswords2
  2. Select the Advanced tab in the User Accounts window
  3. Press the Advanced button below the Advanced user management header
  4. Select Users in the Local Users and Groups
  5. In the right pane, right-click the user name for which you want to change the setting, and select Properties
  6. On the General tab, check Password never expires
  7. Click Apply and OK

Share

Remove autorun.inf manually

So i will tell u how to remove autorun.inf virus which is cause of opening
of your drives in separate window when u click on the drive name in my computer

There is a Trojan/virus (either the Win32/Pacex virus or the Win32/PSW.Agent.NDP trojan) that uses those two files. Here is how you can get rid of them:

  • Open up Task Manager (Ctrl-Alt-Del)
  • If wscript.exe is running, end it.
  • If explorer.exe is running, end it.
  • Open up “File | New Task (Run)” in the Task manager
  • Run cmd
  • Run the following command del #:\autorun.* /f/a/s/q with other drives in turn
where # is replaced by drive name e.g-c,d,e etc


Be careful with this command it can delete your all data one by one from your hdd if execute wrongly so place your mouse on x position of cmd prompt windows and if it starts deleting your files close it

or we can do this step by without ending explorer.exe

Just hit windows+R it will show you run dialog box now type cmd there,it will give you command prompt

now navigate to #:\ where # replaced with your different drive name

i am taking the example of c:\ drive

now write c:\del/a/s/q/f and give a space now press tab until you see autorun.inf press enter

now yo done do the rest steps as i said (be careful see clearly autorun.inf before deleting it and don’t delete any ntdelect there it may crash your system)

  • Go to your Windows\System32 directory by typing cd c:\windows\system32
  • Type dir /a avp*.*
  • If you see any files names avp0.dll or avpo.exe or avp0.exe, use the following commands to delete each of them:

attrib -r -s -h avpo.exe
del avpo.exe

  • Use the Task Manager’s Run command to fire up regedit
  • Navigate to HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run (as usual, take a backup of your registry before touching it!)
  • If there are any entries for avpo.exe, delete them.
  • Do a complete search of your registry for ntde1ect.com and delete any entries you find.
  • Restart your computer.

Then see the changes.. (there are other antivirus software which will remove autorun.inf like node 32)

Share

What is svchost.exe ?

One of my friend named JP Ullals who is a system admin of KPT had a discussion with me on the related topic whats the hell is svchost.exe what is doing on the computer and even i too had a doubt andyou have no doubt reading this article because you are wondering why on earth there are nearly a dozen processes running with the name svchost.exe. You can’t kill them, and you don’t remember starting them… so what are they? and what they do ?

So What Is SVCHOST?

According to Microsoft: “svchost.exe is a generic host process name for services that run from dynamic-link libraries”. Could we have that in english please?

Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for reusability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.

Why Are There So Many svchost.exes Running?

If you’ve ever taken a look at the Services section in control panel you might notice that there are a Lot of services required by Windows. If every single service ran under a single svchost.exe instance, a failure in one might bring down all of Windows… so they are separated out.

Those services are organized into logical groups, and then a single svchost.exe instance is created for each group. For instance, one svchost.exe instance runs the 3 services related to the firewall. Another svchost.exe instance might run all the services related to the user interface, and so on.

So What Can I Do About It?

You can trim down unneeded services by disabling or stopping the services that don’t absolutely need to be running. Additionally, if you are noticing very heavy CPU usage on a single svchost.exe instance you can restart the services running under that instance.

The biggest problem is identifying what services are being run on a particular svchost.exe instance… we’ll cover that below.

If you are curious what we’re talking about, just open up Task Manager and check the “Show processes from all users” box:


Checking From the Command Line (Vista or XP)

If you want to see what services are being hosted by a particular svchost.exe instance, you can use the tasklist command from the command prompt in order to see the list of services.

tasklist /SVC

The problem with using the command line method is that you don’t necessarily know what these cryptic names refer to.

Checking in Task Manager in Vista

You can right-click on a particular svchost.exe process, and then choose the “Go to Service” option.

This will flip over to the Services tab, where the services running under that svchost.exe process will be selected:


The great thing about doing it this way is that you can see the real name under the Description column, so you can choose to disable the service if you don’t want it running.

you can double-click on a svchost.exe instance and select the Services tab, where you can choose to stop one of the services if you choose.

Disabling Services

Open up Services from the administrative tools section of Control Panel, or type services.msc into the start menu search or run box.

Find the service in the list that you’d like to disable, and either double-click on it or right-click and choose Properties.

Change the Startup Type to Disabled, and then click the Stop button to immediately stop it.


You could also use the command prompt to disable the service if you choose. In this command “trkwks” is the Service name from the above dialog, but if you go back to the tasklist command at the beginning of this article you’ll notice you can find it there as well.

sc config trkwks start= disabled

Source:http://www.howtogeek.com/

Share




These contents are copyrighted to Y5MEDIA and cannot be reproduced without Permission of the admin