Tuesday, November 13, 2012

How to Unlock Windows PC with USB Drive

Password in Windows PC is one of best way to secure your PC from unauthorized access. But most of the time it was not easy to remember all those password to lock and unlock your windows PC with Rohos Logon Key app you can use your USB drive, without entering the password on login screen. So now you can use big passwords, without the need for remembering it. All is it possible with the free app. Login with a USB key is fully automatic and fast, and yet you don't need to remember the lengthy password to login into your sustem. The app is totally 100% free and can be used on any USB drive, no need to purchase new USB drive.

Here are the steps to use USB drive as Login Key:
  1. First open Control panel > user accounts and then create a Windows Login Password for your account.
  2. Download the windows free app Rohos Logon Key on your PC and install it on your desktop, to get started.
  3. Open the app on your desktop and plug the USB device to your Windows PC.


  4. Click on the "Setup USB Key" option to use your drive as a login key for the system.
  5. Now all you have to do is enter the windows Login password on the new pop window to activate the USB key setup on your drive.



  6. our screen that "Your USB key has been successfully configured". And nowAfter this you will get the new message on y you can use the USB drive to unlock the windows PC.



  7. Now restart your PC, it displays lock screen of your PC and plug the USB drive on your system and your PC will unlock within a seconds, no need to enter the password on the login screen.
  8. You can disable the password any time from the app by clicking on the "Disable Key" option from the app.
  • The app is totally free and work on Windows XP, Vista, Windows 7 and Windows 8 PC smoothly.
  • The app is one of the best way to secure your PC With USB drive.

To Download Rohos Logon Key app Click on Download button.





Sunday, November 11, 2012

How to lock a folder with a password without a software



Hey Guys Today I will Show you "How to lock a folder with Password without using software". Most of us think that this thing is not possible without software. But Its possible and I will show How easy it is. So read On...


STEPS:

1- Make a new folder ( name it as you like )

2- Inside this folder make a ( TXT ) file & copy inside it this (the entire thing) that is written below.


Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :

eg:  if NOT %pass%== SREE1232 goto FAIL 

//so ur password here becomes SREE1232 .//

4- After that go to "save as" & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding. (locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, Now copy what u want in this "private Folder" & after that come out of the folder, and 
Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your password and you will see your private folder.

It not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it will take u to the control panel...
Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required
Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.
Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..


Here a sample one is created with password as " password " itself...
if you wanna download that Folder click below button






Saturday, November 10, 2012

Make Folders Invisible In Windows


Today, I’m going to show you cool windows tweak that will make Folders invisible in Windows: 
1. Right click on the Desktop>>New >>Folder
2. Remove the name and with the NUMPAD type 0160 while holding ALT.
Your folder should appear unnamed and now we have to make the icon itself invisible to the eye:
3. Right click on the Folder>>properties
4. Click the Customize tab and then Change Icon 
5. Just scroll a little bit and you can find there is a Treansparent Icon
6. Select that icon and press Ok.