Sunday, June 23, 2013

LOCK A FOLDER WITHOUT ANY SOFTWARE

Sometimes when we are working on a shared computer or we have some confidential data that we want to protect it from accessing the other users. A lot of software are available for this purpose. But do you know that you can simply create a locked folder in your computer without any software and you will have a key that will be required to unlock that folder. There are Best methods discussed here . Follow the below steps for do this..


  • Open Notepad [Start-->Run-->Notepad].
  • In your Notepad just Copy/Paste the below code.

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%==ketan 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 the password has been set as ketan.You can change it by editing the following line

if NOT %pass%==ketan goto FAIL


  • Now save this notepad file as yourfoldername.bat ,here.bat is extension of your file. 



Now a .bat (system) file will be created.



Double Click on this .bat file and you will see a Locker Folder at the same location where your .bat file is saved.



  • Double click on that Locker folder and store your personal data in it.
  • After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter... 


  • Now your Locker will hide and only .bat file will be there.
  • Double Click on this .bat file and give your password  and hit Enter.

That’s it. Now every time you want to open your secret folder you have to enter the password. You can update this folder any time and infinite number of times.


Monday, March 11, 2013

HOW TO ENABLE .NET FRAMEWORK 3.5 ON WINDOWS 8 (OFFLINE METHOD)


If you have installed Windows 8, you might have seen that when ever you try to install any software, a window pops up saying " An app on your PC needs the following feature: .NET Framework 3.5" as shown on the picture below "...


Posted Image


It is because this feature is not enabled by default.  You can proceed to the software installation menu either by "Downloading and installing this feature" or by "Skipping this installing". If you go for download, it will download a huge file of about 200 mb.So, here is my trick to enable/install .NET framework 3.5 manually without downloading the file (No internet connection Required).

Follow the step by step tutorial below:

Follow the step by step tutorial below:
Step 1: Insert the Windows 8 disc...
Step 2: Run Command Prompt (cmd) as Administrator....
Step 3: Now, just copy and paste the below code (the G on Red color is your Disc Drive letter, replace it with your disc drive letter) on command prompt and hit 'enter'. 
dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess







Step 4: When its successfully done, restart your PC and enjoy....

Sunday, March 10, 2013

Data Recovery

Recover files


If you lost your file or delete it permanently from your computer then try this tools to recover your lost data.

Download it from here


Recover .zip/rar file passwrod

Password Recovery


If you lost your .zip/.rar or any other compressed file password then use this tool to recover your password.

use brute force attack for crack the password.. select MAX length to 10.

Download it from here


Note:

Password recovery
1.) Read the full instruction given in zip file..
2.)Password for .zip file is " techno"  without quotes........

Create a AdHoc Network in Windows 8 with connectivity pro

Connectivity pro 3.7


IN win 7 it's easy to create a Adhoc network. for playing games & file sharing etc.
But in windows 8 there is no direct feature to create a AdHoc Network for connecting two computers.

You Can Also create a AdHoc network using cmd(Command prompt). I can mention it in my next post.

But here i provided a Software called "connectivity pro". which is used for this purpose.

It has also some extra features like file sharing, internet sharing, etc. & also you can use this to create a AdHoc network for playing game in LAN.

Download it from here......for any query plz post your comment here...

Connectivity Pro 3.7

Always Run a Program With Administrative Acces


Some Programs in Win 7 or in Win 8 are Required to run as Administrator for  Fully Access on Programs. For this you have to select "Run As Administration" for Run The Program.

Here Is a Simple Trick by which you don't need to select " Run As Administration".

Follow the Simple Procedure given as below.

Steps.

1) Make A shortcut of the program on Desktop or anywhere you want.

2) Right Click on the Icon.

3) Open The Properties of the program

4) Select the advance Tab.

5) Then click on " Run As administration" then press OK button.

6) Apply The Properties.