Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Windows Server – Enable TLS 1.2 Support

Posted on October 12, 2016 By David Kittell
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Windows Windows Reg

Post navigation

Previous post
Next post

Related Posts

Strong Password

Posted on May 15, 2017

Need help with what a strong password is? Strong password recommendations are as follows: Must contain 14 or more characters Must contain upper and lower case letters Must contain a number or special character (e.g. !@#$%^) Must NOT be the same as your previous 12 passwords Must NOT be similar…

Read More

Red Hat / CentOS / Fedora – Fix Yum Duplicates

Posted on May 16, 2017May 18, 2017

When nothing else seemed to work this helped me to get rid of all the duplicates from failed yum updates. yum update glibc -t –skip-broken package-cleanup –dupes –skip-broken package-cleanup –cleandupes –skip-broken updatedb sudo yum clean packages –skip-broken sudo yum clean headers –skip-broken sudo yum clean dbcache –skip-broken sudo yum clean…

Read More

Mac OS X Terminal – Get Computer Information

Posted on September 1, 2016December 13, 2016

clear echo "Inventory Script – Running…." # Variables – Start # Get IP – Start netadapter=en0 ip=$(ipconfig getifaddr $(echo $netadapter)) #echo $ip #echo $netadapter counter=1 while [ $counter -le 10 ] do if [ -z "$ip" ] then #echo $counter netadapter=$(echo "en"$counter) ip=$(ipconfig getifaddr "en"$counter) fi ((counter++)) done #echo $ip…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes