Trick to lock folders without special softwares
using this trick not only lock u r folder but also hide it
here it is
copy following program:-
cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
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 Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
now go for following few steps
1>copy above folder into notepad.
2>the text which is written in bold letters delete it & type u r password there.
3>save that file by extension .bat ( name is u r choice)
4>now on ur screen there is a bat file appear.
5>double click on that file.
6>u will see the locker folder.
7>save the files in that folder.
8>double click on that folder & lock that folder
9>after lock that folder it will become hidden.
10>to open that folder double click on that bat file
11>type ur password & open that folder.
Check out if your anti-virus works or not
How to ensure that your anti-virus software is working properly or not ? Using this simple method you can check its functioning.
Copy the below line on a notepad. Then save it with the name of “virus.exe” or any other name . Just make sure that you add .exe at the end of the file name.
After you save it, give it a scan and you’ll know it all.
Here’s the line -
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
If your anti-virus is working, it will alert you. Otherwise you need to pay attention to your program.
Post your comments whether your anti-virus alerts and name of your antivirus software.
Be aware of Fake Login Page
Hi viewers i am writing this post out of my own experience. Nowadays social networking sites (eg: orkut, yahoo, etc.,) are more popular. Almost all of us are being a user of it. Most of the users use same email id for all requirities (eg: same id for your banking account (or anything else) and for orkut and so on) else they use same password for all their logins. But its really very dangerous. Last week my friend scrapped me this “visit the link to know your friends password”. On eager i too visited that page, but later i realized that page is a fake login Page.
What’s called Fake Login Page?
Fake login page is similar to our usual web page. Here is a link for a fake login Page. Just visit the page but don’t give your username and password.
http://huntme007.com/yahoo-new
What happens when you enter the username and password in fake login page?
Usual Login Page Action:
When you enter your login details in any login form and hit enter they are submitted to another page which reads these login details and checks the database as whether you entered the correct username and password, if yes then you will be taken to your account else you will get an error page.
Fake Login Page Action:
A hacker creates a fake page which looks exactly same as the original page and some how tricks you to enter your login details in that page. These login details are then submitted to a file. At this stage the hacker has two options. He can either store the login details on his server or he can directly get them mailed to his email id. All the above said things happen behind the scenes, you will have no clue of it. When you enter your login details for the first time your details are submitted to the hacker and you will be directed to a error page (this is the original error page). When you enter your login details again you will be logged in to your account. It’s quite common for us to enter the login details wrongly sometimes so you will not become suspicious when you get the error page.
Steps to prevent Password Hacking:
1. Never enter you login details in unknown sites.
2. Always type the address directly into the browser.
3. Do not follow the links you get in mails and chatting even if they are from your friends.
4. Always have a keen look in the address bar and verify if the address is correct.
5. If you feel like you entered your details in a fake login page change your password immediately.
6. Change your Password at least once or twice in a month.
7.Use Strong Passwords (usage of special characters and numericals can strengthen your password)
8.Try to have completely different passwords for different logins so that the passwords have no link to eachother.
New way to remove USB drives by Desktop Shortcut
The problem is that the icon is tiny, and clicking it just right to bring up the menu is uneasy.
we just make a shortcut icon to bring up the dialog which is quite easier than clicking on the tiny icon.
please be posting comments,ask questions,doubts…
we shall make it as forums,discussions….
we will sure respond to your comments within48 hrs….
make it interactive and useful..
How to Enable right click on websites
Many websites have disabled the right click function of mouse button.Since its disabled you can’t to copy the( right-click->save picture) photos or images or anything.Unfortunately it disables all right click funtionality .
To Enable the Right-Clicking ,
Goto Tools->Internet options .In the Internet Options Window navigate to security tab then click on custom level button. Now a security settings window will be opened. In that window scroll down to scripting section, set active scripting to disable.
Now a Message box will appear with message ”Are you sure want to change security settings for this zone” .Click Yes from the warning message box.
Click ok a couple of times . Now Right Click will be enabled.
Note:Ensure to ”enable” when your work done.
Cool way to open/run ur pgms by run cmd
Normally We feel comfort to go add/remove programs by just typing appwiz.cpl in run than by multiple clicks through control panel…..
Here is a option to open/run your own pgms or files by just a cmd in run
This is done by creating environmental variables as follows:
1 Just open My computer
2 Right click and select Property(this will open System Property)
3 Now click on the Advance Tab
4 Select Environment Variables
5 Now go to System Variables
6 click new
7 suppose u got a folder in ur C drive say bridewin so give variable name as any desired name say king and variable value as c:\data\chan\name.txt
8 and click ok and save it.
Now to access it just type:
%king% in Run
Its done….!!
looking upon your comments….encourage us by posting appreciation,suggestions……..