A Collection of useful Shortcuts for iOS 15+ (last tested on iOS 17.5.1)
Shortcuts to control and interact with a Windows PC
- A Windows Computer running Windows 10 or 11
- Windows SSH Server enabled
- PSExec (in PSTools) set up properly on your computer. You can download it manually, or use the Siri Shortcut to install it automatically in the next section.
- BurntToast installed (also can be installed automatically in the next section)
AirSSH is required for all other shortcuts to run.
AirSSH | Install PSExec |
---|---|
You'll find that most other shortcuts are really simple once AirSSH is installed.
If you need to set up PSExec
and BurntToast
automatically, you can run the InstallPSExec
shortcut AFTER you get AirSSH
.
- Note: Because I'm lazy, you will have to open the InstallPSExec shortcut and fix the
Run
function at the bottom. Just replaceSSH Main
withAirSSH
(or if it's blank, just select AirSSH) as the target shortcut to run. Simple.
No longer works. Windows has patched the workaround used to enable this.
QR Code | Details |
---|---|
Locks the computer. Much simpler than unlocking it. |
- Sending files >200MB in size is finicky and depends a lot on how both Apple and Microsoft feel on that particular day (this is mostly Apple's fault).
- I used to be able to send multiple gigabytes at once with no issues, then I updated to iOS 16 and it all came apart. I did upgrade to Windows 11 too but I'm not sure which one is to blame. I'm inclined to blame iOS for this one since my phone rapidly runs out of RAM and crashes everything including the wallpaper if I try to send large files, even after that has failed. Potential memory overflow exploit to be found here, perhaps?
- Nothing seems to happen when the commands are run
- Most likely this is due to either the SSH server not being set up properly, or powershell's execution policy not allowing remote scripts from running.
- For case 1, make sure OpenSSH Server is set up properly using the tutorial posted at the top
- For case 2, open powershell and type
Set-ExecutionPolicy RemoteSigned
or use the updated version of PSExec Base (just scan the QR code above again and overwrite the existing one)
- Most likely this is due to either the SSH server not being set up properly, or powershell's execution policy not allowing remote scripts from running.
QR Code | Details |
---|---|
Takes a black and white image and converts it to colour using the deep learning API by Algorithmia Go here to sign up and get your own API key first. |