Skip to content

Instantly share code, notes, and snippets.

View joyvinci's full-sized avatar

Joy joyvinci

View GitHub Profile
@joyvinci
joyvinci / EnableTls12ClientForDotNet.ps1
Created August 24, 2021 02:47 — forked from tivrobo/EnableTls12ClientForDotNet.ps1
Configure the .NET Framework to support TLS 1.2
#
# https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2-client#bkmk_net
# you need to reboot the OS for the new settings to take effect
#
function AddRegValue {
param (
$Path,
$Name,
$Value,
@joyvinci
joyvinci / bd3d4befe38185704bf0fc875e9deed6|configuration.json
Created June 28, 2021 15:04
Visual Studio Code Settings Sync Gist
{"contents":{"editor":{"rulers":[100],"tabSize":2},"search":{"exclude":{"**/node_modules":true,"**/bower_components":true,"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"build/**":true,"**/build/**":true,"release/**":true,"coverage/**":true,"docs/**":true}},"files":{"eol":"\n"}},"overrides":[],"keys":["editor.rulers","editor.tabSize","search.exclude","files.eol"]}
@joyvinci
joyvinci / bd3d4befe38185704bf0fc875e9deed6|configuration.json
Last active June 28, 2021 15:04
Visual Studio Code Settings Sync Gist
{"contents":{"editor":{"rulers":[100],"tabSize":2},"search":{"exclude":{"**/node_modules":true,"**/bower_components":true,"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"build/**":true,"**/build/**":true,"release/**":true,"coverage/**":true,"docs/**":true}},"files":{"eol":"\n"}},"overrides":[],"keys":["editor.rulers","editor.tabSize","search.exclude","files.eol"]}