Browse Source

Hot fixes....

pull/305/head
Dmitry Nefedov 4 years ago
parent
commit
3c616cac71
  1. 2
      Sophia Script/Sophia Script for Windows 10 LTSC 2019/Module/Sophia.psm1
  2. 2
      Sophia Script/Sophia Script for Windows 10 LTSC 2019/Sophia.ps1
  3. 2
      Sophia Script/Sophia Script for Windows 10 LTSC 2021/Module/Sophia.psm1
  4. 4
      Sophia Script/Sophia Script for Windows 10 PowerShell 7/Module/Sophia.psm1
  5. 20
      Sophia Script/Sophia Script for Windows 10 PowerShell 7/Sophia.ps1
  6. 2
      Sophia Script/Sophia Script for Windows 10/Module/Sophia.psm1
  7. 4
      Sophia Script/Sophia Script for Windows 11 PowerShell 7/Module/Sophia.psm1
  8. 20
      Sophia Script/Sophia Script for Windows 11 PowerShell 7/Sophia.ps1
  9. 4
      Sophia Script/Sophia Script for Windows 11/Module/Sophia.psm1
  10. 20
      Sophia Script/Sophia Script for Windows 11/Sophia.ps1
  11. 2
      Wrapper/Localizations/de-DE/tooltip_Windows_10.json
  12. 2
      Wrapper/Localizations/de-DE/tooltip_Windows_11.json
  13. 2
      Wrapper/Localizations/en-US/tooltip_Windows_10.json
  14. 2
      Wrapper/Localizations/es-ES/tooltip_Windows_10.json
  15. 2
      Wrapper/Localizations/es-ES/tooltip_Windows_11.json
  16. 2
      Wrapper/Localizations/pt-BR/tooltip_Windows_10.json
  17. 2
      Wrapper/Localizations/pt-BR/tooltip_Windows_11.json
  18. 2
      Wrapper/Localizations/ru-RU/tooltip_Windows_10.json
  19. 2
      Wrapper/Localizations/ru-RU/tooltip_Windows_11.json

2
Sophia Script/Sophia Script for Windows 10 LTSC 2019/Module/Sophia.psm1

@ -6655,7 +6655,7 @@ public static void Refresh()
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

2
Sophia Script/Sophia Script for Windows 10 LTSC 2019/Sophia.ps1

@ -746,7 +746,7 @@ ActiveHours -Automatically
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
#> #>
VCRedistx64 InstallVCRedistx64
#endregion System #endregion System
#region Start menu #region Start menu

2
Sophia Script/Sophia Script for Windows 10 LTSC 2021/Module/Sophia.psm1

@ -7244,7 +7244,7 @@ public static void Refresh()
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

4
Sophia Script/Sophia Script for Windows 10 PowerShell 7/Module/Sophia.psm1

@ -8134,7 +8134,7 @@ function UninstallPCHealthCheck
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9662,7 +9662,7 @@ function HEIF
DisableKeepAlive = $true DisableKeepAlive = $true
UseBasicParsing = $true UseBasicParsing = $true
} }
if (-not (Invoke-WebRequest @Parameters).StatusDescription) if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{ {
return return
} }

20
Sophia Script/Sophia Script for Windows 10 PowerShell 7/Sophia.ps1

@ -916,23 +916,15 @@ RestartDeviceAfterUpdate -Enable
# Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0" # Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0"
<# <#
Uninstall the KB5005463 update and block it from the further intalling Uninstall the "PC Health Check" app
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11 This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки Удалить приложение "Проверка работоспособности ПК WIndows"
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11 Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56 https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#> #>
PCHealthCheck -Block UninstallPCHealthCheck
<#
Unblock the KB5005463 update for the further intalling (default value)
Разблокировать обновление KB5005463 для дальнейшей установки (значение по умолчанию)
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
# PCHealthCheck -Unblock
<# <#
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
@ -940,7 +932,7 @@ PCHealthCheck -Block
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
#> #>
VCRedistx64 InstallVCRedistx64
#endregion System #endregion System
#region WSL #region WSL

2
Sophia Script/Sophia Script for Windows 10/Module/Sophia.psm1

@ -8101,7 +8101,7 @@ function UninstallPCHealthCheck
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

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

@ -7889,7 +7889,7 @@ function DefaultTerminalApp
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9075,7 +9075,7 @@ function HEIF
SslProtocol = "Tls13" SslProtocol = "Tls13"
UseBasicParsing = $true UseBasicParsing = $true
} }
if (-not (Invoke-WebRequest @Parameters).StatusDescription) if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{ {
return return
} }

20
Sophia Script/Sophia Script for Windows 11 PowerShell 7/Sophia.ps1

@ -887,23 +887,15 @@ DefaultTerminalApp -WindowsTerminal
# DefaultTerminalApp -ConsoleHost # DefaultTerminalApp -ConsoleHost
<# <#
Uninstall the KB5005463 update and block it from the further intalling Uninstall the "PC Health Check" app
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11 This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки Удалить приложение "Проверка работоспособности ПК WIndows"
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11 Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56 https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#> #>
PCHealthCheck -Block UninstallPCHealthCheck
<#
Unblock the KB5005463 update for the further intalling (default value)
Разблокировать обновление KB5005463 для дальнейшей установки (значение по умолчанию)
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
# PCHealthCheck -Unblock
<# <#
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
@ -911,7 +903,7 @@ PCHealthCheck -Block
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
#> #>
VCRedistx64 InstallVCRedistx64
#endregion System #endregion System
#region WSL #region WSL

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

@ -7856,7 +7856,7 @@ function DefaultTerminalApp
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
.EXAMPLE .EXAMPLE
VCRedistx64 InstallVCRedistx64
.LINK .LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9020,7 +9020,7 @@ function HEIF
DisableKeepAlive = $true DisableKeepAlive = $true
UseBasicParsing = $true UseBasicParsing = $true
} }
if (-not (Invoke-WebRequest @Parameters).StatusDescription) if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{ {
return return
} }

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

@ -896,23 +896,15 @@ DefaultTerminalApp -WindowsTerminal
# Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0" # Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0"
<# <#
Uninstall the KB5005463 update and block it from the further intalling Uninstall the "PC Health Check" app
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11 This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки Удалить приложение "Проверка работоспособности ПК WIndows"
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11 Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56 https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#> #>
PCHealthCheck -Block UninstallPCHealthCheck
<#
Unblock the KB5005463 update for the further intalling (default value)
Разблокировать обновление KB5005463 для дальнейшей установки (значение по умолчанию)
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
# PCHealthCheck -Unblock
<# <#
Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64 Install the latest supported Microsoft Visual C++ Redistributable 20152022 x64
@ -920,7 +912,7 @@ PCHealthCheck -Block
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
#> #>
VCRedistx64 InstallVCRedistx64
#endregion System #endregion System
#region WSL #region WSL

2
Wrapper/Localizations/de-DE/tooltip_Windows_10.json

@ -1391,7 +1391,7 @@
{ {
"Id": 536, "Id": 536,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/de-DE/tooltip_Windows_11.json

@ -1338,7 +1338,7 @@
{ {
"Id": 537, "Id": 537,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/en-US/tooltip_Windows_10.json

@ -1391,7 +1391,7 @@
{ {
"Id": 536, "Id": 536,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/es-ES/tooltip_Windows_10.json

@ -1391,7 +1391,7 @@
{ {
"Id": 536, "Id": 536,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/es-ES/tooltip_Windows_11.json

@ -1323,7 +1323,7 @@
{ {
"Id": 537, "Id": 537,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/pt-BR/tooltip_Windows_10.json

@ -1392,7 +1392,7 @@
{ {
"Id": 536, "Id": 536,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/pt-BR/tooltip_Windows_11.json

@ -1325,7 +1325,7 @@
{ {
"Id": 537, "Id": 537,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/ru-RU/tooltip_Windows_10.json

@ -1391,7 +1391,7 @@
{ {
"Id": 536, "Id": 536,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

2
Wrapper/Localizations/ru-RU/tooltip_Windows_11.json

@ -1323,7 +1323,7 @@
{ {
"Id": 537, "Id": 537,
"Region": "System", "Region": "System",
"Function": "VCRedistx64", "Function": "InstallVCRedistx64",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",

Loading…
Cancel
Save