Windows Useful Software Tips and Tricks
Here are things I use to get things done faster in windows. They offer quality of life and makes things less of a hassle. All for free. I will add more over time.
Go to section about:
Ninite
Winget
ShareX
Ninite
Ninite is a great tool. You go to the website https://ninite.com/ pick the apps you want on your computer, and then you go down and press “Get Your Ninite”. It will download a Ninite installer which will automatically download and install the apps you picked to be installed. It has done a lot of wonders.
It has been great for solving problems, when someone ask me for help with their Java, I tell them to uninstall Java and install it with Ninite. It has solved all problems every time. It is amazing for when you have a fresh Windows install, just pick what you want, download the installer and it is being taken care of for you. Amazing!
Winget
Winget also has to do with installing software, but it is a bit more advanced than Ninite. Winget is a command-line package manager.. Which means, it’s a tool that makes you able to install and uninstall software in the command prompt, terminal and powershell. No need to find the software on a website, just go to cmd (command prompt) for example and type in winget
then you will see how to use the tool. How I usually use it that I start searching for what I want with the command winget search spotify
, this will tell winget to search
for spotify and then it will return results of the search. Example:
Name | Id | Version | Match | Source |
---|---|---|---|---|
Spotify Music | 9NCBCSZSJRSB | Unknown | msstore | |
Spotify | Spotify.Spotify | 1.2.47.366.g0d3bd570 | ProductCode: spotify | winget |
Toastify | Aleab.Toastify | 1.11.2 | Tag: spotify | winget |
Here I would want the second on the list, so I’d write the next command as winget install Spotify.Spotify
, to install Spotify by the ID Spotify.Spotify
since that one of the results looks the most like what I’m looking for. Spotify Music
would also have been fine.
With Winget you can also list apps you have installed on your computer, export (save) the list and make Winget install software from that list later, for example if you reinstall windows.
ShareX
This time it’s not a way to install anything, but a software mainly used for screenshots. ShareX is screenshot and screen capture software and it works much better (in my opinion) than the standard snipping tool in windows. ShareX has a lot of settings and tools, and it is very lightweight for the system.
Let’s go through a bit of what it can do: Screenshot: fullscreen, specific monitor, all monitors, select region (I use this the most). Screen recording both as video and GIF. When you start the capturing process for screenshots you can draw, censor, write, and so on on the picture before you take it. It also has an OCR tool which makes you able to grab text from a picture. This is also very useful for me and brings so much convenience.
ShareX keeps a history (locally) of what you have captured with the software by default, it save the screenshots and recordings in folders located at C:\Users\[USER]\Documents\ShareX\Screenshots\
and by default it separates them by month.
You can configure ShareX to upload all your screenshots directly or tell it to upload one if you wish. Something I love it for is that when I’ve screenshot something that picture will be put in the clipboard which means I can go to a chat and hit CTRL+V
to paste in the picture. Very convenient.
ShareX is a very useful piece of software, it’s one of the first apps I install on Windows. I highly recommend checking it out.