Browse Source

12.076.2021 v5.11

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

27
Sophia/PowerShell 7/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.10.8
Date: 20.06.2021
Version: v5.11
Date: 12.07.2021
Copyright (c) 20142021 farag
Copyright (c) 20192021 farag & Inestic
@ -26,20 +26,6 @@
.NOTES
Separate functions with a comma
.NOTES
https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15
https://habr.com/post/521202/
https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/
https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/
.LINK
https://t.me/sophianews
https://t.me/sophia_chat
.LINK
https://github.com/farag2
https://github.com/Inestic
.LINK
https://github.com/farag2/Windows-10-Sophia-Script
#>
@ -53,7 +39,6 @@ function Sophia
$Functions
)
# Regardless of the functions entered as an argument, the "Checkings" function will be executed first, and the "RefreshEnvironment" and "Errors" functions will be executed at the end
Invoke-Command -ScriptBlock {Checkings}
foreach ($Function in $Functions)
@ -61,12 +46,13 @@ function Sophia
Invoke-Expression -Command $Function
}
# The "RefreshEnvironment" and "Errors" functions will be executed at the end
Invoke-Command -ScriptBlock {RefreshEnvironment; Errors}
}
Clear-Host
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.10.8 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.11 | 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
@ -132,7 +118,7 @@ $Parameters = @{
"UnpinTaskbarShortcuts" + " " + "-" + $ParameterSet + " " + $ValidValue | Where-Object -FilterScript {$_ -like "*$wordToComplete*"} | ForEach-Object -Process {"`"$_`""}
}
# "UnpinTaskbarShortcuts -Shortcuts <functions>" construction
# The "UnpinTaskbarShortcuts -Shortcuts <functions>" construction
"UnpinTaskbarShortcuts" + " " + "-" + $ParameterSet + " " + ($ValidValues -join ", ") | Where-Object -FilterScript {$_ -like "*$wordToComplete*"} | ForEach-Object -Process {"`"$_`""}
}
@ -181,4 +167,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 "UninstallUWPApps, `"PinToStart -UnpinAll`"" -Verbose
Write-Verbose -Message "`nUninstallUWPApps, `"PinToStart -UnpinAll`"" -Verbose
Write-Verbose -Message "`"Set-Association -ProgramPath ```"%ProgramFiles%\Notepad++\notepad++.exe```" -Extension .txt -Icon ```"%ProgramFiles%\Notepad++\notepad++.exe,0```"`"" -Verbose

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

@ -1,7 +1,11 @@
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
UnsupportedLanguageMode = Die PowerShell-Sitzung wird in einem eingeschränkten Sprachmodus ausgeführt
LoggedInUserNotAdmin = Der angemeldete Benutzer hat keine Administratorrechte
UnsupportedISE = Das Skript unterstützt nicht die Ausführung über Windows PowerShell ISE
Win10TweakerWarning = Wahrscheinlich wurde Ihr Betriebssystem über die Win 10 Tweaker-Hintertür infiziert
UpdateWarning = Ihr Windows 10-Build: {0}.{1}.{2}.{3}. Unterstützter Build: 10.0.19043.1052 und höher
UnsupportedRelease = Neue Version gefunden
CustomizationWarning = \nHaben Sie alle Funktionen in der voreingestellten Datei Sophia.ps1 angepasst, bevor Sie Sophia Script ausführen?
ControlledFolderAccessDisabled = Kontrollierter Ordnerzugriff deaktiviert
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Bereinigung ungenutzter Windows-Date
SoftwareDistributionTaskNotificationEvent = Der Windows Update-Cache wurde erfolgreich gelöscht
TempTaskNotificationEvent = Der Ordner mit den temporären Dateien wurde erfolgreich bereinigt
FolderTaskDescription = Die Bereinigung des Ordners "{0}"
ControlledFolderAccess = Kontrollierter Ordner-Zugriff
ProtectedFoldersRequest = Möchten Sie den kontrollierten Ordnerzugriff aktivieren und den Ordner angeben, den Microsoft Defender vor bösartigen Anwendungen und Bedrohungen schützen soll?
ProtectedFoldersListRemoved = Gelöschte Ordner
AppControlledFolderRequest = Möchten Sie eine Anwendung angeben, die über den Zugriff auf Kontrollierte Ordner erlaubt ist?
AllowedControlledFolderAppsRemoved = Erlaubte Anwendungen entfernt
DefenderExclusionFolderRequest = Möchten Sie einen Ordner angeben, der von den Malware-Scans von Microsoft Defender ausgeschlossen werden soll?
DefenderExclusionFoldersListRemoved = Ausgeschlossene Ordner entfernt
AddDefenderExclusionFileRequest = Möchten Sie eine Datei angeben, die von den Malware-Scans von Microsoft Defender ausgeschlossen werden soll?
DefenderExclusionFilesRemoved = Ausgeschlossene Dateien entfernt
EventViewerCustomViewName = Prozess-Erstellung
EventViewerCustomViewDescription = Ereignisse zur Prozesserstellung und Befehlszeilen-Auditierung
RestartWarning = Achten Sie darauf, Ihren PC neu zu starten
RestartWarning = \nAchten Sie darauf, Ihren PC neu zu starten
ErrorsLine = Zeile
ErrorsFile = Datei
ErrorsMessage = Fehler/Warnungen

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

@ -1,7 +1,11 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = The script supports Windows 10 x64 only
UnsupportedOSBuild = The script supports Windows 10 2004/20H2/21H1 versions and higher
UnsupportedLanguageMode = The PowerShell session in running in a limited language mode
LoggedInUserNotAdmin = The logged-on user doesn't have admin rights
UnsupportedISE = The script doesn't support running via Windows PowerShell ISE
Win10TweakerWarning = Probably your OS was infected via the Win 10 Tweaker backdoor
UpdateWarning = Your Windows 10 build: {0}.{1}.{2}.{3}. Supported build: 10.0.19043.1052 and higher
UnsupportedRelease = A new version found
CustomizationWarning = \nHave you customized every function in the Sophia.ps1 preset file before running Sophia Script?
ControlledFolderAccessDisabled = Controlled folder access disabled
@ -20,7 +24,7 @@ UserFolderSelect = Select a folder for the "{0}" folder
UserDefaultFolder = Would you like to change the location of the "{0}" folder to the default value?
ReservedStorageIsInUse = This operation is not supported when reserved storage is in use\nPlease wait for any servicing operations to complete and then try again later
ShortcutPinning = The "{0}" shortcut is being pinned to Start
UninstallUWPForAll = For All Users
UninstallUWPForAll = For all users
UWPAppsTitle = UWP Apps
WSLUpdateDownloading = Downloading the Linux kernel update package... ~14 MB
WSLUpdateInstalling = Installing the Linux kernel update package...
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Pop-up notification reminder about c
SoftwareDistributionTaskNotificationEvent = The Windows update cache successfully deleted
TempTaskNotificationEvent = The temp files folder successfully cleaned up
FolderTaskDescription = The {0} folder cleanup
ControlledFolderAccess = Controlled folder access
ProtectedFoldersRequest = Would you like to enable Controlled folder access and specify the folder that Microsoft Defender will protect from malicious apps and threats?
ProtectedFoldersListRemoved = Removed folders
AppControlledFolderRequest = Would you like to specify an app that is allowed through Controlled Folder access?
AllowedControlledFolderAppsRemoved = Removed allowed apps
DefenderExclusionFolderRequest = Would you like to specify a folder to be excluded from Microsoft Defender malware scans?
DefenderExclusionFoldersListRemoved = Excluded folders removed
AddDefenderExclusionFileRequest = Would you like to specify a file to be excluded from Microsoft Defender malware scans?
DefenderExclusionFilesRemoved = Excluded files removed
EventViewerCustomViewName = Process Creation
EventViewerCustomViewDescription = Process creation and command-line auditing events
RestartWarning = Make sure to restart your PC
RestartWarning = \nMake sure to restart your PC
ErrorsLine = Line
ErrorsFile = File
ErrorsMessage = Errors/Warnings
@ -62,10 +57,10 @@ Enable = Enable
EXEFilesFilter = *.exe|*.exe|All Files (*.*)|*.*
FolderSelect = Select a folder
FilesWontBeMoved = Files will not be moved
FourHours = 4 Hours
HalfHour = 30 Minutes
FourHours = 4 hours
HalfHour = 30 minutes
Install = Install
Minute = 1 Minute
Minute = 1 minute
NoData = Nothing to display
NoInternetConnection = No Internet connection
NoResponse = A connection could not be established with https://store.rg-adguard.net

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

@ -1,8 +1,12 @@
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
UnsupportedLanguageMode = Sesión de PowerShell ejecutada en modo de lenguaje limitado
LoggedInUserNotAdmin = El usuario que inició sesión no tiene derechos de administrador
UnsupportedISE = El script no es compatible con la ejecución a través de Windows PowerShell ISE
UnsupportedRelease = Nueva versión encontrada
Win10TweakerWarning = Probablemente su sistema operativo fue infectado a través del backdoor Win 10 Tweaker
UpdateWarning = Su build de Windows 10: {0}.{1}.{2}.{3}. Compilación compatible: 10.0.19043.1052 y superiores
UnsupportedRelease = Una nueva versión encontrada
CustomizationWarning = \n¿Ha personalizado todas las funciones del archivo predeterminado Sophia.ps1 antes de ejecutar Sophia Script?
ControlledFolderAccessDisabled = Acceso a la carpeta controlada deshabilitado
ScheduledTasks = Tareas programadas
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Pop-up recordatorio de notificacione
SoftwareDistributionTaskNotificationEvent = La caché de actualización de Windows eliminado correctamente
TempTaskNotificationEvent = Los archivos de la carpeta Temp limpiados con éxito
FolderTaskDescription = La limpieza de la carpeta "{0}"
ControlledFolderAccess = Acceso a la carpeta controlada
ProtectedFoldersRequest = ¿Le gustaría permitir el acceso controlado carpeta y especifique la carpeta que Microsoft Defender protegerá de aplicaciones maliciosas y amenazas?
ProtectedFoldersListRemoved = Se han eliminado las carpetas
AppControlledFolderRequest = ¿Le gustaría especificar una aplicación que se le permite el acceso a través de carpetas controladas?
AllowedControlledFolderAppsRemoved = Aplicaciones permitidas eliminadas
DefenderExclusionFolderRequest = ¿Le gustaría especificar una carpeta que se excluyen del análisis de malware Microsoft Defender?
DefenderExclusionFoldersListRemoved = Carpetas excluidas removidas
AddDefenderExclusionFileRequest = ¿Le gustaría especificar un archivo que se excluyen del análisis de malware Microsoft Defender?
DefenderExclusionFilesRemoved = Archivos excluidos eliminados
EventViewerCustomViewName = Creación de proceso
EventViewerCustomViewDescription = Eventos de auditoría de línea de comandos y creación de procesos
RestartWarning = Asegúrese de reiniciar su PC
RestartWarning = \nAsegúrese de reiniciar su PC
ErrorsLine = Línea
ErrorsFile = Archivo
ErrorsMessage = Errores/Advertencias

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

@ -1,7 +1,11 @@
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
UnsupportedLanguageMode = La session PowerShell s'exécute dans un mode de langue limité
LoggedInUserNotAdmin = L'utilisateur connecté n'a pas de droits d'administrateur
UnsupportedISE = Le script ne supporte pas l'exécution via Windows PowerShell ISE
Win10TweakerWarning = Votre système d'exploitation a probablement été infecté par la porte dérobée Win 10 Tweaker
UpdateWarning = Votre version de Windows 10 : {0}.{1}.{2}.{3}. Version prise en charge : 10.0.19043.1052 et ultérieures
UnsupportedRelease = Nouvelle version trouvée
CustomizationWarning = \nAvez-vous personnalisé chaque fonction du fichier de préréglage Sophia.ps1 avant d'exécuter Sophia Script?
ControlledFolderAccessDisabled = Contrôle d'accès aux dossiers désactivé
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Rappel de notification contextuelle
SoftwareDistributionTaskNotificationEvent = Le cache de mise à jour Windows a bien été supprimé
TempTaskNotificationEvent = Le dossier des fichiers temporaires a été nettoyé avec succès
FolderTaskDescription = Nettoyage du dossier "{0}"
ControlledFolderAccess = Contrôle d'accès aux dossiers
ProtectedFoldersRequest = Souhaitez-vous activer le contrôle d'accès aux dossiers et spécifier le dossier que Microsoft Defender protégera contre les applications malveillantes et les menaces?
ProtectedFoldersListRemoved = Dossiers supprimés
AppControlledFolderRequest = Souhaitez-vous spécifier une application autorisée via le contrôle d'accès aux dossiers?
AllowedControlledFolderAppsRemoved = Applications autorisées supprimées
DefenderExclusionFolderRequest = Souhaitez-vous spécifier un dossier à exclure des analyses de logiciels malveillants de Microsoft Defender?
DefenderExclusionFoldersListRemoved = Dossiers exclus supprimés
AddDefenderExclusionFileRequest = Souhaitez-vous spécifier un fichier à exclure des analyses de logiciels malveillants de Microsoft Defender?
DefenderExclusionFilesRemoved = Fichiers exclus supprimés
EventViewerCustomViewName = Création du processus
EventViewerCustomViewDescription = Audit des événements de création du processus et de ligne de commande
RestartWarning = Assurez-vous de redémarrer votre PC
RestartWarning = \nAssurez-vous de redémarrer votre PC
ErrorsLine = Ligne
ErrorsFile = Fichier
ErrorsMessage = Erreurs/Avertissements

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

@ -1,7 +1,11 @@
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
UnsupportedLanguageMode = A PowerShell munkamenet korlátozott nyelvi üzemmódban fut
LoggedInUserNotAdmin = A bejelentkezett felhasználó nem rendelkezik admin jogokkal
UnsupportedISE = A szkript nem támogatja a "Windows PowerShell ISE" futtatását
Win10TweakerWarning = Valószínűleg az operációs rendszerét a Win 10 Tweaker backdoor segítségével fertőzték meg.
UpdateWarning = Az Ön Windows 10 építése: {0}.{1}.{2}.{3}. Támogatott build: 10.0.19043.1052 és magasabb verziószámok
UnsupportedRelease = Új verzió érhető el
CustomizationWarning = \nSzemélyre szabott minden opciót a Sophia.ps1 preset fájlban, mielőtt futtatni kívánja a Sophia szkriptet?
ControlledFolderAccessDisabled = Vezérelt mappához való hozzáférés kikapcsolva
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Előugró emlékeztető figyelmeztet
SoftwareDistributionTaskNotificationEvent = A Windows frissités számára fenntartott ideiglenes tárhely sikeresen megtisztítva
TempTaskNotificationEvent = Az ideiglenes fájlok tárolására szolgáló könyvtár tisztítása sikeresen megtörtént
FolderTaskDescription = A {0} könyvtár tisztítása
ControlledFolderAccess = Vezérelt mappához való hozzáférés
ProtectedFoldersRequest = Kívánja engedélyezni a vezérelt mappához való hozzáférest és könyvtárat kijelölni, amit a Microsoft Defender majd megvéd a kártékony alkalmazásoktol es fenyegetésektől?
ProtectedFoldersListRemoved = Eltávolított könyvtárak
AppControlledFolderRequest = Szeretne megadni egy alkalmazást, ami a vezérelt mappához való hozzáférésben engedélyezett?
AllowedControlledFolderAppsRemoved = Engedélyezett alkalmazások eltávolítva
DefenderExclusionFolderRequest = Kíván könyvtárakat kihagyni a Microsoft Defender Malware ellenőrzéséből?
DefenderExclusionFoldersListRemoved = A kihagyott könyvtárak eltávolítva
AddDefenderExclusionFileRequest = Kíván fájlokat kihagyni a Microsoft Defender Malware ellenörzéséből?
DefenderExclusionFilesRemoved = A kihagyott fájlok eltávolítva
EventViewerCustomViewName = Folyamatok
EventViewerCustomViewDescription = Folyamatok létrehozása és parancssor ellenőrző események
RestartWarning = Kérem ne felejtse el újraindítani a számítógépét
RestartWarning = \nKérem ne felejtse el újraindítani a számítógépét
ErrorsLine = Sor
ErrorsFile = Fájl
ErrorsMessage = Hibák/Figyelmeztetések

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

@ -1,7 +1,11 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Lo script supporta solo Windows 10 x64
UnsupportedOSBuild = Lo script supporta Windows 10, 2004/20H2/21H1 versioni e superiori
UnsupportedLanguageMode = La sessione PowerShell è in esecuzione in una modalità di lingua limitata
LoggedInUserNotAdmin = L'utente connesso non ha i diritti di amministratore
UnsupportedISE = Lo script non supporta l'esecuzione tramite Windows PowerShell ISE
Win10TweakerWarning = Probabilmente il tuo sistema operativo è stato infettato tramite la backdoor Win 10 Tweaker
UpdateWarning = La tua build di Windows 10: {0}.{1}.{2}.{3}. Build supportata: 10.0.19043.1052 e successive
UnsupportedRelease = Nuova versione trovata
CustomizationWarning = \nSono state personalizzate tutte le funzioni nel file delle preimpostazioni Sophia.ps1 prima di eseguire Sophia Script?
ControlledFolderAccessDisabled = l'accesso alle cartelle controllata disattivata
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Pop-up promemoria notifica di pulizi
SoftwareDistributionTaskNotificationEvent = La cache di aggiornamento di Windows cancellato con successo
TempTaskNotificationEvent = I file cartella Temp puliti con successo
FolderTaskDescription = La pulizia della cartella "{0}"
ControlledFolderAccess = l'accesso alle cartelle Controlled
ProtectedFoldersRequest = Vuoi per consentire l'accesso alle cartelle Controllata e specificare la cartella in cui Microsoft Defender protegge dalle applicazioni malevoli e minacce?
ProtectedFoldersListRemoved = Cartelle rimossi
AppControlledFolderRequest = Volete specificare un app che è consentito attraverso l'accesso controllato cartella?
AllowedControlledFolderAppsRemoved = Applicazioni consentite rimosse
DefenderExclusionFolderRequest = Volete specificare una cartella da escludere dalla Microsoft Defender scansioni di malware?
DefenderExclusionFoldersListRemoved = Cartelle escluse rimossi
AddDefenderExclusionFileRequest = Volete specificare un file da escludere dalla Microsoft Defender scansioni di malware?
DefenderExclusionFilesRemoved = File esclusi rimossi
EventViewerCustomViewName = Creazione di processo
EventViewerCustomViewDescription = Creazione di processi ed eventi di controllo della riga di comando
RestartWarning = Assicurarsi di riavviare il PC
RestartWarning = \nAssicurarsi di riavviare il PC
ErrorsLine = Linea
ErrorsFile = File
ErrorsMessage = Errori/avvisi

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

@ -1,7 +1,11 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = O script suporta somente Windows 10 x64
UnsupportedOSBuild = O script suporta versões Windows 10 2004/20H2/21H1 e superior
UnsupportedLanguageMode = A sessão PowerShell em funcionamento em um modo de linguagem limitada
LoggedInUserNotAdmin = O usuário logado não tem direitos de administrador
UnsupportedISE = O guião não suporta a execução através do Windows PowerShell ISE
Win10TweakerWarning = Probabilmente il tuo sistema operativo è stato infettato tramite la backdoor Win 10 Tweaker
UpdateWarning = La tua build di Windows 10: {0}.{1}.{2}.{3}. Build supportata: 10.0.19043.1052 e successive
UnsupportedRelease = Nova versão encontrada
CustomizationWarning = \nVocê personalizou todas as funções no arquivo de predefinição Sophia.ps1 antes de executar o Sophia Script?
ControlledFolderAccessDisabled = Acesso controlado a pasta desativada
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Pop-up lembrete de notificação sob
SoftwareDistributionTaskNotificationEvent = O cache de atualização do Windows excluído com sucesso
TempTaskNotificationEvent = Os arquivos da pasta Temp limpos com sucesso
FolderTaskDescription = A limpeza da pasta "{0}"
ControlledFolderAccess = Acesso à pasta controlada
ProtectedFoldersRequest = Gostaria de permitir o acesso à pasta controlada e especificar a pasta que Microsoft Defender irá proteger de aplicativos maliciosos e ameaças?
ProtectedFoldersListRemoved = Pastas removidas
AppControlledFolderRequest = Gostaria de especificar um aplicativo que é permitido através do acesso pasta controlada?
AllowedControlledFolderAppsRemoved = Aplicações permitidas removidas
DefenderExclusionFolderRequest = Gostaria de especificar uma pasta a ser excluído da Microsoft Defender scans de malware?
DefenderExclusionFoldersListRemoved = Pastas excluídas removidas
AddDefenderExclusionFileRequest = Gostaria de especificar um arquivo a ser excluído do Microsoft Defender scans de malware?
DefenderExclusionFilesRemoved = Arquivos excluídos removidos
EventViewerCustomViewName = Criação de processo
EventViewerCustomViewDescription = Criação de processos e eventos de auditoria de linha de comando
RestartWarning = Certifique-se de reiniciar o PC
RestartWarning = \nCertifique-se de reiniciar o PC
ErrorsLine = Linha
ErrorsFile = Arquivo
ErrorsMessage = Erros/Avisos

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

@ -1,7 +1,11 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Скрипт поддерживает только Windows 10 x64
UnsupportedOSBuild = Скрипт поддерживает только Windows 10 версии 2004/20H2/21H1 и выше
UnsupportedISE = Скрипт не поддерживает работу через Windows PowerShell ISE
UnsupportedLanguageMode = Сессия PowerShell работает в ограниченном режиме
LoggedInUserNotAdmin = Текущий вошедший пользователь не обладает правами администратора
UnsupportedISE = Скрипт не поддерживает работу через Windows PowerShell ISE]
Win10TweakerWarning = Ваша ОС, возможно, через бэкдор в Win 10 Tweaker заражена трояном
UpdateWarning = Ваш билд Windows 10: {0}.{1}.{2}.{3}. Поддерживаемый билд: 10.0.19043.1052 и выше
UnsupportedRelease = Обнаружена новая версия
CustomizationWarning = \nВы настроили все функции в пресет-файле Sophia.ps1 перед запуском Sophia Script?
ControlledFolderAccessDisabled = Контролируемый доступ к папкам выключен
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Всплывающее уведом
SoftwareDistributionTaskNotificationEvent = Кэш обновлений Windows успешно удален
TempTaskNotificationEvent = Папка временных файлов успешно очищена
FolderTaskDescription = Очистка папки {0}
ControlledFolderAccess = Контролируемый доступ к папкам
ProtectedFoldersRequest = Хотите включить контролируемый доступ к папкам и указать папку, которую Microsoft Defender будет защищать от вредоносных приложений и угроз?
ProtectedFoldersListRemoved = Удаленные папки
AppControlledFolderRequest = Указать приложение, которому разрешена работа через контролируемый доступ к папкам
AllowedControlledFolderAppsRemoved = Удаленные разрешенные приложения
DefenderExclusionFolderRequest = Указать папку, чтобы исключить ее из списка сканирования Microsoft Defender?
DefenderExclusionFoldersListRemoved = Исключенные папки удалены
AddDefenderExclusionFileRequest = Указать файл, чтобы исключить его из списка сканирования Microsoft Defender?
DefenderExclusionFilesRemoved = Исключенные файлы удалены
EventViewerCustomViewName = Создание процесса
EventViewerCustomViewDescription = События содания нового процесса и аудит командной строки
RestartWarning = Обязательно перезагрузите ваш ПК
RestartWarning = \nОбязательно перезагрузите ваш ПК
ErrorsLine = Строка
ErrorsFile = Файл
ErrorsMessage = Ошибки/предупреждения

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

@ -1,7 +1,11 @@
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
UnsupportedLanguageMode = Sınırlı bir dil modunda çalışan PowerShell oturumu
LoggedInUserNotAdmin = Oturum açan kullanıcının yönetici hakları yok
UnsupportedISE = Komut dosyası, Windows PowerShell ISE üzerinden çalıştırmayı desteklemiyor
Win10TweakerWarning = Muhtemelen işletim sisteminize Win 10 Tweaker arka kapısı yoluyla bulaştı
UpdateWarning = Windows 10 yapınız: {0}.{1}.{2}.{3}. Desteklenen yapı: 10.0.19043.1052 ve üstünü destekliyor
UnsupportedRelease = Yeni sürüm bulundu
CustomizationWarning = \nSophia Script'i çalıştırmadan önce Sophia.ps1 ön ayar dosyasındaki her işlevi özelleştirdiniz mi?
ControlledFolderAccessDisabled = Kontrollü klasör erişimi devre dışı bırakıldı
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Windows kullanılmayan dosyaları ve
SoftwareDistributionTaskNotificationEvent = Windows güncelleme önbelleği başarıyla silindi
TempTaskNotificationEvent = Geçici dosyalar klasörü başarıyla temizlendi
FolderTaskDescription = "{0}" klasörü temizleniyor
ControlledFolderAccess = Kontrollü klasör erişimi
ProtectedFoldersRequest = Kontrollü klasör erişimini etkinleştirmek ve Microsoft Defender'ın kötü amaçlı uygulamalardan ve tehditlerden koruyacağı klasörü belirtmek ister misiniz?
ProtectedFoldersListRemoved = Silinen klasörler
AppControlledFolderRequest = Kontrollü Klasör erişimine izin verilen bir uygulama belirtmek ister misiniz?
AllowedControlledFolderAppsRemoved = Tüm kaldırılan uygulamalar
DefenderExclusionFolderRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında tutulacak bir klasör belirtmek ister misiniz?
DefenderExclusionFoldersListRemoved = Hariç tutulan klasörler kaldırıldı
AddDefenderExclusionFileRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında bırakılacak bir dosya belirtmek ister misiniz?
DefenderExclusionFilesRemoved = Hariç tutulan dosyalar kaldırıldı
EventViewerCustomViewName = Süreç Oluşturma
EventViewerCustomViewDescription = Süreç oluşturma ve komut satırı denetleme olayları
RestartWarning = Bilgisayarınızı yeniden başlattığınızdan emin olun
RestartWarning = \nBilgisayarınızı yeniden başlattığınızdan emin olun
ErrorsLine = Satır
ErrorsFile = Dosya
ErrorsMessage = Hatalar/Uyarılar

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

@ -1,7 +1,11 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Скрипт підтримує тільки Windows 10 x64
UnsupportedOSBuild = Скрипт підтримує тільки Windows 10 версії 2004/20H2/21H1 та вище
UnsupportedLanguageMode = Сесія PowerShell працює в обмеженому режимі
LoggedInUserNotAdmin = Поточний увійшов користувач не володіє правами адміністратора
UnsupportedISE = Скрипт не підтримує роботу через Windows PowerShell ISE
Win10TweakerWarning = Ваша ОС, можливо, через бекдор в Win 10 Tweaker заражена трояном
UpdateWarning = Ваш білд Windows 10: {0}. {1}. {2}. {3}. Підтримуваний білд: 10.0.19043.1052 та вище
UnsupportedRelease = Виявлено нову версію
CustomizationWarning = \nВи налаштували всі функції в пресет-файлі Sophia.ps1 перед запуском Sophia Script?
ControlledFolderAccessDisabled = Контрольований доступ до папок вимкнений
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = Спливаюче повідомл
SoftwareDistributionTaskNotificationEvent = Кеш оновлень Windows успішно видалений
TempTaskNotificationEvent = Папка тимчасових файлів успішно очищена
FolderTaskDescription = Очищення папки "{0}"
ControlledFolderAccess = Контрольований доступ до папок
ProtectedFoldersRequest = Бажаєте увімкнути контрольований доступ до папок і вказати папку, яку Microsoft Defender буде захищати від шкідливих додатків і загроз?
ProtectedFoldersListRemoved = Видалення папки
AppControlledFolderRequest = Вказати додаток, якому дозволена робота через контрольований доступ до папок
AllowedControlledFolderAppsRemoved = Видалені дозволені додатки
DefenderExclusionFolderRequest = Вказати папку, щоб виключити її зі списку сканування Microsoft Defender?
DefenderExclusionFoldersListRemoved = Виключені папки видалені
AddDefenderExclusionFileRequest = Вказати файл, щоб виключити його зі списку сканування Microsoft Defender?
DefenderExclusionFilesRemoved = Виключені файли видалені
EventViewerCustomViewName = Створення процесу
EventViewerCustomViewDescription = Події створення нового процесу і аудит командного рядка
RestartWarning = Обов'язково перезавантажте ваш ПК
RestartWarning = \nОбов'язково перезавантажте ваш ПК
ErrorsLine = Рядок
ErrorsFile = Файл
ErrorsMessage = Помилки/попередження

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

@ -1,10 +1,14 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = 该脚本仅支持Windows 10 x64
UnsupportedOSBuild = 该脚本支持Windows 10版本2004/20H2/21H1和更高版本
UnsupportedLanguageMode = PowerShell会话在有限的语言模式下运行
LoggedInUserNotAdmin = 登录的用户没有管理员的权利
UnsupportedISE = 该脚本不支持通过Windows PowerShell ISE运行
Win10TweakerWarning = 可能你的操作系统是通过Win 10 Tweaker后门感染的
UpdateWarning = 您的Windows 10构建{0}.{1}.{2}.{3}. 支持的构建10.0.19043.1052和更高版本
UnsupportedRelease = 找到新版本
CustomizationWarning = \n在运行Sophia Script之前您是否已自定义Sophia.ps1预设文件中的每个功能
ControlledFolderAccessDisabled = 受控文件夹访问禁用
CustomizationWarning = \n在运行Sophia Script之前您是否已自定义Sophia.ps1预设文件中的每个函数
ControlledFolderAccessDisabled = 受控文件夹访问禁用
ScheduledTasks = 计划任务
OneDriveUninstalling = 卸载OneDrive
OneDriveInstalling = OneDrive正在安装......
@ -37,18 +41,9 @@ CleanupNotificationTaskDescription = 关于清理Windows未使用的文
SoftwareDistributionTaskNotificationEvent = Windows更新缓存已成功删除
TempTaskNotificationEvent = 临时文件文件夹已成功清理
FolderTaskDescription = {0}文件夹清理
ControlledFolderAccess = 受控文件夹访问
ProtectedFoldersRequest = 是否启用受控文件夹访问权限并指定文件夹,由微软Defender保护其免受恶意应用程序威胁
ProtectedFoldersListRemoved = 已被移除的文件夹
AppControlledFolderRequest = 是否指定应用获取受控文件夹访问权限
AllowedControlledFolderAppsRemoved = 删除了允许的应用
DefenderExclusionFolderRequest = 是否要添加指定文件夹到微软Defender的恶意软件扫描白名单
DefenderExclusionFoldersListRemoved = 排除的文件夹已删除
AddDefenderExclusionFileRequest = 是否要添加指定文件到微软Defender的恶意软件扫描白名单
DefenderExclusionFilesRemoved = 排除文件已删除
EventViewerCustomViewName = 进程创建
EventViewerCustomViewDescription = 进程创建和命令行审核事件
RestartWarning = 确保重启电脑
RestartWarning = \n确保重启电脑
ErrorsLine =
ErrorsFile = 文件
ErrorsMessage = 错误/警告

2
Sophia/PowerShell 7/Manifest/Sophia.psd1

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

2531
Sophia/PowerShell 7/Module/Sophia.psm1

File diff suppressed because it is too large

499
Sophia/PowerShell 7/Sophia.ps1

File diff suppressed because it is too large
Loading…
Cancel
Save