Category All posts
underscores.me markup explained
Windows 10 language settings with PowerShell
Remove automapping for a shared mailbox in Office 365
Edit user accounts with the command line in Windows 10
pip install directly from Github with Python 3
Add Sublime Text to Windows 10 context menu
This batch script will add the option to open any file or folder with Sublime Text 3 to the context menu in Windows Explorer. Alternative 1: Batch file Just replace the path C:\Portable\sublimetext\sublime_text.exe with the path to your sublime_text.exe, save…
List of Windows Run commands
You can use these commands to run certain Windows settings directly from either Run or Start just by typing them in and hitting Enter. Super handy if you are working with a Windows installation in a foreign language 😉 Function…
Getting into GNU Wget on Windows
What is GNU Wget GNU Wget is a command-line software that retrieves content from the web. It supports downloading from HTTP, HTTPS, and FTP. I am still learning to use Wget so I might come back and update this article,…
Remove apps in Windows 10 with PowerShell
Three types of apps in Windows 10 There are three types of Windows 10 Apps: You can read more about the types of Windows 10 apps at Microsoft Docs, but here is a short description of each. 1. Provisioned apps…