This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label Folder Tricks. Show all posts
Showing posts with label Folder Tricks. Show all posts

Friday, October 14, 2011

How to lock your folders without programs!





Do you want to have some privacy?
Do you have files or things that belong to you, you alone?
And you want to hide them so that no one can reach it except you?
I Will show an effective way to do it without any special programs.

Steps :

1 - Click on Start

2 - Click on Run

3 - then type the following :
notepad

4 - Then click on OK.

5 - Paste the following code inside the notepad :

cls
@ECHO OFF
title Folder Special
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Special 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 Special "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}" Special
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Special
echo Special created successfully
goto End
:End

   type your password here = Replace it with your password

  6 – Then Save the (TXT) file (( File –> Save As… )) as :
     
  locker.bat
  in My Documents (Or any place you want).

  7 – Now go to My Documents (Or were you save the file) you will find a ( Locker ) commanding.

  8 - Double click on it.

  9 - After clicking you will see a new folder (Special ),
  Here you will put your files or anything which you want to hide or protect.

  10 - After that again go to ( LOCKER ) and click on it.

  11 - It will open and ask you want lock your folder? Y/N ?
  Type the letter Y.

  You will find that the file disappeared and can not be reached only by you.

  12 - Now to view or unlock it again, Click on ( Locker ) and type your password .
  

Delete your files without irreversibly





Tip of the day is how to delete files from the roots , you may know that you can recoverya file with some programs, but this way you will not never be recovered or get it back…
The steps:

1 - Click on Start
  
2 - Click on Run

3 - then type the following :
cipher /w:C:

So that C represents the partition that you want to clean it of impurities means, for example if you delete files from the partition D

You write "
cipher /w:D:"
4 - DOS window will open with you let him work

Thanks for reading!

Customize "Send to" menu




If you want to add a special folder or a local disk … to the drop-down menu "Send to"
The method is simple
1 - Click on Start
  
2 - Click on Run

3 - then type the following command :
Sendto

 A window appears which have the Places where you can send a file to them
you can paste your own folders as shortcuts in this window and they will show in the list "Send to" see the following picture:

Can you create a folder name CON in Window XP?



Hello every one!
How are you today ?, I did not write because I make a change in the template I hope you like it.

trick of the day maybe it famouse but unknown to many people.

  
1 - Create a new folder


right click - New - Folder

2 - Give it this name :

con

3 - Press OK 


you can't

you know why?
this word & many characters are reserved by Windows system,they can't be used as a name of file.
Other reserved names are:
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, ,LPT9

But, you can naming a folder by these words!


1 - create a new folder

2 - press:

Alt+0160


3 - then write con

4 - press ok

You have succeeded!

Now go and challenge your friends, you know the trick. 

Hide the names of the images inside folders!


 

When you enter to a folder containing some images and display them as thumbnailsappear under these images their names .
How you can hide these names and display  just the images like the picture below?:


 





To do this
 
Press the Shift key 
And stay pressing while logged in to the folder !

& to retrieve the namesfollow the same steps above.

Congratulations! 

Change the Default Path of Installation to your folder




Our tip today will be "How to change path of the Default software installation".
Usually the default path is "C: \ Program Files".
 The way to change the path as follows:


1 - Click on Start.
  
2 - Click on Run.

3 - then type this command :
regedit

4 - Then click on OK.
5 - Then Follow the path :
 
 HKEY_CURRENT_USER –> Software –> Microsoft –> Windows–> CurrentVersion


6 - Click on CurrentVersion .

7 - In the right side of the window Double Click on:
 


  
8 - You'll find the default path:

C: \ Program Files 



9 - Change the address that you want to install programs on it... your folder or anything you want.

Example:


D:\My Programs 

Leave a comment if you have questions or you don't understand something.
Thanks for reading!

Add Copy To and Move To right click



Do you want to move your files to any folder by one click?, yeah! just one right click and your files transferred.
Let's do this from the Registry Editor.



Steps:

1 - Click on Start.
  
2 - Click on Run.

3 - then type this command to open the Registry Editor:
regedit

4 - click on OK.
5 - Then Follow the path in the Registry Editor:

 HKEY_CLASSES_ROOT –> AllFilesystemObjects –> shellex –> ContextMenuHandlers

6 – Right-Click on ContextMenuHandlers folder then:
New –> Key



 7 – Give it this name:
 Copy To


8 – Click on Copy to folder, in right side Double-Click on (Default)

 
9 – Give it this Value:

{C2FBB630-2971-11d1-A18C-00C04FD75D13}



10 – Click OK.


Congratulations! Copy to have been added to your computer!.
Related Posts Plugin for WordPress, Blogger...