Hello @atsuyosano
Please refer to Erich's suggestion regarding WMIC installation.
WMIC is a Windows system tool and is not integrated into LPCScrypt itself. If LPCScrypt fails to run on newer Windows versions, it is likely due to the absence of WMIC, which must be installed manually.
Method 1: install WMIC from a command prompt started as admin:
DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
Method 2: open system settings as an administrator, go to optional features (...further features...) and add wmic
Hope it helps.
BR
Alice