[Use Keyboard Shortcuts to Access Function Keys]
[12 keyboard shortcuts every Chromebook owner needs to know]
The Development Blog of Tim Graupmann
It’s been so long since I used Mac + Bootcamp, I forgot to boot holding Alt to bring up the Mac or Windows boot menu.
The highest version of MacOS that I can upgrade to on my Mac Mini is Catalina 10.15.7.
That means I can’t use Xcode from the App Store.
I can’t install MS Office from the App Store.
brew install --cask dotnet-sdk
dotnet --version
dotnet new winforms
(That doesn’t exist on MacOS)
Hackintosh – [Getting started with OpenCore]
[How to Install Windows 11 without TPM 2.0 and Secure Boot]
This only works for a Windows 11 clean install and not a Windows 10 upgrade.
Shift+F10
regedit32
[Dark Mode in Word] – Dark mode is the new default which can be changed in the file options.
Start->Runms-settings: lighting
[Windows Insider – Using ISOs]
[Windows Insider Preview Downloads]
[VMWare – Connect USB HIDs to a Virtual Machine]
[PowerShell – About Execution Policies]
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
The [openrazer.github.io] driver is community supported and adds Linux/Mac support for many Razer hardware devices.
[AnyDesk] is ultra powerful remote desktop tool capable of remote troubleshooting issues in the hands of only people you trust.
[StayAwake] is a useful tool for Windows to keep your machine from auto logging out.
[Cpp_PasteFromClipboardToForegroundApp] can paste text from the clipboard into the foreground app when the clipboard feature might be disabled.
[CSharp_ShareClipboard] is a C# app that can share the clipboard between computers.
Windows API – [Grant identity to non-packaged desktop apps]