get rid of title print

added Fix-WindowsTLS.bat script
This commit is contained in:
2020-11-18 21:34:17 -05:00
parent d9b0ef334b
commit d58969ef24
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
LogMsg "Cleanup-SystemTempFiles.ps1"
## Path to the system temp folder
## Path to the system temp folder
$SysTemp = "${Env:SystemRoot}\TEMP"
## When deleting temp files en masse, only delete files/folders older than the number of days specified here
+3
View File
@@ -0,0 +1,3 @@
@echo off
reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:64
reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:32