This file contains hidden or 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
| import java.net.InetSocketAddress | |
| import java.nio.channels.AsynchronousChannelGroup | |
| import AkkaStreamsCompat._ | |
| import akka.NotUsed | |
| import akka.stream.TLSProtocol.{NegotiateNewSession, SslTlsInbound, SslTlsOutbound} | |
| import akka.stream._ | |
| import akka.stream.scaladsl.{Flow, Keep, Source, TLS, Sink => AkkaSink} | |
| import akka.util.ByteString | |
| import cats.effect.{ConcurrentEffect, ContextShift, IO, Resource} |
This file contains hidden or 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
| https://1drv.ms/f/s!AiH8wRq30VBFuS_IU0thSVtLpUci | |
| JAVA_OPTS | |
| -Dhttps.proxyHost=10.55.55.201 -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts="localhost^|127.0.0.1" -Dhttp.proxyHost=10.55.55.201 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts="localhost^|127.0.0.1" | |
| JAVA_HOME | |
| Documents\jdk1.8.0_152 | |
| PATH | |
| Documents\jdk1.8.0_152\bin | |
| Downloads\PortableGit-2.21.0-64-bit\cmd | |
| Downloads\sbt-1.1.6\sbt\bin |
This file contains hidden or 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
| navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/u/1/?extsrc=mailto&url=%s","Gmail") |
This file contains hidden or 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
| #Requires -RunAsAdministrator | |
| param ([bool]$value = $true) | |
| New-ItemProperty -Force -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Keyboard Layout" -Name "IgnoreRemoteKeyboardLayout" -PropertyType DWord -Value (&{If ($value) {1} Else {0}}) |
This file contains hidden or 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
| #Requires -RunAsAdministrator | |
| # https://superuser.com/a/1414945/663027 | |
| param ([bool]$value = $false) | |
| New-Item -Force -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows" -Name "WindowsUpdate" | |
| New-ItemProperty -Force -Path "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate" -Name "AUPowerManagement" -PropertyType DWord -Value (&{If ($value) {1} Else {0}}) |
This file contains hidden or 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
| #Requires -RunAsAdministrator | |
| param ([bool]$value = $true) | |
| New-Item -Force -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows" -Name "Personalization" | |
| New-ItemProperty -Force -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Personalization" -Name "NoLockScreen" -PropertyType DWord -Value (&{If ($value) {1} Else {0}}) |
This file contains hidden or 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
| :: https://superuser.com/a/981202/663027 | |
| cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %1" |
This file contains hidden or 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
| # https://communities.vmware.com/thread/580583 | |
| about:config | |
| input_event_queue.supported=false |
This file contains hidden or 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
| defrag C: /X /U /V |