Skip to main content

Use File Compression In Xp

NTFS Compression
NTFS compression is available on volumes that use the NTFS file system, and NTFS compression has the following features and limitations:
• You can use NTFS compression to compress individual files and folders, as well as an entire NTFS volume.
• You can compress a folder without compressing its contents.
• You can work with NTFS-compressed files without decompressing them, because they are decompressed and recompressed without user intervention.
• You can display NTFS-compressed file and folder names in a different color to make them easier to identify.
• You may notice a decrease in performance when you work with NTFS-compressed files. When you open a compressed file, Windows automatically decompresses it for you, and when you close the file, Windows compresses it again. This process may decrease your computer performance.
• NTFS-compressed files and folders only remain compressed while they are stored on an NTFS Volume.
• You cannot encrypt an NTFS-compressed file.

Compressing an NTFS Volume

You must be logged on as an administrator or a member of the Administrators group to complete this procedure. If your computer is connected to a network, network policy settings may also prevent you from completing this procedure. To compressing an NTFS volume:
1. Click Start, then click My Computer.
2. Right-click the volume you want to compress, and then click Properties.
3. On the General tab, click to select the Compress Volume to save disk space check box, and then click OK.
4. In Confirm Attribute Changes, click the option you want.

Compressing Files or Folders on NTFS Volume

To compress a file or folder:
1. Click Start, and then click My Computer.
2. Double-click the NTFS Volume that contains the folder or folders you want to compress.
3. Right-click the file or folder you want to compress, and then click Properties.
4. On the General tab, click Advanced.
5. Click to select the Compress contents to save disk space check box, and then click OK.
6. In the Properties dialog box, click OK.
7. In Confirm Attribute Changes, click the option you want.

NOTE: If you move or copy a file into a compressed folder, it is compressed automatically. If you move a file from a different NTFS Volume into a compressed folder, it is also compressed. However, if you move a file from the same NTFS Volume into a compressed folder, the file retains its original state, either compressed or uncompressed.

Displaying Compressed Files in Color
You can change the display of files and folders that are compressed in Windows Explorer and My Computer, so it is easy to see them. To display compressed files in color:
1. Double-click Folder Options in Control Panel.
2. Click Start, and then click Control Panel.
3. Click Appearance and Themes, and then click Folder Options.
4. On the View tab, click to select the Show encrypted or compressed NTFS files in color check box.

REFERENCES

Windows supports two types of compression, NTFS compression and compression by using the Compressed (zipped) Folders feature.

For additional information about zipped folders, click the article number below to view the article in the Microsoft Knowledge Base:
306531 How To Use Compressed (Zipped) Folders
For additional information about NTFS compression, click the article number below to view the article in the Microsoft Knowledge Base:
251186 Best Practices for NTFS Compression

Comments

Popular posts from this blog

Best convertor FF(Format factory)

To Download FORMAT FACTORY free Just click HERE Format Factory is a multifunctional media converter. Provides functions below: All to MP4/3GP/MPG/AVI/WMV/FLV/SWF . All to MP3/WMA/AMR/OGG/AAC/WAV . All to JPG/BMP/PNG/TIF/ICO/GIF/TGA . Rip DVD to video file , Rip Music CD to audio file. MP4 files support iPod/iPhone/PSP/BlackBerry format. Supports RMVB , Watermark , AV Mux.  Format Factory's Feature: 1 support converting all popular video,audio,picture formats to others. 2 Repair damaged video and audio file. 3 Reducing Multimedia file size. 4 Support iphone,ipod multimedia file formats. 5 Picture converting supports Zoom,Rotate/Flip,tags. 6 DVD Ripper . 7 Supports 56 languages OS requirements: All Windows OS

How to modify exe

learn how to change *.exe files, in 5 easy steps: 1) Don't try to modify a prog by editing his source in a dissasembler.Why? Cause that's for programmers and assembly experts only. try to view it in hex you'll only get tons of crap you don't understand. First off, you need Resource Hacker(last version). It's a resource editor- very easy to use, You can download it at h**p://www.users.on.net/johnson/resourcehacker/ 2) Unzip the archive, and run ResHacker.exe. You can check out the help file too 3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one. 4) In the left side of the screen a list of sections will appear. The most common sections are -String table; -RCData; -Dialog; -Cursor group; -Bitmap; -WAV. *Icon: You can wiew and change

One-click PC shut down

This is really very easy one but very effective one. Enjoy it! First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this shutdown -r -t 01 -c “Rebooting your PC” Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use. I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use: shutdown -s -t 03 -c “Bye Bye!” shutdo