This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install all Windows updates | |
function Install-PSModule { | |
param( | |
[Parameter(Position = 0, Mandatory = $true)] | |
[String[]]$Modules | |
) | |
Write-Output "`nChecking for necessary PowerShell modules..." | |
try { | |
# Set PowerShell to TLS 1.2 (https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TFC - Temp File Cleaner | |
A small utility that will clean out all the folders on your computer that house temporary files. | |
http://www.bleepingcomputer.com/download/tfc/ | |
*** | |
ADW Cleaner | |
AdwCleaner is a program that searches for and deletes Adware, Toolbars, | |
Potentially Unwanted Programs (PUP), and browser Hijackers from your computer. |