Skip to content

v2.0 (DComPermEx)

Compare
Choose a tag to compare
@albertony albertony released this 26 Sep 21:50
· 24 commits to master since this release

Note: The version 2.x series of releases contain DComPermEx with my extended features on top of the original source code from Microsoft. The original version is being released as version 1.x under the name DComPerm.

This is the first released version from the master branch. It is mainly a build of the original source code from Microsoft's Windows-classic-samples, using Visual Studio 2015 Update 3, but also includes the following added features:

  • List-option to return as xml.
  • Option to set application permissions to none, which clears the ACL effectively setting deny for everyone. Due to risk of getting yourself into problems, this option is only possible on specific AppID, and even then use with care!

The application is stand-alone single-binary (DComPermEx.exe) with the Visual C++ runtime libraries statically linked in. This makes it easy to copy around where you need it, and also easy to use in an installer custom action.