AdsManager is a tool to find, add, or remove alternate data streams on NTFS-formatted drives. |

|
Version: 0.1.0 Page updated: Wednesday, Mar 25 2009, 12:08:22 |
System requirements:
• Windows with installed .NET Framework 2.0
• At least one NTFS formatted volume
• For modifying ADS directly, an editor which can deal with ADS (like Notepad++ ) is recommended.
|
Alternate data streams (ADS) can be attached to files, directories or drives and are hidden from users who use Windows Explorer or similar file managers. You need special tools (like this one) to find, create, or remove (specific) ADS.
To access ADS without an application like AdsManager you have to know its name. Let’s say you have a file named myfile.txt. To display the content of a stream called mystream for example, you can write
more < myfile.txt:mystream on the console. Notepad wants to have a .txt extension like myfile.txt:mystream.txt.
The colon separates filenames from the name of alternate data streams.
Many applications cannot access ADS because they think colons are invalid characters in filenames. For that reason applications based on .NET Framework are not capable of using alternate data streams as well.
The DLL shipped with AdsManager makes it possible for .NET applications to access ADS anyway. Internally it uses native Windows API functions (which can deal with ADS) and provides an interface for .NET developers.
|
Screenshots:
|
This application is freeware. You use it at your own risk! I exclude liability for any damage or harm using this program could cause. Please also read this: impressum. Copyright 2008 mickbitsoftware |
Available in the following languages:
English, German |
Downloads:
AdsManager (Filesize: 128.61 KB)
User manual (Filesize: 235.93 KB)
|