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
- Host: GitHub
- URL: https://github.com/blndev/explorerutilitys
- Owner: blndev
- Created: 2012-10-10T10:44:52.000Z (over 13 years ago)
- Default Branch: dev
- Last Pushed: 2013-03-17T18:15:13.000Z (about 13 years ago)
- Last Synced: 2023-03-28T23:46:37.587Z (about 3 years ago)
- Language: C++
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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