Skip to content

v2.0.3 (DComPermEx)

Latest
Compare
Choose a tag to compare
@albertony albertony released this 06 Jul 12:37

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 a minor update. Changes from v2.0.2 includes support for retrieving runas information, and automatically removing stored runas password when setting Interactive or Launching user. See changelog for more details.

About DComPermEx (v2.0):

It is mainly a build of the original source code from Microsoft's Windows-classic-samples, but also includes the following added features:

  • Migrated to newer version of Visual Studio / Visual C++, and added 64-bit build.
  • 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!
  • Option to retrieve existing runas information (not just change it).

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. The release artifact is a zip archive containing both x86 and x64 builds.