On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:
I can't figure out how to do it on Windows 10. There are no right-click properties.
On all my Windows PCs I do a 'Shortcut key' for calculator to open with Ctrl+Shift+C:
I can't figure out how to do it on Windows 10. There are no right-click properties.
C:\Windows\System32\calc.exeshell:AppsFolder, right-click Calculator, Create shorcut, Yescalc.exe, Create Shortcut, Yes. Then step 2 aboveIf I placed the shortcut in %WinDir%\System or Documents it seemingly wouldn't work!? It was flakey even moving back to Desktop, but after I set the shortcut to something else, hit Apply, then back to Ctrl+Shift+C it'd work :P
To set up a Win+1 keyboard shortcut:
Using AutoHotkey script allows to use "Win" key for shortcut, e.g for Win+C:
#c::Run "calc.exe"
I didn't want to do any programming or pollute my desktop. What I did was find where my personal app links were stored when I installed them. I'll use Firefox as an example.
C:\ProgramData\Microsoft\Windows\Start Menu\Programs.calc.exe and copied it to that same directory.Maybe a couple extra steps, but it (Ctrl - Alt - K) works!
With Windows 10 you can just simply pull the calculator icon from the Windows menu to your desktop, right click it and then select properties. The window that opens should allow you to add a hotkey.
For me, the important point was the note below option 2 in gregg's answer.
If you create the shortcut to calc.exe in the System32 folder... the hotkey will not work.
If you then drag the shortcut from System32 to elsewhere (the desktop), it still will not work. You must change the hotkey - and it will start working.
Do not create the shortcut in any Windows system folder, and the hotkey combo will work immediately.