get rid of title print
added Fix-WindowsTLS.bat script
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user