root@miiraak:~/docs$ cat AccountTester.html
...
Downloads
...
Rating
...
GitHub Stars
v0.8.2
Latest
Description
AccountTester is a Windows Forms application (C#) designed to test various aspects of user accounts on a system.
It performs checks such as Internet connectivity, access rights to network drives,
Office presence and permissions, as well as printer availability.
Features
- Internet Connectivity Test: Verifies if the computer can access the Internet by sending a request to internet.
- Network Drive Access Test: Attempts to create and delete a test file on each mapped network drive to check write permissions.
- Office Version Detection: Searches for the presence of Microsoft Office via the system registry.
- Office Read/Write Permissions Test: Creates, edits, and reads a Word document to verify user permissions with interop.word.
- Installed Printers List: Displays all printers available on the system.
- Detailed Test Report: Export the full test report in .txt, .json, .log, .csv or .xml. Use .zip for all in one.
-
Options:
- Autorun: Execute a test when a user is logged in.
- Language available:
- Auto Report: Export automatically the report to the selected format when tests finish.
- Tests selection: Enable/Disable tests.
- Custom HttpRequest: Set the site that will be used for internet connectivity test.
- Require Drives: Set the drives that the user will normally have access to.
- Require Printer: Set the printers that the user will normally have access to.
- Custom Timeout: Set the desired timeout for tests.
System Requirements
- Windows with .NET Framework installed.
- Microsoft Office installed (for Word-related tests).
- Sufficient access rights to test network drives and the Windows registry.
Installation & Usage
▸ Method : Direct Execution (Recommended)
Download the executable from Download and launch it !
Tip: System can flag it as unknown or unsafe. This is a false positive, it's due to the low popularity of the tool and the fact that it needs to access the registry.
Changelog
v0.8.2
July 23, 2025
- Upgrade drives & internet tests by @Miiraak in #63
v0.8.1
July 07, 2025
- Amélioration de la détection des imprimantes partagées by @Miiraak in #55
- Amélioration de la gestion des erreurs. by @Miiraak in #56
- Ajout fonctionnalité : Imprimante requise by @Miiraak in #58