Jun 25, 2009

how to lock the file without software

Everybody want some private files needs to be saved from others.
To keep that privacy we do lot of things.
here is one of them.
just copy this code:
%%%%%%
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
%%%%%%

here are the steps:

1). First open the notepad and copy this code.
2). Save this file as locker.bat and save it in your hard disk.
3). when you double click that .bat file it will create one folder
with the name of "locker". paste your confidential files in that folder.
4). To hide this folder just double click that locker.bst file again.
5). In that cmd prompt just press y and press "enter". the folder will be hidden.
6). TO open the folder again double click the .bat file.
7). by modifying that .bat file you can set the password also.


please leave your comment after you checked out

hidden files...? don't worry

hi to all,
sorry friends...
i took too much of time to update this blog
This is interesting and important also..
many of us may have stored data's in our pen drive or
in our system. but due to virus attack the important data
files may be changed to hidden files...
that time what to do..
dont worry here is the simple solution with this software...

the simple software (Hide File Scanner) which has the name
will do the remaining things...
please go to this link if you need...

http://www.delphifreeware.com/downloads/hfs.exe


i am awaiting for your feed back...

May 16, 2009

How to change the boot sequence in the BIOS

Are you Looking to change the boot order for your Windows XP or Vista machine? By changing the boot order, you can force your computer to boot from a CD/DVD drive, a floppy drive, or even off the network.

Changing the boot order on a PC is mostly done in order to boot from a recovery disk or from an OEM disk to run some kind of Windows repair software, such as the Recovery Console.

So here are the steps to change the boot sequence for a PC:

1: The first thing you have to do is restart your computer and enter the BIOS. You can enter the BIOS when you see a message such as “Press FX to enter setup” or something similar.

On a Dell machine it’s usually F2, Toshiba is F1 or ESC, HP is F1 or F2, and IBMs usually require you to go to Start, Programs and then Thinkpad CFG to start up in the BIOS.

2: Now that you are in the BIOS, the tough part is finding the boot order section. Note that there are not a ton of options in a BIOS, so just go through every page if you have to until you see something like First Boot Device, Boot Order, Boot Management, Boot Sequence, etc.

change boot order

It may also be under Advanced BIOS Features or Advanced Boot Options.it’s under Advanced BIOS Features. Use the arrow keys to navigate.

change boot sequence



As you can see, there is a First, Second and Third Boot Device. Scroll down and use the arrow keys to change the device to HDD (hard drive), Floppy, CDROM, or Network.

change boot order sequence

The instructions for changing the boot order are in the sidebar, but usually it requires pressing the + or – buttons to move items up and down in the order list. The first item in the list is what will be scanned first when booting. If boot media is not found, it will try the second device and so on.

Finally, go to Exit and make sure you choose Yes to the Save configuration changes and exit now? question.

bios boot order

That’s pretty much it! If you have any questions or can’t get into the BIOS on your computer.