I'm not sure what the exact issue is. But I'm wondering if a 10 char attack is too long for mode 17225.
Your attack could be done like this instead:
H:\hashcat-6.2.5\hashcat-6.2.5>hashcat.exe -a 3 --session=2022-08-13 -m 17225 -w 3 --remove --hwmon-disable -1 ?u?d "H:\hashcat-6.2.5\hashcat-6.2.5\hsh.txt" ?1?1?1?1?1?1?1?1?1?1
I'm not sure if you might need to set a -o for an output file, if you also set --outfile-format, but under all circumstances --outfile-format 1,2 and -p : are the default settings, so they're not needed.
Your attack could be done like this instead:
H:\hashcat-6.2.5\hashcat-6.2.5>hashcat.exe -a 3 --session=2022-08-13 -m 17225 -w 3 --remove --hwmon-disable -1 ?u?d "H:\hashcat-6.2.5\hashcat-6.2.5\hsh.txt" ?1?1?1?1?1?1?1?1?1?1
I'm not sure if you might need to set a -o for an output file, if you also set --outfile-format, but under all circumstances --outfile-format 1,2 and -p : are the default settings, so they're not needed.