Unable to enable custom auth plugin in Windows #File does not exist error occurs

Describe the bug
Using the auth implemention in github enable a custom auth method results in vault on Windows results in the following error code:

via CLI:

Command used to register in catalog:
vault write sys/plugins/catalog/auth/example-auth-plugin
sha_256="$SHASUM"
command=“example-auth-plugin”
Received Output for the above command as - Success! Data written to sys/plugins/catalog/auth/example-auth-plugin

C:\vault>vault auth enable -path=example -plugin-name=example-auth-plugin plugin
Error enabling example-auth-plugin auth: Error making API request.
URL: POST https://127.0.0.1:8200/v1/sys/auth/example
Code: 400. Errors:

exec: “C:\vault\vault_plugins\vault-auth-example”: file does not exist

Same as issue #6842