Folder Lock With Password Without Any Software ways

Lock a folder without any software
First
select a folder for example I'll use a folder name movies in D drive D:\movies\

in the same drive u create a text file and type
ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}

and save it as loc.bat

again u type in a notepad as
ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies

and save it as key.bat

now in D drive u can see two batch files loc and key..

when u double click loc the movie folder will change to control panel and when u double click keythe control panel will change to normal folder..

Lock a folder without any software Another Method

Lock a folder without any software Another Method

Lock a folder without any software


To lock a folder without any software just follow the steps

1. Copy and paste the following code (in green color) in to Notepad.

2. Type your password in place of "Type your password here"

3. Save the file with *.bat extension instead of *.txt

4. Now double click to open the file.

5. When you open it, a new folder named Locker will be created in the same place.

6. Move all the folders and files you want to lock into this folder.

7. Now double click the batch file again and in the confirmation type 'y' to lock the folder, and the locker folder will disappear.

Whenever you want to unlock the folder, open the batch file and enter the password, the locker folder will reappear again.

/***********Start Copying here************/

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 here 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

Sixteen Simple Tips

1.Switch to welcome screen

Press Win+L to switch to the Welcome screen.

2.Lock your workstation

Press Win+L to lock your workstation.

3.Switch user easly

You can switch users without going through the Welcome screen: From Task Manager, go to the Users tab, right-click a user, and select Connect.

4.Hibrernate computer

Hold down the shift key in the shutdown dialog to change "Stand By" to "Hibernate". Or just press H to hibernate instantly. You can even use the Power Control Panel to configure your power button to hibernate.

5.Disable password when resuming stanby

To disable the password when resuming from standby or hibernation, open the Power Control Paneland uncheck "Prompt for password after returning from standby" on the Advanced tab.

6.Choose details

From the View Menu, select "Choose Details" to select which file properties should be shown in the Explorer window. To sort by a file property, check its name in the "Choose Details" in order to make that property available in the "Arrange Icons by" menu.

7.Display volume control icon in taskbar

To display the volume control icon in the taskbar, go to the Sounds and Audio Devices Control Paneland select "Place volume icon in the taskbar".

8.Delete file without send into recycle bin

Hold down the shift key when deleting a file to delete it immediately instead of placing it in the Recycle Bin. Files deleted in this way cannot be restored.

9.Customize 'send to' menu

Put a shortcut to your favorite editor in your Send To folder and it will appear in your "Send To" menu. You can then right-click any file and send it to your editor.

10.Organize favorites

a) To organize your Favorites in Explorer instead of using the Organize Favorites dialog, hold the shift key while selecting "Organize Favorites" from the Favorites menu of an Explorer window.

b) You can organize your Favorites by dragging the items around your Favorites menu.
Alternatively, you can open the Favorites pane and hold the Alt key while pressing the up and down arrows to change the order of your Favorites.

11.View IE in fullscreen

To run Internet Explorer fullscreen, press F11. Do it again to return to normal mode.

12.Hide printers & faxes

If your "Printers and Faxes" folder is empty, you can hide the "Printers and Faxes" icon when viewed from other computers
by stopping the Print Spooler service.

13.Add/remove columns from detail mode

To add or remove columns from Details mode, select Choose Details from the View menu, or just right-click the column header bar.

14.Go backwards or forward by mouse wheel

In Internet Explorer, hold the Shift key while turning the mouse wheel to go forwards orbackwards.

15.Add current page to favorites

In Internet Explorer, type Ctrl+D to add the current page to your Favorites.
This and many more keyboard shortcuts can be found by going to Internet Explorer, clicking the Help menu, then selecting Contents and Index. From the table of contents, open Accessibility and click "Using Internet Explorer keyboard shortcuts".

16.Shut down via Remote Desktop

To shut down via Remote Desktop
, click the Start button, then type Alt+F4.
Windows key Shortcuts

Windows key Shortcuts


Windows key Shortcuts ------------ Start menu

Windows key Shortcuts+ D --------- Show Desktop

Windows key Shortcuts + Tab------- Moves through the task bar buttuns

Windows key Shortcuts+ L--------- Shows the welcome screen/Lock the machine.

Windows key Shortcuts + M--------- Minimize all window

Windows key Shortcuts+ E---------- Opens Explorer

Windows key Shortcuts+ R---------- Opens 'RUN' Window

Windows key Shortcuts + U---------- Opens Utility Manager

Windows key Shortcuts+ F---------- Opens Search window

Windows key Shortcuts + Break------ Show system properties

Windows key Shortcuts + Shift+M---- Undo minimize all windows

Windows key Shortcuts + F1--------- Display "help and support center"

Windows key Shortcuts+ Ctrl+F----- Display search for computers

You Cannot Create a Folder Named CON !!


It is fact that you cannot create a folder named "CON", nor can you rename an existing folder to "CON". "CON" and a number of other character strings are in fact reserved names that go back to the days of DOS and cannot be used to name folders or files.

Other
reserved names are:

* PRN

* AUX

* NUL

* LPT1

* COM1

* Potential drive letter - A: to Z:

* A number of others


If you try to name a folder using one of these reserved names, the name will automatically revert to the default, generally "New Folder". Moreover, if you try to use a reserved name to name a file such as a Notepad or Microsoft Word document you will generally receive an error message similar to the following:

You Cannot Create a Folder Named CON !!


Depending on exactly how you save the file, you may instead receive a warning message advising that a file with that name already exists. However, even if you choose "Yes" to overwrite the existing file, you will still not be allowed to save the file.

-: Chat with Friends through ms dos Command Prompt :-


Chat with Friends through ms dos Command Prompt

-: Chat with Friends through ms dos Command Prompt :-

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo
MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:

7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:

8) Now all you need to do is type your message and press Enter.
Start Chatting.......!

Folder Lock With Password Without Any Software

Folder Lock Without Any Software
Folder Lock With Password Without Any Software-

Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').

Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.



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 here 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
Powered By Blogger

Sponsored link

free counters