Folder Lock without any Software

Open Notepad and copy the below code and save as locker.bat
..............................................................................................................................................................
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
.................................................................................................................
save as locker.bat

How to make xp bootable pen drive

Note: Your BIOS should support usb boot, some older computers may not support USB boot.

Requirements

  1. USB flash drive (Forma-tad) , 1GB or larger
  2.   Windows XP installation disc 
  3. Download winsetupfromusb.exe

Read more »

Window Keyboard Shortcuts

The General Shortcuts


CTRL+C (Copy)
CTRL+X (Cut)

CTRL+V (Paste)

CTRL+Z (Undo)

Delete (Delete)
Shift+Delete (Delete the selected item permanently without placing the item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+Shift while dragging an item (Create a shortcut to the selected item)
F2 key (Rename the selected item)
CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
CTRL+Shift with any of the arrow keys (Highlight a block of text)
Shift with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)

Read more »

How to Create a Virtual CD Drive (Nero-6) XP

It is very simple to create virtual CD drive for ISO image mount please follow this step..


step 1. Open Nero 6

Step 2. click on show/hide application & help

Read more »

Older Posts

Powered by Blogger.