Remote registry
runas /netonly /user:x.y.z.w\user regedit
Regedit connec other computer
Similar for MMC
Remote registry
runas /netonly /user:x.y.z.w\user regedit
Regedit connec other computer
Similar for MMC
Enabled and Disabled SSL/TLS versions are under the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
There is a Client and Server sub-key for each version of SSL/TLS, with Enabled and Disabled values, e.g.
[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
*** Please note that any non-zero value is take for TRUE. However, 1 is generally preferred over FFFFFFFF (or –1).
You can check the Functions value under following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Cryptography\Configuration\Local\SSL\00010002References:
0710 SSL Errors after Upgrading to TLS 1.2 · microsoft/CSS_SQL_Networking_Tools Wiki · GitHub
An existing connection was forcibly closed (OS error 10054) - SQL Server | Microsoft Learn
Localizar el disco asisgnada a la partición de windows
bcedit /enum |find "device"
5.En una consoa de recuperación intentar los típicos
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
Sino va podemos intentar
bcdedit /set {bootmgr} device boot
bcdedit /set {default} device boot
bcdedit /set {default} osdevice boot
bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {default} path \windows\system32\winload.efi
Install-Module -Name ExchangeOnlineManagement Import-Module ExchangeOnlineManagement Connect-ExchangeOnline -UserPrincipalName x@x.com
netsh advfirewall set allprofiles state on netsh advfirewall set allprofiles state off netsh advfirewall firewall add rule name="ADM LAN" dir=in action=allow enable=yes remoteip=192.168.100.0/24
Get-NetAdapter | Select-Object InterfaceAlias , InterfaceIndex Get-NetIPConfiguration Remove-netipaddress -interfaceIndex 2 Remove-NetRoute –NextHop "192.168.0.1" Get-NetIPConfiguration New-NetIPAddress -InterfaceIndex 2 -IPAddress 192.168.0.15 -PrefixLength 24 -DefaultGateway 192.168.0.1 Get-DnsClientServerAddress -InterfaceIndex 2 set-DnsClientServerAddress -InterfaceIndex 2 -ServerAddresses ("8.8.8.8","1.1.1.1")
Add this to registry REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d...