Support Tools
These are some of my favorite tools for fixing computers.
NOTE: Some of these links are direct download links and some take you to the website of the developer. I am not hosting any of the software on this page.
Your platform:
Team Viewer QS
Quick way to gain remote access to a Windows PC.
Download
| More Teamviwer Apps
Anydesk
Another remote access app.
Windows Download | macOS Download | More AnyDesk Apps
O&O Shut Up
A quick way to disable some Windows spyware.
Download
Chris Titus\’s \“Windows Utility\”
This Utility is a compilation of windows tasks I perform on each Windows system I use. It is meant to streamline installs, debloat with tweaks, troubleshoot with config, and fix Windows updates.
iwr -useb https://christitus.com/win | iex
Chocolatey
A Windows package manager.
Install:
set-executionpolicy bypass -scope process -force; [system.net.servicepointmanager]::securityprotocol = [system.net.servicepointmanager]::securityprotocol -bor 3072; iex ((new-object system.net.webclient).downloadstring('https://community.chocolatey.org/install.ps1'))
Emsisoft Emergency Kit
A scanner that can be used without installation to scan and clean
infected computers.(Second Opinion Scanner)
Download
Malwarebytes
A free trial of malware bytes for Windows. Download
BleachBit
A way to clean up temp files ect. Download
Other Tools
Here are some other useful tools IT tools.
- Ventoy - A way to have multiple ISOs on a single drive.
- CrystalDiskInfo - Get info about drives in a PC.
- CPU-Z - Get info on system components.
- HWMonitor - Get info about how a PC is running (temperatures and usage).
- PowerMAX- CPU stress test.
- WinDirStat - Find disk usage info in Windows.
- Process Explorer - Detailed Windows process examination.
- Speccy - View PC specs.
- Autoruns - Inspect auto run apps in the system.
- Sysinternals Utilities Index - Loads of Microsoft troubleshooting tools.
- HBCD PE - Windows PE environment with many useful tools.
- CloneZilla - Disk Imaging bootable ISO.