QUOTE(uareader @ Dec 3 2019, 05:46)

I was used to type "calc" in execute in Windows XP to load the calculator, but now that on Windows 10 I have a custom calculator, I wonder if there would be a way to tie it to this behavior, without having to add a shortcut to start menu, desktop or any other shortcut method like that.
Probably won't work quite this easily unless you change some permissions (I have not run these commands), but:
CODE
move C:\Windows\System32\calc.exe C:\Windows\System32\calc2.exe
cd C:\Windows\System32
mklink calc.exe Path\To\Custom\Calculator.exe
Would create a symbolic link for calc.exe.
Might be better just to add its path to the %PATH% variable so it's searched before C:\Windows\System32, and then rename it, though. I like the other option for the "It's so bad it's good" logic.
QUOTE(Wayward_Vagabond @ Dec 2 2019, 09:10)

PCMCIA / cardbus cards aren't the easiest to come by. I did find some usb ones that are basically flush, but there's an NEC branded one, and a chinese clone marked AKE or no brand with an inferior chipset.
Also, firewire used to be really popular then, but I only see external hard drives amd dvd drives using it- nothing else.
I could use a PCMCIA USB card myself, for my 1996-vintage laptop. Desktop's still got a Firewire port on its sound card, and my Powerbook G4's still alive technically as well.
This post has been edited by dragontamer8740: Dec 3 2019, 16:10