Button That Opens CMD.exe In A Specified Folder

I've been trying to create a button that opens a cmd window in a certain folder. I use ADB a lot with my Android devices, and I'd like to streamline the startup of the CMD window.

GO folder path
CMD.exe

Just isn't cutting it...

I even tried the commands in this thread without any success

If the folder is C:\Program Files:

"C:\Windows\System32\cmd.exe" /K CD /D "C:\Program Files"
1 Like

Beautiful. I would have never gotten that one!