Oonuki-san
This software retrieves the following information from a Windows PC:
-
Hardware
-
OS
-
Network
-
User Account
-
Group
-
Disk Drive
-
Printer
-
Shared Folder
-
Hotfix
-
Service
-
Application
-
Windows Features
-
Device
No installation is required.
It can also be used as a portable app.
Japanese & English available
Operating Environment
Target Framework
.NET 6.0
Verified to work on a Windows 10 64-bit machine.
The following are the supported OS versions.
Windows Client 7 SP1(*), 8.1
Windows 10 Client Version 1607+
Windows 11 Version 22000+
Windows Server 2012+
* Windows 7 SP1 is supported with Extended Security Updates installed.
Update History
-
24.3.25.0
-
The app has been updated to accommodate English notation
-
-
24.3.3.0
-
Changed the progress bar
-
Changed indent from tab to space
-
-
22.7.16.1
-
Changed to be able to obtain the delay start of the service
-
-
22.7.12.0
-
Eliminated duplication of applications
-
-
22.6.19.0
-
Added version code name
-
-
22.6.12.1
-
Slight weight reduction
-
-
22.6.12.0
-
Changed to display error messages in the console window
-
-
2022.05.08 Ver.22.5.8.1
-
Added installation date and time of hotfix (UTC time?)
-
-
2022.03.29 Ver.22.3.29.0
-
Transitioned target framework to .NET 6.0
-
Transitioned from Windows Form app to console app
-
Abolished event log acquisition function
-
Fixed a bug where the group could not be obtained
-
-
2022.01.23 Ver.22.1.23.0
-
Added status of "User cannot change password" and "Make password indefinite" for users
-
Added status of group description
-
-
2022.01.21 Ver.22.1.21.2
-
Enabled to obtain event logs (Application, System)
-
Changed text character code to UTF-8 without BOM
-
Changed file output format to zip
-
-
2021.09.21 Ver.21.9.21
-
Ported to .NET 5.0
-
-
2021.01.15 Ver.21.1.15
-
Fixed a bug where memory capacity could not be obtained on Amazon EC2
-
-
2019.04.20 Ver.18.7.0
-
Changed system SKU to PC system SKU
-
Changed serial number to PC serial number
-
-
2018.12.09 Ver.18.6.0
-
2CPU support
-
-
2018.08.06 Ver.18.5.3
-
Changed SKU acquisition method
-
-
2018.07.25 Ver.18.5.2
-
Changed OS notation to Operating System
-
-
2018.07.04 Ver.18.5.1
-
Fixed error display when SKU number could not be obtained
-
-
2018.06.29 Ver.18.5.0
-
Feature expansion: SKU number
-
-
2018.06.15 Ver.18.4.3
-
Fixed: There were cases where an error occurred when obtaining the user list
-
Fixed: Sorted the members of the group
-
-
2018.05.23 Ver.18.4.1
-
Fixed: There were cases where the logon username could not be obtained
-
Fixed: There were cases where an error occurred when obtaining the group
-
Fixed: Set not to organize duplicates of applications
-
-
2018.05.15 Ver.18.4.0
-
Added installation location to application
-
-
2018.04.17 Ver.18.3.0
-
Feature expansion: NBTSTAT -n
-
-
2018.04.12 Ver.18.2.1
-
Trimmed the serial number of the disk drive
-
-
2018.03.31 Ver.18.2.0
-
Feature expansion: OS build, device ID
-
-
2018.03.24 Ver.18.1.0
-
Returned the file name to "computer name.txt"
-
Optimized xml file
-
Feature expansion: printer driver version
-
-
2018.03.20 Ver.18.0.1
-
Rewrote the source code
-
How to Use
Please execute by double-clicking.
The acquisition result may differ between the user and the administrator.
There are items that cannot be obtained without administrator privileges.
Also, there are items that can only be obtained by a user. (such as network drive information)
Arguments are recorded as extended strings.
All files are compressed into a zip file.
About character encoding
txt, xml UTF-8 without BOM
In the case of command input, arguments can be used.
-f You can change the file name.
Oonuki-san.exe -f abc
> abc.zip
Example Oonuki-san.exe aa bb -f cc dd ee
> cc.zip
01 Extended string aa
02 Extended string bb
03 Extended string cc
04 Extended string dd
05 Extended string ee