Showing posts with label PC trick. Show all posts
Showing posts with label PC trick. Show all posts

Wednesday, April 4, 2012

Lock any folder on windows without installing any software!!!!!!!


Hi Guys , Back with a new working trick......


Here is a NEW trick using which you can lock any folder on windows without installing any software.



Copy the code provided below exactly and paste it into notepad (Start > Run > Notepad). Save as protect.bat and exit notepad. Double click on protect.bat and you will see a new folder on your desktop called “Locker”.

 Copy all the files you need to be hidden there. Double click on protect.bat again, and it will ask you if you want to hide the folders, type in y and press Enter. To un hide, double click protect.bat, type in your password and press enter. That’s it!
Following is the code you’ll need to this stuff,
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%== thisIsMyPassword 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
In the above code, don’t forget to edit the line that have your password the above code.
if NOT %pass%== thisIsMyPassword goto FAIL
Also this video will help you all...........
Update - Check out the following video tutorial that illustrates this trick,

Important Security Note – This is not a good method to secure sensitive data. If you want to keep the data away from the reach of your kid sister, then this can be a good method but it does not provide any security against people with good knowledge of programming. So if you actually want to be sure that no one can ever access the data that you lock, then please use some good software for the purpose.ppLEASEE  FOLLOW  this blog and ADD COMMENT IF U HAV ANY PROBLEM                            PLEASEEEE SHARE  THIS BLOG ON FACEBOOK  / GOOGLE+        IF U LIKE IT     AADISH 

Saturday, March 24, 2012

Locking Folders without any third party software





Locking Folders without any third party software 






Hi guys<<<<

Back with a interesting trick>>>>>>>>

There are some folders in the computer which contain some imp. information,,,,, so here is the trick to lock these folders without any software...

Consider you want to lock a folder named in your E:\, whose path is E:\.
Now open the Notepad and type the following



ren .{21EC2020-3AEA-1069-A2DD-08002B30309D} 
Where is your folder name. Save the text file as loc.bat in the same drive.
Open another new notepad text file and type the following

ren .{21EC2020-3AEA-1069-A2DD-08002B30309D} 

Save the text file as key.bat in the same drive.
Steps to lock the folder:

To lock the folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible

PS: This is not worked fine in my system. But My Friend still arguing with me that this trick is working fine for him. So I thought Posting it here will be useful for others.

ppLEASEE  FOLLOW  this blog and ADD COMMENT IF U HAV ANY PROBLEM                            PLEASEEEE SHARE  THIS BLOG ON FACEBOOK  / GOOGLE+        IF U LIKE IT     AADISH 





 

Saturday, February 25, 2012

INCREASE COMPUTER SPEED BY CLEANING R.A.M


CLEAN YOUR RAM BY USING THIS PC TRICKS

  
Nice one PC Trick to clean up your RAM for high processing speed. For performing this PC trick there is no need of any software .This PC Tricks is easily performed by using NOTEPAD .The PC Trick has the following steps:
1).First of all for this pc tricks create a new text file on ur desktop and Name it as "RAM cleaner" or something else.
2).Now the next step for this pc tricks is to Type the following lines in the text document.

Free Mem =Space(64000000)

Then save it as RAM cleaner .vbs [ You may choose the "All Files" option when you save it ]
3).Now you will saw a new executable  file on the screen named as RAM Cleaner. For this PC trick to perform run the file and your RAM gets cleaned up.

One more thing i want to introduce in this pc tricks is that you can edit the code in the file for a greater  cleaning-progress. For example: Freemem=Space (1280000000).

That’s all about this pc trick. For more PC Tricks continuously visit on this site.

ppLEASEE  FOLLOW  this blog and ADD COMMENT IF U HAV ANY PROBLEM                            PLEASEEEE SHARE  THIS BLOG ON FACEBOOK  / GOOGLE+        IF U LIKE IT     AADISH










Thursday, February 23, 2012

PC TRICK TO LOCK YOUR COMPUTER BY CREATING DESKTOP SHORTCUT.


PC TRICK TO LOCK YOUR COMPUTER BY CREATING DESKTOP SHORTCUT.

If you use your computer in an area where others may have access to it, and there are some confidential data  on your system and you  want that your data remain secure then apply this PC trick.Locking your desktop when you leave the PC is an essential task that task you can perform by various PC Tricks but this one PC trick is very easy to perform. The following are the step to perform this pc trick for a creation of desktop shortcut that will lock your computer in two easy clicks:


1). Right click on an empty area of the desktop and choose 'NEW' option  then 'SHORTCUT'. 


2).Now the  shortcut wizard will open; in the first text box, type '%windir%\System32\rundll32.exe user32.dll    ‘

 ’,as shown below...




 3). Then the next step for this PC Trick is give your shortcut an appropriate name on the next page, and hit 'finish.'
4).You will notice that the shortcut you created has a blank icon. To select a more appropriate one, right click on the shortcut and hit 'PROPERTIES' In the 'shortcut' tab, click the 'change icon' button as shown in screen shot.


5).In the 'look for icons in this file' box you have to type '%SystemRoot%\system32\SHELL32.dll' as shown below then click 'ok' .




PC Trick for desktop locking with a shotcut is now ready for use. Test it out. and run it 




ppLEASEE
  FOLLOW  this blog and ADD COMMENT IF U HAV ANY PROBLEM                            PLEASEEEE SHARE  THIS BLOG ON FACEBOOK  / GOOGLE+        IF U LIKE IT     AADISH