Showing posts with label FOLDERS. Show all posts
Showing posts with label FOLDERS. Show all posts

Monday, October 6, 2014

HOW TO WORK WITH THE TEMP FOLDER

How to work with the Temp folder

here on how to free up space on your hard drive. And if you still do not know about a similar fashion, the place after reading the article you will have a lot. Here we will focus on the folder Temp. Temp - this is the folder in which to store a set of temporary files. There may be distributions after installing any programs, fragments of MS Word documents or other documents. All this should itself be deleted, but the temporary files are permanent, and the Temp folder starts to grow little by little. Can I delete the folder Temp? - No, delete the folder itself is not necessary, can and must be periodically removed its contents. Yes and how you prevent this harmless daddy? Where is the folder Temp? - It is located in the Windows folder of the system drive of your computer.






 
1 (462x454, 28Kb)


On the picture you can see the amount of hard disk space, which can hold the Temp folder
 
2 (382x453, 21Kb)



4 GB, well, is not it. Once at one of the forums was that the girl gather up there 35 GB. To clean the folder Temp, you just need to select all the files and press the key combination Shift + Del. If some files are not removed, so they are currently in use by any programs

Sunday, May 3, 2009

Lock a Folder in Windows XP

To Lock a folder in windows XP without any software. Follow the steps Below.

  1. Make a Folder in C drive rename it as "abc" without quotes.
  2. Now open Command Prompt from Start Menu.
  3. Type "attrib +s +h C:\abc" without quotes and press enter.
  4. This command will Make your folder invisble and it can not be seen even in hidden files and folders
  5. To make it visible again type "attrib -s -h C:\abc"
  6. You can lock any other folder also by changing the location C:\abc to address of your folder.

Make undeletable custom folders in Windows

Have you ever wanted to make a custom folder like My Computer and My documents, that can not be deleted nor can it be renamed other than removing the CLSID and the entries under namespace. You can easily create these type of files and place it in My Computer or Windows Desktop. To do so, go through this :-
Create the following series of keys and values in the Windows registry at 

Quote:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID 

Create a new key called: HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345} and set it Default to equal the name of the folder e.g. “My Folder”.

Create a new sub-key under the main key called "InProcServer32" (i.e. [HKEY_CLASSES...ABCD1DE12345}\InProcServer32]) and set (Default) to equal "shell32.dll", also create a new String value called "ThreadingModel" and set it to "Apartment".

Now create a set of sub-keys starting at the main key “Shell\Open My Menu\Command” (i.e.[HKEY_CLASSES...ABCD1DE12345}\Shell\Open My Folder\Command]) and set (Default) to equal the command to execute when clicked, in this case explorer, e.g. “explorer /root,c:\MyFolder”.

Create a set of sub-keys starting at the main key "ShellExPropertySheetHandlers{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}" (i.e. [HKEY_CLASSES...ABCD1DE12345}ShellExPropertySheetHa ndlers{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}])

Create a new sub-key under the main key called “ShellFolder” (i.e. [HKEY_CLASSES...ABCD1DE12345}\ShellFolder]) and create a new Binary value called “Attributes” and set it to “00 00 00 00″.

To place the folder (which is now a system folder) on the desktop add the following key: 
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersion 
ExplorerDesktopNameSpace{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}] 

To also place it in My Computer create this key: 
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersion 
ExplorerMyComputerNameSpace{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}]

Thats it.