Tuesday, March 27, 2012
How to Lock Folder Without Any Software
There are lot of ways to lock folders on computer. But in this article we going to showing you, how to lock folder without any software. it's very easy to protect your valuable folders and you can enhance your folder secure. In the earlier we mentioned, how to protect USB drive, that method is using USB Secure software. But in this tutorial no need to use any software. Just adding batch code in notepad.
How To Lock Folder Using Notepad
1. Open Notepad file.
2. Copy the below code and Paste it in notepad.
2. Copy the below code and Paste it in notepad.
cls
:End
@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%==123456789 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
@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%==123456789 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
In the above batch code we added password is 123456789, and you can change that password.
3. Now save the notepad file as yourname.bat , (see below)
4. Now a batch file will created in where you saved location.
7. Once again open batch file to lock the stored file in folder. Now press Y and press Enter.3. Now save the notepad file as yourname.bat , (see below)
4. Now a batch file will created in where you saved location.
5. Open that batch file, at the same time you will see Locker folder,
6. Now store your personal files like pictures, videos, documents, etc... 8. Now your folder will be invisible and protected. but batch file be there.
When you want to unlock the folder, then again open batch file and enter your password
Monday, March 26, 2012
Facebook May Take Legal Action Against Employers Who Ask Staff For Passwords
There have been a number of reports over the last few weeks that certain companies and even some colleges have been asking their employees for their Facebook password details.
And now Facebook has released a statement on the matter, which could mean some sort of legal action against the companies that ask for these details in the future.
As a user, you shouldn’t be forced to share your private information and communications just to get a job. And as the friend of a user, you shouldn’t have to worry that your private information or communications will be revealed to someone you don’t know and didn’t intend to share with just because that user is looking for a job. That’s why we’ve made it a violation of Facebook’s Statement of Rights and Responsibilities to share or solicit a Facebook password.
We don’t think employers should be asking prospective employees to provide their passwords because we don’t think it’s the right thing to do. But it also may cause problems for the employers that they are not anticipating. For example, if an employer sees on Facebook that someone is a member of a protected group (e.g. over a certain age, etc.) that employer may open themselves up to claims of discrimination if they don’t hire that person.
Facebook has said that it will take action to protect the privacy and security of its users, and it will also engage policymakers “by initiating legal action, including by shutting down applications that abuse their privileges.”, you can see the full details over at Facebook.
New Max Payne 3 Trailer Intros Games Machine Gun Weapons (video)
Rockstar Games has released a new video trailer this weekend for its upcoming Max Payne 3 game. Which reveals the range of submachine gun weapons that will be available and at your disposal to use whilst playing.
The video after the break includes a glimpse of the Micro 9mm, SAF .40, MPK, M972, and M10 which you will be able to use in Max Payne 3. Together with the return of bullet-time in action sequences, and over-the-shoulder zoom aiming and cover mechanics.
Rockstar Games will be launching Max Payne 3 in May 2012 on the PS3, Xbox 360 and PC. During Max Payne 3, you will control Max has he tries to uncover the truth and return his young wife to safety. Encountering a treacherous web of lawless street gangs, ruthless paramilitary units, and his own personal demons along the way.












