I found a simple way to get round this, I only need this when we have lost network and need to type our 30-50 character gibberish into the blind password field in <30s.
- Install AutoHotkey
- Create password.ahk
- Add this line
#j::Send "Y0ur-R34llY_long=P45sW0rd!!123"
- Double click it to load it
- Test it, open notepad, and press <windows key> + j
- It will type Y0ur-R34llY_long=P45sW0rd!!123
- Now in the console you can enter the password
In case you can't be bothered to read their docs, # is the windows key and j is the letter. Took me a while to find a letter that wasn't already used.
Also, I'd recommend you change the password to something better, like those from xkpasswd
- Install AutoHotkey
- Create password.ahk
- Add this line
#j::Send "Y0ur-R34llY_long=P45sW0rd!!123"
- Double click it to load it
- Test it, open notepad, and press <windows key> + j
- It will type Y0ur-R34llY_long=P45sW0rd!!123
- Now in the console you can enter the password
In case you can't be bothered to read their docs, # is the windows key and j is the letter. Took me a while to find a letter that wasn't already used.
Also, I'd recommend you change the password to something better, like those from xkpasswd