Browse Source

Hot fixes....

pull/305/head
Dmitry Nefedov 3 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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
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
#>
VCRedistx64
InstallVCRedistx64
#endregion System
#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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9662,7 +9662,7 @@ function HEIF
DisableKeepAlive = $true
UseBasicParsing = $true
}
if (-not (Invoke-WebRequest @Parameters).StatusDescription)
if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{
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"
<#
Uninstall the KB5005463 update and block it from the further intalling
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11
Uninstall the "PC Health Check" app
This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11
Удалить приложение "Проверка работоспособности ПК WIndows"
Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
PCHealthCheck -Block
<#
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
UninstallPCHealthCheck
<#
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
#>
VCRedistx64
InstallVCRedistx64
#endregion System
#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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9075,7 +9075,7 @@ function HEIF
SslProtocol = "Tls13"
UseBasicParsing = $true
}
if (-not (Invoke-WebRequest @Parameters).StatusDescription)
if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{
return
}

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

@ -887,23 +887,15 @@ DefaultTerminalApp -WindowsTerminal
# DefaultTerminalApp -ConsoleHost
<#
Uninstall the KB5005463 update and block it from the further intalling
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11
Uninstall the "PC Health Check" app
This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11
Удалить приложение "Проверка работоспособности ПК WIndows"
Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
PCHealthCheck -Block
<#
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
UninstallPCHealthCheck
<#
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
#>
VCRedistx64
InstallVCRedistx64
#endregion System
#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
.EXAMPLE
VCRedistx64
InstallVCRedistx64
.LINK
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
@ -9020,7 +9020,7 @@ function HEIF
DisableKeepAlive = $true
UseBasicParsing = $true
}
if (-not (Invoke-WebRequest @Parameters).StatusDescription)
if (-not (Invoke-RestMethod @Parameters).StatusDescription)
{
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"
<#
Uninstall the KB5005463 update and block it from the further intalling
The KB5005463 update installs the PC Health Check app to check if PC meets the system requirements of Windows 11
Uninstall the "PC Health Check" app
This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
Удалить обновление KB5005463 и заблокировать его от дальнейшей установки
Обновление KB5005463 устанавливает приложение PC Health Check для проверки соответствия компьютера системным требованиям Windows 11
Удалить приложение "Проверка работоспособности ПК WIndows"
Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
#>
PCHealthCheck -Block
<#
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
UninstallPCHealthCheck
<#
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
#>
VCRedistx64
InstallVCRedistx64
#endregion System
#region WSL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save