An open API service indexing awesome lists of open source software.

https://github.com/blndev/explorerutilitys

Some usefull windows explorer extensions and context menue entrys
https://github.com/blndev/explorerutilitys

Last synced: 11 months ago
JSON representation

Some usefull windows explorer extensions and context menue entrys

Awesome Lists containing this project

README

          

Explorer Utilitys
================

Some usefull Windows Explorer extensions and context menue entrys.

## Supported OS (x86, x64):
- Windows Vista SP2+
- Windows 7 SP1+
- Windows 8
- Server 2008 + R2
- Server 2012

## How to use:
Compile with VS2012
Install: regsvr32 ExplorerUtilitys_x86.dll
Uninstall: regsvr32 -u ExplorerUtilitys_x86.dll

- - - - - - - - - - - - - - - - - - - -
## Implemented Features:
- Show NTFS Streams by Rightclick in Explorer

## Planned Features:
- SHA1 / MD5 Checksum validation
- set/unset hidden /system
- automatic setup (msi) with selectable features
- Filename Encode (replace "%20" with Space etc.)
- - - - - - - - - - - - - - - - - - - -

## Build Environment
- Visual Studio 2012
- VC++ 11
- WIX Installer

## Branches
- master - released versions
- dev - development
- rlXY - temporary beta Branch
- hotfixXY - temporary Hotfix
- featureXY - temporary implementation

## Status
Under Development