Browse Source

v5.12.1 06.08.2021

pull/227/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
1698cc74d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Sophia/PowerShell 7/Functions.ps1
  2. 4
      Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1
  3. 6
      Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1
  4. 4
      Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1
  5. 4
      Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1
  6. 4
      Sophia/PowerShell 7/Localizations/hu-HU/Sophia.psd1
  7. 4
      Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1
  8. 4
      Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1
  9. 2
      Sophia/PowerShell 7/Localizations/ru-RU/Sophia.psd1
  10. 4
      Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1
  11. 4
      Sophia/PowerShell 7/Localizations/uk-UA/Sophia.psd1
  12. 4
      Sophia/PowerShell 7/Localizations/zh-CN/Sophia.psd1
  13. 2
      Sophia/PowerShell 7/Manifest/Sophia.psd1
  14. 7
      Sophia/PowerShell 7/Module/Sophia.psm1
  15. 6
      Sophia/PowerShell 7/Sophia.ps1

8
Sophia/PowerShell 7/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.12
Date: 05.08.2021
Version: v5.12.1
Date: 06.08.2021
Copyright (c) 20142021 farag
Copyright (c) 20192021 farag & Inestic
@ -54,7 +54,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.1 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
@ -173,5 +173,5 @@ Write-Verbose -Message "Sophia -Functions <tab>" -Verbose
Write-Verbose -Message "Sophia -Functions temp<tab>" -Verbose
Write-Verbose -Message "Sophia -Functions `"DiagTrackService -Disable`", `"DiagnosticDataLevel -Minimal`", UninstallUWPApps" -Verbose
Write-Information -MessageData "`n" -InformationAction Continue
Write-Verbose -Message "`nUninstallUWPApps, `"PinToStart -UnpinAll`"" -Verbose
Write-Verbose -Message "UninstallUWPApps, `"PinToStart -UnpinAll`"" -Verbose
Write-Verbose -Message "`"Set-Association -ProgramPath ```"%ProgramFiles%\Notepad++\notepad++.exe```" -Extension .txt -Icon ```"%ProgramFiles%\Notepad++\notepad++.exe,0```"`"" -Verbose

4
Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Das Skript unterstützt nur Windows 10 x64
UnsupportedOSBuild = Das Skript unterstützt Windows 10 2004/20H2/21H1-Versionen und höher
UpdateWarning = Ihr Windows 10-Build: {0}.{1}.{2}.{3}. Unterstützter Build: 19041.1151 und höher
UpdateWarning = Das kumulative Windows 10-Update wurde installiert: {0}. Das letzte unterstützte kumulative Update: 1151 und höher. Bitte führen Sie Windows Update aus und versuchen Sie es erneut
UnsupportedLanguageMode = Die PowerShell-Sitzung wird in einem eingeschränkten Sprachmodus ausgeführt
LoggedInUserNotAdmin = Der angemeldete Benutzer hat keine Administratorrechte
UnsupportedPowerShell = Sie versuchen, ein Skript über PowerShell {0} auszuführen. Führen Sie das Skript in der entsprechenden PowerShell-Version aus
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Der Ordner mit den temporären Datei
FolderTaskDescription = Die Bereinigung des Ordners "{0}"
EventViewerCustomViewName = Prozess-Erstellung
EventViewerCustomViewDescription = Ereignisse zur Prozesserstellung und Befehlszeilen-Auditierung
RestartWarning = \nAchten Sie darauf, Ihren PC neu zu starten
RestartWarning = Achten Sie darauf, Ihren PC neu zu starten
ErrorsLine = Zeile
ErrorsFile = Datei
ErrorsMessage = Fehler/Warnungen

6
Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = The script supports Windows 10 x64 only
UnsupportedOSBuild = The script supports Windows 10 2004/20H2/21H1 versions and higher
UpdateWarning = Your Windows 10 build: {0}.{1}. Supported build: 19041.1151 and higher
UpdateWarning = Windows 10 cumulative update installed: {0}. The latest supported cumulative update: 1151 and higher. Please run Windows Update and try again
UnsupportedLanguageMode = The PowerShell session in running in a limited language mode
LoggedInUserNotAdmin = The logged-on user doesn't have admin rights
UnsupportedPowerShell = You're trying to run script via PowerShell {0}. Run the script in the appropriate PowerShell version
@ -26,7 +26,7 @@ UserDefaultFolder = Would you like to change the locatio
ReservedStorageIsInUse = This operation is not supported when reserved storage is in use\nPlease re-run the "{0}" function again after PC restart
ShortcutPinning = The "{0}" shortcut is being pinned to Start
UninstallUWPForAll = For all users
UWPAppsTitle = UWP pps
UWPAppsTitle = UWP apps
WSLUpdateDownloading = Downloading the Linux kernel update package... ~14 MB
WSLUpdateInstalling = Installing the Linux kernel update package...
HEVCDownloading = Downloading HEVC Video Extensions from Device Manufacturer... ~2,8 MB
@ -44,7 +44,7 @@ TempTaskNotificationEvent = The temp files folder successfully c
FolderTaskDescription = The {0} folder cleanup
EventViewerCustomViewName = Process Creation
EventViewerCustomViewDescription = Process creation and command-line auditing events
RestartWarning = \nMake sure to restart your PC
RestartWarning = Make sure to restart your PC
ErrorsLine = Line
ErrorsFile = File
ErrorsMessage = Errors/Warnings

4
Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = El script sólo es compatible con Windows 10 x64
UnsupportedOSBuild = El script es compatible con versión Windows 10 2004/20H2/21H1 y superiores
UpdateWarning = Su build de Windows 10: {0}.{1}.{2}.{3}. Compilación compatible: 19041.1151 y superiores
UpdateWarning = Actualización acumulativa de Windows 10 instalada: {0}. La última actualización acumulativa soportada: 1151 y superior. Por favor, ejecute Windows Update e inténtelo de nuevo
UnsupportedLanguageMode = Sesión de PowerShell ejecutada en modo de lenguaje limitado
LoggedInUserNotAdmin = El usuario que inició sesión no tiene derechos de administrador
UnsupportedPowerShell = Estás intentando ejecutar el script a través de PowerShell {0}. Ejecute el script en la versión apropiada de PowerShell
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Los archivos de la carpeta Temp limp
FolderTaskDescription = La limpieza de la carpeta "{0}"
EventViewerCustomViewName = Creación de proceso
EventViewerCustomViewDescription = Eventos de auditoría de línea de comandos y creación de procesos
RestartWarning = \nAsegúrese de reiniciar su PC
RestartWarning = Asegúrese de reiniciar su PC
ErrorsLine = Línea
ErrorsFile = Archivo
ErrorsMessage = Errores/Advertencias

4
Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Le script supporte uniquement Windows 10 x64
UnsupportedOSBuild = Le script supporte les versions Windows 10 2004/20H2/21H1 et ultérieures
UpdateWarning = Votre version de Windows 10 : {0}.{1}.{2}.{3}. Version prise en charge : 19041.1151 et ultérieures
UpdateWarning = La mise à jour cumulative de Windows 10 est installée : {0}. La dernière mise à jour cumulative prise en charge : 1151 et plus. Veuillez exécuter Windows Update et réessayer
UnsupportedLanguageMode = La session PowerShell s'exécute dans un mode de langue limité
LoggedInUserNotAdmin = L'utilisateur connecté n'a pas de droits d'administrateur
UnsupportedPowerShell = Vous essayez d'exécuter le script via PowerShell {0}. Exécutez le script dans la version appropriée de PowerShell
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Le dossier des fichiers temporaires
FolderTaskDescription = Nettoyage du dossier "{0}"
EventViewerCustomViewName = Création du processus
EventViewerCustomViewDescription = Audit des événements de création du processus et de ligne de commande
RestartWarning = \nAssurez-vous de redémarrer votre PC
RestartWarning = Assurez-vous de redémarrer votre PC
ErrorsLine = Ligne
ErrorsFile = Fichier
ErrorsMessage = Erreurs/Avertissements

4
Sophia/PowerShell 7/Localizations/hu-HU/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = A szkript csak a Windows 10 64 bites verziót támogatja
UnsupportedOSBuild = A szkript a Windows 10 2004/20H2/21H1 és újabb kiadásokat támogatja
UpdateWarning = Az Ön Windows 10 építése: {0}.{1}.{2}.{3}. Támogatott build: 19041.1151 és magasabb verziószámok
UpdateWarning = A Windows 10 összesített frissítése telepítve: {0}. A legújabb támogatott összesített frissítés: 1151 és újabb. Futtassa a Windows Update alkalmazást, és próbálja újra
UnsupportedLanguageMode = A PowerShell munkamenet korlátozott nyelvi üzemmódban fut
LoggedInUserNotAdmin = A bejelentkezett felhasználó nem rendelkezik admin jogokkal
UnsupportedPowerShell = A szkriptet a PowerShell 7 segítségével próbálja futtatni. Futtassa a szkriptet a megfelelő PowerShell verzióban
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Az ideiglenes fájlok tárolására
FolderTaskDescription = A {0} könyvtár tisztítása
EventViewerCustomViewName = Folyamatok
EventViewerCustomViewDescription = Folyamatok létrehozása és parancssor ellenőrző események
RestartWarning = \nKérem ne felejtse el újraindítani a számítógépét
RestartWarning = Kérem ne felejtse el újraindítani a számítógépét
ErrorsLine = Sor
ErrorsFile = Fájl
ErrorsMessage = Hibák/Figyelmeztetések

4
Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Lo script supporta solo Windows 10 x64
UnsupportedOSBuild = Lo script supporta Windows 10, 2004/20H2/21H1 versioni e superiori
UpdateWarning = La tua build di Windows 10: {0}.{1}.{2}.{3}. Build supportata: 19041.1151 e successive
UpdateWarning = Windows 10 cumulative update installato: {0}. L'ultimo aggiornamento cumulativo supportato: 1151 e superiore. Si prega di eseguire Windows Update e riprovare
UnsupportedLanguageMode = La sessione PowerShell è in esecuzione in una modalità di lingua limitata
LoggedInUserNotAdmin = L'utente connesso non ha i diritti di amministratore
UnsupportedPowerShell = Stai cercando di eseguire lo script tramite PowerShell {0}. Esegui lo script nella versione di PowerShell appropriata
@ -44,7 +44,7 @@ TempTaskNotificationEvent = I file cartella Temp puliti con succ
FolderTaskDescription = La pulizia della cartella "{0}"
EventViewerCustomViewName = Creazione di processo
EventViewerCustomViewDescription = Creazione di processi ed eventi di controllo della riga di comando
RestartWarning = \nAssicurarsi di riavviare il PC
RestartWarning = Assicurarsi di riavviare il PC
ErrorsLine = Linea
ErrorsFile = File
ErrorsMessage = Errori/avvisi

4
Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = O script suporta somente Windows 10 x64
UnsupportedOSBuild = O script suporta versões Windows 10 2004/20H2/21H1 e superior
UpdateWarning = La tua build di Windows 10: {0}.{1}.{2}.{3}. Build supportata: 19041.1151 e successive
UpdateWarning = Atualização cumulativa do Windows 10 instalado: {0}. A última atualização cumulativa suportada: 1151 e superior. Por favor, execute Windows Update e tente novamente
UnsupportedLanguageMode = A sessão PowerShell em funcionamento em um modo de linguagem limitada
LoggedInUserNotAdmin = O usuário logado não tem direitos de administrador
UnsupportedPowerShell = Você está tentando executar o script via PowerShell {0}. Execute o script na versão apropriada do PowerShell
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Os arquivos da pasta Temp limpos com
FolderTaskDescription = A limpeza da pasta "{0}"
EventViewerCustomViewName = Criação de processo
EventViewerCustomViewDescription = Criação de processos e eventos de auditoria de linha de comando
RestartWarning = \nCertifique-se de reiniciar o PC
RestartWarning = Certifique-se de reiniciar o PC
ErrorsLine = Linha
ErrorsFile = Arquivo
ErrorsMessage = Erros/Avisos

2
Sophia/PowerShell 7/Localizations/ru-RU/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Скрипт поддерживает только Windows 10 x64
UnsupportedOSBuild = Скрипт поддерживает только Windows 10 версии 2004/20H2/21H1 и выше
UpdateWarning = Ваш билд Windows 10: {0}.{1}.{2}.{3}. Поддерживаемый билд: 19041.1151 и выше
UpdateWarning = Установленный накопительный пакет обновления Windows 10: {0}. Последний поддерживаемый накопительный пакет обновления: 1151 и выше. Пожалуйста, запустите обновление Windows и попробуйте заново
UnsupportedLanguageMode = Сессия PowerShell работает в ограниченном режиме
LoggedInUserNotAdmin = Текущий вошедший пользователь не обладает правами администратора
UnsupportedPowerShell = Вы пытаетесь запустить скрипт в PowerShell {0}. Запустите скрипт в соответствующей версии PowerShell

4
Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Bu betik sadece Windows 10 x64 destekliyor
UnsupportedOSBuild = Bu betik sadece Windows 10 2004/20H2/21H1 sürüm ve üstünü destekliyor
UpdateWarning = Windows 10 yapınız: {0}.{1}.{2}.{3}. Desteklenen yapı: 19041.1151 ve üstünü destekliyor
UpdateWarning = Windows 10 toplu güncelleştirmesi yüklendi: {0}. Desteklenen en son toplu güncelleme: 1151 ve üstü. Lütfen Windows Update'i çalıştırın ve tekrar deneyin
UnsupportedLanguageMode = Sınırlı bir dil modunda çalışan PowerShell oturumu
LoggedInUserNotAdmin = Oturum açan kullanıcının yönetici hakları yok
UnsupportedPowerShell = Komut dosyasını PowerShell 7 aracılığıyla çalıştırmaya çalışıyorsunuz. Komut dosyasını uygun PowerShell sürümünde çalıştırın.
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Geçici dosyalar klasörü başarıy
FolderTaskDescription = "{0}" klasörü temizleniyor
EventViewerCustomViewName = Süreç Oluşturma
EventViewerCustomViewDescription = Süreç oluşturma ve komut satırı denetleme olayları
RestartWarning = \nBilgisayarınızı yeniden başlattığınızdan emin olun
RestartWarning = Bilgisayarınızı yeniden başlattığınızdan emin olun
ErrorsLine = Satır
ErrorsFile = Dosya
ErrorsMessage = Hatalar/Uyarılar

4
Sophia/PowerShell 7/Localizations/uk-UA/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Скрипт підтримує тільки Windows 10 x64
UnsupportedOSBuild = Скрипт підтримує тільки Windows 10 версії 2004/20H2/21H1 та вище
UpdateWarning = Ваш білд Windows 10: {0}. {1}. {2}. {3}. Підтримуваний білд: 19041.1151 та вище
UpdateWarning = Встановлений зведене оновлення Windows 10: {0}. Останній підтримуваний зведене оновлення: 1151 Росія і вище. Будь ласка, запустіть оновлення Windows і спробуйте заново
UnsupportedLanguageMode = Сесія PowerShell працює в обмеженому режимі
LoggedInUserNotAdmin = Поточний увійшов користувач не володіє правами адміністратора
UnsupportedPowerShell = Ви намагаєтеся запустити скрипт в PowerShell {0}. Запустіть скрипт у відповідній версії PowerShell
@ -44,7 +44,7 @@ TempTaskNotificationEvent = Папка тимчасових фа
FolderTaskDescription = Очищення папки "{0}"
EventViewerCustomViewName = Створення процесу
EventViewerCustomViewDescription = Події створення нового процесу і аудит командного рядка
RestartWarning = \nОбов'язково перезавантажте ваш ПК
RestartWarning = Обов'язково перезавантажте ваш ПК
ErrorsLine = Рядок
ErrorsFile = Файл
ErrorsMessage = Помилки/попередження

4
Sophia/PowerShell 7/Localizations/zh-CN/Sophia.psd1

@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = 该脚本仅支持Windows 10 x64
UnsupportedOSBuild = 该脚本支持Windows 10版本2004/20H2/21H1和更高版本
UpdateWarning = 您的Windows 10构建{0}.{1}.{2}.{3}支持的构建19041.1151和更高版本
UpdateWarning = 安装了Windows 10累积更新{0}. 最新支持的累积性更新1151及以上请运行Windows Update并再次尝试
UnsupportedLanguageMode = PowerShell会话在有限的语言模式下运行
LoggedInUserNotAdmin = 登录的用户没有管理员的权利
UnsupportedPowerShell = 你想通过PowerShell {0}运行脚本在适当的PowerShell版本中运行该脚本
@ -44,7 +44,7 @@ TempTaskNotificationEvent = 临时文件文件夹已成功清理
FolderTaskDescription = {0}文件夹清理
EventViewerCustomViewName = 进程创建
EventViewerCustomViewDescription = 进程创建和命令行审核事件
RestartWarning = \n确保重启电脑
RestartWarning = 确保重启电脑
ErrorsLine =
ErrorsFile = 文件
ErrorsMessage = 错误/警告

2
Sophia/PowerShell 7/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.12'
ModuleVersion = '5.12.1'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014–2021 farag & Inestic. All rights reserved'

7
Sophia/PowerShell 7/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.12
Date: 05.08.2021
Version: v5.12.1
Date: 06.08.2021
Copyright (c) 20142021 farag
Copyright (c) 20192021 farag & Inestic
@ -82,8 +82,7 @@ function Checkings
{
$false
{
$Version = Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion"
$Version = $Version.CurrentBuild, $Version.UBR
$Version = Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion" -Name UBR
Write-Warning -Message ($Localization.UpdateWarning -f $Version)

6
Sophia/PowerShell 7/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
Version: v5.12
Date: 05.08.2021
Version: v5.12.1
Date: 06.08.2021
Copyright (c) 20142021 farag
Copyright (c) 20192021 farag & Inestic
@ -71,7 +71,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.1 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

Loading…
Cancel
Save