Jump to content

I have a 20 character long password that I have to renew every 12 hours for work. (yesterdays expired pawword as example of why I hate typing it: "7.ll_hP}+XhE-94F") Usually when I'm on a win 10 machine I can just copy paste. when the users computer is running 7, the clipboard is disabled. I created a macro with AHK that types out my password. the password goes in but it always says it's wrong. When I type the same password in like normal, it takes. Why would this be? is UAC able to detect the use of a macro and circumvent it? I even tried adding a delay between the characters but same issue. Thanks for any assistance.

Favorite Threads: PSU Tier List

 

My Stuff n' Things

Spoiler

The Beast (My Rig)   |CPU: AMD Ryzen 7 7800X3D|  |Cooling: Noctus NHU12S Redux, 6x 120mm Noctua Redux|  |Motherboard:  Asus TUF B650-E WiFi|  |RAM: 4x8gb 6000 Corsair VENGEANCE RGB|  |Graphics Card: EVGA(RIP) GeForce RTX 3070TI FTW3|  |Power Supply: EVGA GT 850W|  |Case: Corsair 4000D Airflow Mid Tower Case(Black)|  |SSD: 1Tb SK Hynix Platinum P41 NVMe, 2Tb Inland Prime NVMe, 500gb Inland 2.5", 4tb WD Blue HDD|  |Monitor: MSI Optix MPG341QR 34" Ultrawide|  |Keyboard: Logitech G815|  |Mouse: Logitech G305|  |Audio Interface: FiiO K7 DAC/Amp|  |Headphones: Sennheiser HD6XX |Webcam: Logitech C920, Logitech C270|

 

My Network Rack  |Switch: Cisco Dell PowerConnect 5548P|  |Router: Unifi USG|  |Rack: 12U|  |Server: HP Z420|  |Services: Proxmox PVE, Wireguard, Pihole, NVR, NAS|

 

Link to comment
https://linustechtips.com/topic/1046473-macro-issue/
Share on other sites

Link to post
Share on other sites

Easier way would be to use a password manager, which also supports Auto-Type. KeePass/KeePassXC does it for sure, don't know about others.

HAL9000: AMD Ryzen 9 3900x | Noctua NH-D15 chromax.black | 32 GB Corsair Vengeance LPX DDR4 3200 MHz | Asus X570 Prime Pro | ASUS TUF 3080 Ti | 1 TB Samsung 970 Evo Plus + 1 TB Crucial MX500 + 6 TB WD RED | Corsair HX1000 | be quiet Pure Base 500DX | LG 34UM95 34" 3440x1440

Hydrogen server: Intel i3-10100 | Cryorig M9i | 64 GB Crucial Ballistix 3200MHz DDR4 | Gigabyte B560M-DS3H | 33 TB of storage | Fractal Design Define R5 | unRAID 6.9.2

Carbon server: Fujitsu PRIMERGY RX100 S7p | Xeon E3-1230 v2 | 16 GB DDR3 ECC | 60 GB Corsair SSD & 250 GB Samsung 850 Pro | Intel i340-T4 | ESXi 6.5.1

Big Mac cluster: 2x Raspberry Pi 2 Model B | 1x Raspberry Pi 3 Model B | 2x Raspberry Pi 3 Model B+

Link to comment
https://linustechtips.com/topic/1046473-macro-issue/#findComment-12410734
Share on other sites

Link to post
Share on other sites

Try with

SendInput, {RAW}PASSWORD

You could also right click on the script in the buttom and select open. Then under View select "Variables and their content". See if it has extra characters listed. If you aren't using {RAW} it might use it as a stop character

Link to comment
https://linustechtips.com/topic/1046473-macro-issue/#findComment-12410762
Share on other sites

Link to post
Share on other sites

6 minutes ago, Denned said:

Try with


SendInput, {RAW}PASSWORD

You could also right click on the script in the buttom and select open. Then under View select "Variables and their content". See if it has extra characters listed. If you aren't using {RAW} it might use it as a stop character

I pasted and used script underneath and the two are identical

Favorite Threads: PSU Tier List

 

My Stuff n' Things

Spoiler

The Beast (My Rig)   |CPU: AMD Ryzen 7 7800X3D|  |Cooling: Noctus NHU12S Redux, 6x 120mm Noctua Redux|  |Motherboard:  Asus TUF B650-E WiFi|  |RAM: 4x8gb 6000 Corsair VENGEANCE RGB|  |Graphics Card: EVGA(RIP) GeForce RTX 3070TI FTW3|  |Power Supply: EVGA GT 850W|  |Case: Corsair 4000D Airflow Mid Tower Case(Black)|  |SSD: 1Tb SK Hynix Platinum P41 NVMe, 2Tb Inland Prime NVMe, 500gb Inland 2.5", 4tb WD Blue HDD|  |Monitor: MSI Optix MPG341QR 34" Ultrawide|  |Keyboard: Logitech G815|  |Mouse: Logitech G305|  |Audio Interface: FiiO K7 DAC/Amp|  |Headphones: Sennheiser HD6XX |Webcam: Logitech C920, Logitech C270|

 

My Network Rack  |Switch: Cisco Dell PowerConnect 5548P|  |Router: Unifi USG|  |Rack: 12U|  |Server: HP Z420|  |Services: Proxmox PVE, Wireguard, Pihole, NVR, NAS|

 

Link to comment
https://linustechtips.com/topic/1046473-macro-issue/#findComment-12410803
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×