07-06-2025, 02:51 AM
(07-05-2025, 10:04 PM)penguinkeeper Wrote: Cmd doesn't recognise the single quotes, only double quotes, so it's trying the literal string of 'MXXXXX5!' (with the quotes) instead of MXXXXX5!. So either exchange them for double quotes " or use powershell, which does recognise single quotes
Candidates.#1....: 'Exuzq4 ' -> 'Zvqxq6{'
That did it. Thanks! I knew it was going to be something stupid and simple.