Updated 4/12/2022
Some time ago already I had written a few utilities to manipulate Windows account security settings. I use them at work all the time because they are more flexible and easier to understand than the built-in GUI tools (and much much easier to use than the built-in CLI tools).
I have now updated the tools to use (mostly) WCHAR and standard I/O, so output is now redirectable. Everything is (should be) statically linked and does not require the Visual C runtime library installed. TokenTest requires the .NET Framework version 4. Some of the tools now display some help.
Source: https://github.com/ajbrehm/ABTokenTools
Download binaries (in ZIP archives) of the newest versions here:
- ABTokenTools x86 (for 32 bit PCs, will run on all current Windows 10)
- ABTokenTools x64 (for 64 bit PCs, will run on all current 64 bit Windows 10)
- ABTokenTools ARM (for 32 bit WOA devices, will run on 64 bit ARM Windows 10)
- ABTokenTools ARM64 (for 64 bit WOA devices, will run only on 64 bit ARM Windows 10)
Do refer to the README.MD in the repository to find out what they do.