Showing posts with label Tip and Tricks. Show all posts

How to detect a keylogger in your computer


Keylogger - is the software program or a hardware which reads and store all the key stroke by a user in the system it is installed.

Having a keylogger in the system means you are going to loose some thing big. If your system is infected by a keylogger, your email id, facebook account, bank account and all other secure data is on the risk. Now a days hackers are active enough and many website offering free software download with keyloggers attached in it. So you need to know how to protect your system from keyloggers. If you want to know how to detect a keyloggers in a system, you can follow these steps:

1. Check the task list by press ctrl+alt+del in windows. Examine all the tasks running in your system, if you are unsure about a task look it up on a search engine.

2. Run your antivirus checker, it's possible this will pick up the Keylogger on your system.

3. Use the system configuration utility to determine which task are loaded at start-up (type "msconfig" in the run box to start).

4. Download a specific keylogger detector program, and see if it detects anything.

5. Scan your hard disk for the most recent files stored. Look at the contents of any files continually updating (these might be logs created by antivirus).

Thats it i hope you like how to detect keyloggers !



       
Thursday, May 16, 2013
Posted by Unknown

Lock Folder w/out Any Software


Lock Folder w/out Any Software just open Notepad and copy the below code and save as locker.bat. At first time start it will create folder automatically for you. Folder name Private. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Private folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give your password u will get the folder again.

******************************************************************************************
cls 
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK 
if NOT EXIST Private goto MDLOCKER 
:CONFIRM 
color a
mode con:cols=35 lines=2
echo Are you sure u want to Lock the folder?(Y/N) 
set/p "cho=>" 
if %cho%==Y goto LOCK 
if %cho%==y goto LOCK 
if %cho%==n goto END 
if %cho%==N goto END 
echo Invalid choice. 
goto CONFIRM 
:LOCK 
ren Private "HTG Locker" 
attrib +h +s "HTG Locker" 
echo Folder locked 
goto End 
:UNLOCK 
color a
mode con:cols=35 lines=2
echo Enter password to unlock folder 
set/p "pass=Password: " 
if NOT %pass%== admin goto FAIL
attrib -h -s "HTG Locker" 
ren "HTG Locker" Private 
echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDLOCKER 
md Private 
echo Private created successfully 
goto End 
:End

Note: The txt in RED color is where you put your desire password ..
Tuesday, May 14, 2013
Posted by Unknown

Is Your Antivirus Working Perfect ?

This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

*First open Notepad and copy below code into it.
Tuesday, April 2, 2013
Posted by Unknown

Make your Windows boot faster


1. Run "msconfig"




2.By default, it's 30, which means 30 seconds of wait time before boot. This can be changed, make it 3 seconds. (Note: if you have more than one operating system, this means the wait time to startup to the highlighted Operating System. Sometimes you might want a bit more than 3 seconds than you can opt 5 or 10 seconds). Apply and click Ok.

  


        
Posted by Unknown

Popular Post

Labels

Blogger Tips And Tricks|Latest Tips For Bloggers Free Backlinks

Dave2blog Traffic Feed

Total Pageviews

Related Posts Plugin for WordPress, Blogger...

Blog Archive

- Copyright © dave2blog -dave2- Powered by Blogger - Designed by dave2blog -