Browse Source

Add files via upload

pull/264/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
d651d4421e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Sophia Script/Sophia Script for Windows 11/Module/Sophia.psm1
  2. 9
      Sophia Script/Sophia Script for Windows 11/Sophia.ps1

7
Sophia Script/Sophia Script for Windows 11/Module/Sophia.psm1

@ -10768,7 +10768,7 @@ function WindowsSandbox
.NOTES .NOTES
Machine-wide Machine-wide
#> #>
function DNSoverHTTPS function DNSoverHTTPS ###
{ {
[CmdletBinding()] [CmdletBinding()]
param param
@ -10809,7 +10809,7 @@ function DNSoverHTTPS
if ((Get-CimInstance -ClassName CIM_ComputerSystem).PartOfDomain -eq $false) if ((Get-CimInstance -ClassName CIM_ComputerSystem).PartOfDomain -eq $false)
{ {
# Set the DNS servers # Set the DNS servers
Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Get-NetIPConfiguration | Set-DnsClientServerAddress -ServerAddresses $PrimaryDNS, $SecondaryDNS Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses $PrimaryDNS, $SecondaryDNS
$InterfaceGuid = (Get-NetAdapter -Physical).InterfaceGuid $InterfaceGuid = (Get-NetAdapter -Physical).InterfaceGuid
if (-not (Test-Path -Path "HKLM:\SYSTEM\ControlSet001\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\$PrimaryDNS")) if (-not (Test-Path -Path "HKLM:\SYSTEM\ControlSet001\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\$PrimaryDNS"))
@ -11081,9 +11081,6 @@ function CastToDeviceContext
.EXAMPLE .EXAMPLE
ShareContext -Show ShareContext -Show
.NOTES
Showing the "Share" item in the context menu will disable the Windows 10 File Explorer
.NOTES .NOTES
Current user Current user
#> #>

9
Sophia Script/Sophia Script for Windows 11/Sophia.ps1

@ -260,13 +260,8 @@ ThisPC -Show
# Скрыть "Этот компьютер" на рабочем столе (значение по умолчанию) # Скрыть "Этот компьютер" на рабочем столе (значение по умолчанию)
# ThisPC -Hide # ThisPC -Hide
<# # Enable the Windows 10 File Explorer
Enable the Windows 10 File Explorer # Включить проводник из Windows 10
Enabling the Windows 10 File Explorer will block the "Share" item context menu
Включить проводник из Windows 10
Включение проводника из Windows 10 cкроет пункт "Отправить" (поделиться) из контекстного меню
#>
Windows10FileExplorer -Enable Windows10FileExplorer -Enable
# Disable the Windows 10 File Explorer (default value) # Disable the Windows 10 File Explorer (default value)

Loading…
Cancel
Save