Browse Source

Merge pull request #1 from farag2/master

pull
pull/78/head
Ranger2000 5 years ago
committed by GitHub
parent
commit
f41215c938
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      4.x (outdated)/190x/1903-1909.cmd
  2. 2
      4.x (outdated)/190x/1903-1909.ps1
  3. 0
      4.x (outdated)/200x/2004.cmd
  4. 2
      4.x (outdated)/200x/2004.ps1
  5. 4
      README.md
  6. 17
      Sophia/Sophia.ps1
  7. BIN
      Sophia/Sophia.psd1
  8. 54
      Sophia/Sophia.psm1
  9. 178
      Sophia/de-DE/Sophia.psd1
  10. 348
      Sophia/en-US/Sophia.psd1
  11. 348
      Sophia/ru-RU/Sophia.psd1

0
190x/1903-1909.cmd → 4.x (outdated)/190x/1903-1909.cmd

2
190x/1903-1909.ps1 → 4.x (outdated)/190x/1903-1909.ps1

@ -3518,4 +3518,4 @@ if ($Error)
} }
} }
} | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim() } | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim()
} }

0
200x/2004.cmd → 4.x (outdated)/200x/2004.cmd

2
200x/2004.ps1 → 4.x (outdated)/200x/2004.ps1

@ -3588,4 +3588,4 @@ if ($Error)
} }
} }
} | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim() } | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim()
} }

4
README.md

@ -3,8 +3,10 @@
**"Windows 10 Sophia Script" is a module for Windows 10 fine-tuning and automating the routine tasks** 🏆 **"Windows 10 Sophia Script" is a module for Windows 10 fine-tuning and automating the routine tasks** 🏆
![Minimum Supported PowerShell Version](https://img.shields.io/badge/PowerShell-5.1-brightgreen.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b1ce4ce852f148a88c47ea33ad172044)](https://www.codacy.com/manual/farag2/Windows-10-Sophia-Script) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/b1ce4ce852f148a88c47ea33ad172044)](https://www.codacy.com/manual/farag2/Windows-10-Sophia-Script)
![GitHub All Releases](https://img.shields.io/github/downloads/farag2/Windows-10-Setup-Script/total) ![GitHub All Releases](https://img.shields.io/github/downloads/farag2/Windows-10-Setup-Script/total)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q51QUJC) [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q51QUJC)
</div> </div>
@ -16,7 +18,7 @@
* Due to the fact that the script includes more than **270** functions, you must read the entire **preset file** carefully and **comment out/uncomment** those functions that you do/do not want to be executed. Every tweak in a preset file has its' corresponding function to **restore the default settings**. * Due to the fact that the script includes more than **270** functions, you must read the entire **preset file** carefully and **comment out/uncomment** those functions that you do/do not want to be executed. Every tweak in a preset file has its' corresponding function to **restore the default settings**.
* Running the script is best done on a fresh install because running it on **wrong** tweaked system may result in errors occurring. * Running the script is best done on a fresh install because running it on **wrong** tweaked system may result in errors occurring.
* Some third-party antiviruses flag this script or its' part as malicious one. This is a false positive due to [$EncodedScript](https://github.com/farag2/Windows-10-Sophia-Script/blob/0f9bbee7e1d43f487eb0855e0d1e44ff569fc4a9/200x/2004.ps1#L2837) variable. You can read more about in "CreateCleanUpTask" function. You might need to disable tamper protection from your antivirus settings, re-enable it after running the script, and reboot. * Some third-party antiviruses flag this script or its' part as malicious one. This is a **false positive/** due to [$EncodedScript](https://github.com/farag2/Windows-10-Sophia-Script/blob/0f9bbee7e1d43f487eb0855e0d1e44ff569fc4a9/200x/2004.ps1#L2837) variable. You can read more about in "CreateCleanUpTask" function. You might need to disable tamper protection from your antivirus settings, re-enable it after running the script, and reboot.
## Screenshots ## Screenshots

17
Sophia/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Windows 10 Sophia Script" Default preset file for "Windows 10 Sophia Script"
Version: v5.1 Version: v5.1.1
Date: 05.10.2020 Date: 09.10.2020
Copyright (c) 2020 farag & oZ-Zo Copyright (c) 2020 farag & oZ-Zo
Thanks to all http://forum.ru-board.com members involved Thanks to all http://forum.ru-board.com members involved
@ -15,7 +15,7 @@
and comment out/uncomment those functions that you do/do not want to be executed and comment out/uncomment those functions that you do/do not want to be executed
Every tweak in a preset file has its' corresponding function to restore the default settings Every tweak in a preset file has its' corresponding function to restore the default settings
Running the script is best done on a fresh install because running it on tweaked system may result in errors occurring Running the script is best done on a fresh install because running it on wrong tweaked system may result in errors occurring
PowerShell must be run with elevated privileges PowerShell must be run with elevated privileges
Set execution policy to be able to run scripts only in the current PowerShell session: Set execution policy to be able to run scripts only in the current PowerShell session:
@ -34,8 +34,13 @@
https://github.com/farag2/Windows-10-Sophia-Script https://github.com/farag2/Windows-10-Sophia-Script
#> #>
#Requires -RunAsAdministrator
#Requires -Version 5.1
Clear-Host
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name .\Sophia.psm1 -Force Import-Module -Name .\Sophia.psd1 -PassThru -Force
Import-LocalizedData -BindingVariable Global:Localization Import-LocalizedData -BindingVariable Global:Localization
@ -492,11 +497,11 @@ SetTempPath
# Enable Windows 260 character path limit # Enable Windows 260 character path limit
# Включить ограничение Windows на 260 символов в пути # Включить ограничение Windows на 260 символов в пути
# EnableWin32LongPaths EnableWin32LongPaths
# Disable Windows 260 character path limit # Disable Windows 260 character path limit
# Отключить ограничение Windows на 260 символов в пути # Отключить ограничение Windows на 260 символов в пути
DisableWin32LongPaths # DisableWin32LongPaths
# Display the Stop error information on the BSoD # Display the Stop error information on the BSoD
# Отображать Stop-ошибку при появлении BSoD # Отображать Stop-ошибку при появлении BSoD

BIN
Sophia/Sophia.psd1

Binary file not shown.

54
Sophia/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
"Windows 10 Sophia Script" is a set of functions for Windows 10 fine-tuning and automating the routine tasks "Windows 10 Sophia Script" is a set of functions for Windows 10 fine-tuning and automating the routine tasks
Version: v5.1 Version: v5.1.1
Date: 08.10.2020 Date: 09.10.2020
Copyright (c) 2020 farag & oZ-Zo Copyright (c) 2020 farag & oZ-Zo
Thanks to all http://forum.ru-board.com members involved Thanks to all http://forum.ru-board.com members involved
@ -37,11 +37,6 @@
#region Check #region Check
function Check function Check
{ {
#Requires -RunAsAdministrator
#Requires -Version 5.1
Clear-Host
Set-StrictMode -Version Latest Set-StrictMode -Version Latest
# Сlear the $Error variable # Сlear the $Error variable
@ -57,7 +52,6 @@ function Check
Write-Warning -Message $Localization.UnsupportedOSBitness Write-Warning -Message $Localization.UnsupportedOSBitness
break break
} }
Default {}
} }
# Turn off Controlled folder access to let the script proceed # Turn off Controlled folder access to let the script proceed
@ -73,7 +67,6 @@ function Check
# Открыть раздел "Защита от программ-шатажистов" # Открыть раздел "Защита от программ-шатажистов"
Start-Process -FilePath windowsdefender://RansomwareProtection Start-Process -FilePath windowsdefender://RansomwareProtection
} }
Default {}
} }
} }
#endregion Check #endregion Check
@ -146,6 +139,7 @@ function DisableWindowsErrorReporting
{ {
if ((Get-WindowsEdition -Online).Edition -notmatch "Core*") if ((Get-WindowsEdition -Online).Edition -notmatch "Core*")
{ {
Get-ScheduledTask -TaskName QueueReporting | Disable-ScheduledTask
New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\Windows Error Reporting" -Name Disabled -PropertyType DWord -Value 1 -Force New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\Windows Error Reporting" -Name Disabled -PropertyType DWord -Value 1 -Force
} }
} }
@ -154,6 +148,7 @@ function DisableWindowsErrorReporting
# Включить отчеты об ошибках Windows для текущего пользователя # Включить отчеты об ошибках Windows для текущего пользователя
function EnableWindowsErrorReporting function EnableWindowsErrorReporting
{ {
Get-ScheduledTask -TaskName QueueReporting | Enable-ScheduledTask
Remove-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\Windows Error Reporting" -Name Disabled -Force -ErrorAction SilentlyContinue Remove-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\Windows Error Reporting" -Name Disabled -Force -ErrorAction SilentlyContinue
} }
@ -228,10 +223,6 @@ function DisableScheduledTasks
# Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт # Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт
"FamilySafetyRefreshTask", "FamilySafetyRefreshTask",
# Windows Error Reporting task to process queued reports
# Задача отчетов об ошибках обрабатывает очередь отчетов
"QueueReporting",
# XblGameSave Standby Task # XblGameSave Standby Task
"XblGameSaveTask" "XblGameSaveTask"
) )
@ -300,10 +291,6 @@ function EnableScheduledTasks
# Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт # Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт
"FamilySafetyRefreshTask", "FamilySafetyRefreshTask",
# Windows Error Reporting task to process queued reports
# Задача отчетов об ошибках обрабатывает очередь отчетов
"QueueReporting",
# XblGameSave Standby Task # XblGameSave Standby Task
"XblGameSaveTask" "XblGameSaveTask"
) )
@ -1485,8 +1472,8 @@ function SetDefaultTempPath
# Перезапустить службу "Диспетчер печати" (Spooler) # Перезапустить службу "Диспетчер печати" (Spooler)
Restart-Service -Name Spooler -Force Restart-Service -Name Spooler -Force
Stop-Process -Name OneDrive -Force -ErrorAction SilentlyContinue Stop-Process -Name OneDrive -Force -ErrorAction Ignore
Stop-Process -Name FileCoAuth -Force -ErrorAction SilentlyContinue Stop-Process -Name FileCoAuth -Force -ErrorAction Ignore
Remove-Item -Path $env:SystemDrive\Temp -Recurse -Force -ErrorAction Ignore Remove-Item -Path $env:SystemDrive\Temp -Recurse -Force -ErrorAction Ignore
} }
@ -4129,30 +4116,15 @@ $app = "{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\cleanmgr.exe"
$Template = [Windows.UI.Notifications.ToastTemplateType]::ToastImageAndText01 $Template = [Windows.UI.Notifications.ToastTemplateType]::ToastImageAndText01
[xml]$ToastTemplate = ([Windows.UI.Notifications.ToastNotificationManager]::GetTemplateContent($Template).GetXml()) [xml]$ToastTemplate = ([Windows.UI.Notifications.ToastNotificationManager]::GetTemplateContent($Template).GetXml())
if ($PSUICulture -eq "ru-RU") [xml]$ToastTemplate = @"
{
[xml]$ToastTemplate = @"
<toast launch="app-defined-string"> <toast launch="app-defined-string">
<visual> <visual>
<binding template="ToastGeneric"> <binding template="ToastGeneric">
<text>Очистка неиспользуемых файлов и обновлений Windows начнется через минуту</text> <text>$($Localization.CleanUpTaskToast)</text>
</binding> </binding>
</visual> </visual>
</toast> </toast>
"@ "@
}
else
{
[xml]$ToastTemplate = @"
<toast launch="app-defined-string">
<visual>
<binding template="ToastGeneric">
<text>Cleaning up unused Windows files and updates starts in a minute</text>
</binding>
</visual>
</toast>
"@
}
$ToastXml = New-Object -TypeName Windows.Data.Xml.Dom.XmlDocument $ToastXml = New-Object -TypeName Windows.Data.Xml.Dom.XmlDocument
$ToastXml.LoadXml($ToastTemplate.OuterXml) $ToastXml.LoadXml($ToastTemplate.OuterXml)
@ -4388,8 +4360,8 @@ function RemoveProtectedFolders
if ($null -ne (Get-MpPreference).ControlledFolderAccessProtectedFolders) if ($null -ne (Get-MpPreference).ControlledFolderAccessProtectedFolders)
{ {
Write-Verbose -Message $Localization.RemoveProtectedFoldersList -Verbose Write-Verbose -Message $Localization.RemoveProtectedFoldersList -Verbose
Remove-MpPreference -ControlledFolderAccessProtectedFolders (Get-MpPreference).ControlledFolderAccessProtectedFolders -Force
(Get-MpPreference).ControlledFolderAccessProtectedFolders | Format-Table -AutoSize -Wrap (Get-MpPreference).ControlledFolderAccessProtectedFolders | Format-Table -AutoSize -Wrap
Remove-MpPreference -ControlledFolderAccessProtectedFolders (Get-MpPreference).ControlledFolderAccessProtectedFolders -Force
} }
} }
@ -4498,8 +4470,8 @@ function RemoveDefenderExclusionFolders
{ {
if ($null -ne (Get-MpPreference).ExclusionPath) if ($null -ne (Get-MpPreference).ExclusionPath)
{ {
Write-Verbose -Message "Removed excluded folders:" -Verbose Write-Verbose -Message $Localization.RemoveDefenderExclusionFoldersList -Verbose
$ExcludedFolders = (Get-Item -Path (Get-MpPreference).ExclusionPath -Force | Where-Object -FilterScript {$_.Attributes -match "Directory"}).FullName $ExcludedFolders = (Get-Item -Path (Get-MpPreference).ExclusionPath -Force -ErrorAction Ignore | Where-Object -FilterScript {$_.Attributes -match "Directory"}).FullName
$ExcludedFolders | Format-Table -AutoSize -Wrap $ExcludedFolders | Format-Table -AutoSize -Wrap
Remove-MpPreference -ExclusionPath $ExcludedFolders -Force Remove-MpPreference -ExclusionPath $ExcludedFolders -Force
} }
@ -4555,8 +4527,8 @@ function RemoveDefenderExclusionFiles
{ {
if ($null -ne (Get-MpPreference).ExclusionPath) if ($null -ne (Get-MpPreference).ExclusionPath)
{ {
Write-Verbose -Message "Removed excluded files:" -Verbose Write-Verbose -Message $Localization.RemoveDefenderExclusionFilesList -Verbose
$ExcludedFiles = (Get-Item -Path (Get-MpPreference).ExclusionPath -Force | Where-Object -FilterScript {$_.Attributes -notmatch "Directory"}).FullName $ExcludedFiles = (Get-Item -Path (Get-MpPreference).ExclusionPath -Force -ErrorAction Ignore | Where-Object -FilterScript {$_.Attributes -notmatch "Directory"}).FullName
$ExcludedFiles | Format-Table -AutoSize -Wrap $ExcludedFiles | Format-Table -AutoSize -Wrap
Remove-MpPreference -ExclusionPath $ExcludedFiles -Force Remove-MpPreference -ExclusionPath $ExcludedFiles -Force
} }

178
Sophia/de-DE/Sophia.psd1

@ -0,0 +1,178 @@
# Entfernen Sie keine doppelten Anführungszeichen, wenn diese vorhanden sind
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Das Skript unterstützt nur Windows 10 x64
ControlledFolderAccessDisabled = Kontrollierter Ordnerzugriff deaktiviert
# OneDrive
OneDriveUninstalling = Deinstalliere OneDrive...
OneDriveNotEmptyFolder = "Der Ordner $OneDriveUserFolder ist nicht leer.Löschen Sie ihn manuell. "
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll ist blockiert. Löschen Sie es manuell"
OneDriveInstalling = OneDriveSetup.exe wird gestartet...
OneDriveDownloading = OneDrive herunterladen... ~33 MB
NoInternetConnection = Keine Internetverbindung
# SetTempPath
LOCALAPPDATANotEmptyFolder = "Der Ordner $env:LOCALAPPDATA\\Temp ist nicht leer. Löschen Sie ihn manuell und versuchen Sie es erneut"
# WSL
WSLUpdateDownloading = Herunterladen des Linux-Kernel-Update-Pakets... ~14 MB
WSLUpdateInstalling = Installieren des Linux-Kernel-Update-Pakets...
# DisableWindowsCapabilities
FODWindowTitle = Optionale Funktionen (FODv2) zum Entfernen
FODWindowButton = Deinstallieren
DialogBoxOpening = Dialogfeld anzeigen...
NoData = Nichts zum Anzeigen
# EnableWindowsSandbox/DisableWindowsSandbox
EnableHardwareVT = Virtualisierung in UEFI aktivieren
# ChangeUserShellFolderLocation
UserShellFolderNotEmpty = "Der Ordner $UserShellFolderRegValue ist nicht leer. Verschieben Sie sie manuell an einen neuen Speicherort"
RetrievingDrivesList = Laufwerksliste abrufen...
# Desktop
DesktopChangeFolderRequest = Möchten Sie den Speicherort des Desktop Ordners ändern?
DesktopFilesWontBeMoved = Dateien werden nicht verschoben
DesktopFolderChange = Ändern
DesktopFolderSkip = Überspringen
DesktopDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Desktop Ordner erstellt werden soll
DesktopSkipped = Übersprungen
# Documents
DocumentsChangeFolderRequest = Möchten Sie den Speicherort des Ordners Dokumente ändern?
DocumentsFilesWontBeMoved = Dateien werden nicht verschoben
DocumentsFolderChange = Ändern
DocumentsFolderSkip = Überspringen
DocumentsDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Ordner Dokumente erstellt werden soll
DocumentsSkipped = Übersprungen
# Downloads
DownloadsChangeFolderRequest = Möchten Sie den Speicherort des Download Ordners ändern?
DownloadsFilesWontBeMoved = Dateien werden nicht verschoben
DownloadsFolderChange = Ändern
DownloadsFolderSkip = Überspringen
DownloadsDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Ordner Downloads erstellt werden soll
DownloadsSkipped = Übersprungen
# Music
MusicChangeFolderRequest = Möchten Sie den Speicherort des Musikordners ändern?
MusicFilesWontBeMoved = Dateien werden nicht verschoben
MusicFolderChange = Ändern
MusicFolderSkip = Überspringen
MusicDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Musikordner erstellt werden soll
MusicSkipped = Übersprungen
# Pictures
PicturesChangeFolderRequest = Möchten Sie den Speicherort des Ordner Bilder ändern?
PicturesFilesWontBeMoved = Dateien werden nicht verschoben
PicturesFolderChange = Ändern
PicturesFolderSkip = Überspringen
PicturesDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Ordner Bilder erstellt werden soll
PicturesSkipped = Übersprungen
# Videos
VideosChangeFolderRequest = Möchten Sie den Speicherort des Video Ordners ändern?
VideosFilesWontBeMoved = Dateien werden nicht verschoben
VideosFolderChange = Ändern
VideosFolderSkip = Überspringen
VideosDriveSelect = Wählen Sie das Laufwerk aus, in dessen Stammverzeichnis der Ordner Videos erstellt werden soll
VideosSkipped = Übersprungen
# SetDefaultUserShellFolderLocation
# Desktop
DesktopDefaultFolder = Möchten Sie den Speicherort des Desktop Ordners auf den Standardwert ändern?
# Documents
DocumentsDefaultFolder = Möchten Sie den Speicherort des Ordners Dokumente auf den Standardwert ändern?
# Downloads
DownloadsDefaultFolder = Möchten Sie den Speicherort des Download Ordners auf den Standardwert ändern?
# Music
MusicDefaultFolder = Möchten Sie den Speicherort des Musikordners auf den Standardwert ändern?
# Pictures
PicturesDefaultFolder = Möchten Sie den Speicherort des Ordners Bilder auf den Standardwert ändern?
# Videos
VideosDefaultFolder = Möchten Sie den Speicherort des Video Ordners auf den Standardwert ändern?
# DisableReservedStorage
ReservedStorageIsInUse = Dieser Vorgang wird nicht unterstützt, wenn reservierter Speicher verwendet wird. Bitte warten Sie, bis alle Wartungsvorgänge abgeschlossen sind, und versuchen Sie es später erneut
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt
syspinDownloading = Syspin herunterladen... ~20 KB
ControlPanelPinning = "Die Verknüpfung $ControlPanelLocalizedName wird an Start angeheftet"
DevicesPrintersPinning = "Die Verknüpfung $DevicesAndPrintersLocalizedName wird an Start angeheftet"
CMDPinning = Die Verknüpfung zur Eingabeaufforderung wird an Start angeheftet
# UninstallUWPApps
UninstallUWPForAll = Deinstallieren für alle Benutzer
UninstallUWPTitle = Zu deinstallierende UWP-Pakete
UninstallUWPUninstallButton = Deinstallieren
# SetAppGraphicsPerformance
GraphicsPerformanceTitle = Grafik-Leistungspräferenz
GraphicsPerformanceRequest = Möchten Sie die Grafikleistungseinstellung einer App Ihrer Wahl auf "Hohe Leistung" setzen?"?
GraphicsPerformanceAdd = Hinzufügen
GraphicsPerformanceSkip = Überspringen
GraphicsPerformanceFilter = *.exe|*.exe|Alle Dateien (*.*)|*.*
GraphicsPerformanceSkipped = Übersprungen
# CreateCleanUpTask
CleanUpTaskToast = Die Bereinigung nicht verwendeter Windows-Dateien und -Updates beginnt in einer Minute
CleanUpTaskDescription = Bereinigen nicht verwendeter Windows-Dateien und -Updates mithilfe der integrierten App zur Datenträgerbereinigung. Verwenden Sie zum Dekodieren des codierten Befehls [System.Text.Encoding] :: UTF8.GetString ([System.Convert] :: FromBase64String ("string")).
# CreateSoftwareDistributionTask
SoftwareDistributionTaskDescription = Der %SystemRoot%\\SoftwareDistribution\\Download
# CreateTempTask
TempTaskDescription = Bereinigen des %TEMP% Ordners
# AddProtectedFolders
AddProtectedFoldersTitle = Kontrollierter Ordnerzugriff
AddProtectedFoldersRequest = Möchten Sie den kontrollierten Ordnerzugriff aktivieren und den Ordner angeben, den Microsoft Defender vor schädlichen Apps und Bedrohungen schützt??
AddProtectedFoldersAdd = Hinzufügen
AddProtectedFoldersSkip = Überspringen
AddProtectedFoldersDescription = Wählen Sie einen Ordner
AddProtectedFoldersSkipped = Übersprungen
# RemoveProtectedFolders
RemoveProtectedFoldersList = Ordner entfernt
# AddAppControlledFolder
AddAppControlledFolderTitle = Kontrollierter Ordnerzugriff
AddAppControlledFolderRequest = Möchten Sie eine App angeben, die über den Zugriff auf kontrollierte Ordner zulässig ist?
AddAppControlledFolderAdd = Hinzufügen
AddAppControlledFolderSkip = Überspringen
AddAppControlledFolderFilter = *.exe|*.exe|Alle Dateien (*.*)|*.*
AddAppControlledFolderSkipped = Übersprungen
# RemoveAllowedAppsControlledFolder
RemoveAllowedAppsControlledFolderList = Zulässige Apps entfernt
# AddDefenderExclusionFolder
AddDefenderExclusionFolderTitle = Microsoft Defender
AddDefenderExclusionFolderRequest = Möchten Sie einen Ordner angeben, der von Microsoft Defender-Malware-Scans ausgeschlossen werden soll?
AddDefenderExclusionFolderAdd = Hinzufügen
AddDefenderExclusionFolderSkip = Überspringen
AddDefenderExclusionFolderDescription = Wählen Sie einen Ordner
AddDefenderExclusionFolderSkipped = Übersprungen
# RemoveDefenderExclusionFolders
RemoveDefenderExclusionFoldersList = Ausgeschlossene Ordner entfernt
# AddDefenderExclusionFile
AddDefenderExclusionFileTitle = Microsoft Defender
AddDefenderExclusionFileRequest = Möchten Sie eine Datei angeben, die von Microsoft Defender-Malware-Scans ausgeschlossen werden soll?
AddDefenderExclusionFileAdd = Hinzufügen
AddDefenderExclusionFileSkip = Überspringen
AddDefenderExclusionFileFilter = Alle Dateien (*.*)|*.*
AddDefenderExclusionFileSkipped = Übersprungen
# RemoveDefenderExclusionFiles
RemoveDefenderExclusionFilesList = Ausgeschlossene Dateien entfernt
# CreateEventViewerCustomView
EventViewerCustomViewName = Prozesserstellung
EventViewerCustomViewDescription = Neue Prozessereignisse und Befehlszeilenüberwachung
# Refresh
RestartWarning = Starten Sie Ihren PC neu
# Errors
ErrorsLine = Zeile
ErrorsFile = Datei
ErrorsMessage = Fehler/Warnungen
'@

348
Sophia/en-US/Sophia.psd1

@ -1,172 +1,178 @@
ConvertFrom-StringData -StringData @' # Do not remove double quotes in double-quoted strings where they are present
# Do not remove double quotes in double-quoted strings where they are present
ConvertFrom-StringData -StringData @'
# Check UnsupportedOSBitness = The script supports Windows 10 x64 only
UnsupportedOSBitness = The script supports Windows 10 x64 only ControlledFolderAccessDisabled = Controlled folder access disabled
ControlledFolderAccessDisabled = Controlled folder access disabled
# OneDrive
# OneDrive OneDriveUninstalling = Uninstalling OneDrive...
OneDriveUninstalling = Uninstalling OneDrive... OneDriveNotEmptyFolder = "The $OneDriveUserFolder folder is not empty `nDelete it manually"
OneDriveNotEmptyFolder = "The $OneDriveUserFolder folder is not empty `nDelete it manually" OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll is blocked `nDelete it manually"
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll is blocked `nDelete it manually" OneDriveInstalling = OneDriveSetup.exe is starting...
OneDriveInstalling = OneDriveSetup.exe is starting... OneDriveDownloading = Downloading OneDrive... ~33 MB
OneDriveDownloading = Downloading OneDrive... ~33 MB NoInternetConnection = No Internet connection
NoInternetConnection = No Internet connection
# SetTempPath
# SetTempPath LOCALAPPDATANotEmptyFolder = "The $env:LOCALAPPDATA\\Temp folder is not empty `nDeleteClear it manually and try again"
LOCALAPPDATANotEmptyFolder = "The $env:LOCALAPPDATA\\Temp folder is not empty `nDeleteClear it manually and try again"
# WSL
# WSL WSLUpdateDownloading = Downloading the Linux kernel update package... ~14 MB
WSLUpdateDownloading = Downloading the Linux kernel update package... ~14 MB WSLUpdateInstalling = Installing the Linux kernel update package...
WSLUpdateInstalling = Installing the Linux kernel update package...
# DisableWindowsCapabilities
# DisableWindowsCapabilities FODWindowTitle = Optional features (FODv2) to remove
FODWindowTitle = Optional features (FODv2) to remove FODWindowButton = Uninstall
FODWindowButton = Uninstall DialogBoxOpening = Displaying the dialog box...
DialogBoxOpening = Displaying the dialog box... NoData = Nothing to display
NoData = Nothing to display
# EnableWindowsSandbox/DisableWindowsSandbox
# EnableWindowsSandbox/DisableWindowsSandbox EnableHardwareVT = Enable Virtualization in UEFI
EnableHardwareVT = Enable Virtualization in UEFI
# ChangeUserShellFolderLocation
# ChangeUserShellFolderLocation function UserShellFolderNotEmpty = "Some files left in the $UserShellFolderRegValue folder `nMove them manually to a new location"
UserShellFolderNotEmpty = "Some files left in the $UserShellFolderRegValue folder `nMove them manually to a new location" RetrievingDrivesList = Retrieving drives list...
RetrievingDrivesList = Retrieving drives list... # Desktop
# Desktop DesktopChangeFolderRequest = Would you like to change the location of the Desktop folder?
DesktopChangeFolderRequest = Would you like to change the location of the Desktop folder? DesktopFilesWontBeMoved = Files will not be moved
DesktopFilesWontBeMoved = Files will not be moved DesktopFolderChange = Change
DesktopFolderChange = Change DesktopFolderSkip = Skip
DesktopFolderSkip = Skip DesktopDriveSelect = Select the drive within the root of which the Desktop folder will be created
DesktopDriveSelect = Select the drive within the root of which the Desktop folder will be created DesktopSkipped = Skipped
DesktopSkipped = Skipped # Documents
# Documents DocumentsChangeFolderRequest = Would you like to change the location of the Documents folder?
DocumentsChangeFolderRequest = Would you like to change the location of the Documents folder? DocumentsFilesWontBeMoved = Files will not be moved
DocumentsFilesWontBeMoved = Files will not be moved DocumentsFolderChange = Change
DocumentsFolderChange = Change DocumentsFolderSkip = Skip
DocumentsFolderSkip = Skip DocumentsDriveSelect = Select the drive within the root of which the Documents folder will be created
DocumentsDriveSelect = Select the drive within the root of which the Documents folder will be created DocumentsSkipped = Skipped
DocumentsSkipped = Skipped # Downloads
# Downloads DownloadsChangeFolderRequest = Would you like to change the location of the Downloads folder?
DownloadsChangeFolderRequest = Would you like to change the location of the Downloads folder? DownloadsFilesWontBeMoved = Files will not be moved
DownloadsFilesWontBeMoved = Files will not be moved DownloadsFolderChange = Change
DownloadsFolderChange = Change DownloadsFolderSkip = Skip
DownloadsFolderSkip = Skip DownloadsDriveSelect = Select the drive within the root of which the Downloads folder will be created
DownloadsDriveSelect = Select the drive within the root of which the Downloads folder will be created DownloadsSkipped = Skipped
DownloadsSkipped = Skipped # Music
# Music MusicChangeFolderRequest = Would you like to change the location of the Music folder?
MusicChangeFolderRequest = Would you like to change the location of the Music folder? MusicFilesWontBeMoved = Files will not be moved
MusicFilesWontBeMoved = Files will not be moved MusicFolderChange = Change
MusicFolderChange = Change MusicFolderSkip = Skip
MusicFolderSkip = Skip MusicDriveSelect = Select the drive within the root of which the Music folder will be created
MusicDriveSelect = Select the drive within the root of which the Music folder will be created MusicSkipped = Skipped
MusicSkipped = Skipped # Pictures
# Pictures PicturesChangeFolderRequest = Would you like to change the location of the Pictures folder?
PicturesChangeFolderRequest = Would you like to change the location of the Pictures folder? PicturesFilesWontBeMoved = Files will not be moved
PicturesFilesWontBeMoved = Files will not be moved PicturesFolderChange = Change
PicturesFolderChange = Change PicturesFolderSkip = Skip
PicturesFolderSkip = Skip PicturesDriveSelect = Select the drive within the root of which the Pictures folder will be created
PicturesDriveSelect = Select the drive within the root of which the Pictures folder will be created PicturesSkipped = Skipped
PicturesSkipped = Skipped # Videos
# Videos VideosChangeFolderRequest = Would you like to change the location of the Videos folder?
VideosChangeFolderRequest = Would you like to change the location of the Videos folder? VideosFilesWontBeMoved = Files will not be moved
VideosFilesWontBeMoved = Files will not be moved VideosFolderChange = Change
VideosFolderChange = Change VideosFolderSkip = Skip
VideosFolderSkip = Skip VideosDriveSelect = Select the drive within the root of which the Videos folder will be created
VideosDriveSelect = Select the drive within the root of which the Videos folder will be created VideosSkipped = Skipped
VideosSkipped = Skipped
# SetDefaultUserShellFolderLocation
# SetDefaultUserShellFolderLocation # Desktop
# Desktop DesktopDefaultFolder = Would you like to change the location of the Desktop folder to the default value?
DesktopDefaultFolder = Would you like to change the location of the Desktop folder to the default value? # Documents
# Documents DocumentsDefaultFolder = Would you like to change the location of the Documents folder to the default value?
DocumentsDefaultFolder = Would you like to change the location of the Documents folder to the default value? # Downloads
# Downloads DownloadsDefaultFolder = Would you like to change the location of the Downloads folder to the default value?
DownloadsDefaultFolder = Would you like to change the location of the Downloads folder to the default value? # Music
# Music MusicDefaultFolder = Would you like to change the location of the Music folder to the default value?
MusicDefaultFolder = Would you like to change the location of the Music folder to the default value? # Pictures
# Pictures PicturesDefaultFolder = Would you like to change the location of the Pictures folder to the default value?
PicturesDefaultFolder = Would you like to change the location of the Pictures folder to the default value? # Videos
# Videos VideosDefaultFolder = Would you like to change the location of the Videos folder to the default value?
VideosDefaultFolder = Would you like to change the location of the Videos folder to the default value?
# DisableReservedStorage
# DisableReservedStorage 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
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
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt syspinDownloading = Downloading syspin... ~20 KB
syspinDownloading = Downloading syspin... ~20 KB ControlPanelPinning = "$ControlPanelLocalizedName shortcut is being pinned to Start"
ControlPanelPinning = "$ControlPanelLocalizedName shortcut is being pinned to Start" DevicesPrintersPinning = "$DevicesAndPrintersLocalizedName shortcut is being pinned to Start"
DevicesPrintersPinning = "$DevicesAndPrintersLocalizedName shortcut is being pinned to Start" CMDPinning = Command Prompt shortcut is being pinned to Start
CMDPinning = Command Prompt shortcut is being pinned to Start
# UninstallUWPApps
# UninstallUWPApps UninstallUWPForAll = Uninstall for All Users
UninstallUWPForAll = Uninstall for All Users UninstallUWPTitle = UWP Packages to Uninstall
UninstallUWPTitle = UWP Packages to Uninstall UninstallUWPUninstallButton = Uninstall
UninstallUWPUninstallButton = Uninstall
# SetAppGraphicsPerformance
# SetAppGraphicsPerformance GraphicsPerformanceTitle = Graphics performance preference
GraphicsPerformanceTitle = Graphics performance preference GraphicsPerformanceRequest = Would you like to set the graphics performance setting of an app of your choice to "High performance"?
GraphicsPerformanceRequest = Would you like to set the graphics performance setting of an app of your choice to "High performance"? GraphicsPerformanceAdd = Add
GraphicsPerformanceAdd = Add GraphicsPerformanceSkip = Skip
GraphicsPerformanceSkip = Skip GraphicsPerformanceFilter = *.exe|*.exe|All Files (*.*)|*.*
GraphicsPerformanceFilter = *.exe|*.exe|All Files (*.*)|*.* GraphicsPerformanceSkipped = Skipped
GraphicsPerformanceSkipped = Skipped
# CreateCleanUpTask
# CreateCleanUpTask CleanUpTaskToast = Cleaning up unused Windows files and updates starts in a minute
CleanUpTaskDescription = Cleaning up unused Windows files and updates using built-in Disk cleanup app. To decode encoded command use [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string")) CleanUpTaskDescription = Cleaning up unused Windows files and updates using built-in Disk cleanup app. To decode encoded command use [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string"))
# CreateSoftwareDistributionTask # CreateSoftwareDistributionTask
SoftwareDistributionTaskDescription = The %SystemRoot%\\SoftwareDistribution\\Download SoftwareDistributionTaskDescription = The %SystemRoot%\\SoftwareDistribution\\Download
# CreateTempTask # CreateTempTask
TempTaskDescription = The %TEMP% folder cleaning TempTaskDescription = The %TEMP% folder cleaning
# AddProtectedFolders # AddProtectedFolders
AddProtectedFoldersTitle = Controlled folder access AddProtectedFoldersTitle = Controlled folder access
AddProtectedFoldersRequest = Would you like to enable Controlled folder access and specify the folder that Microsoft Defender will protect from malicious apps and threats? AddProtectedFoldersRequest = Would you like to enable Controlled folder access and specify the folder that Microsoft Defender will protect from malicious apps and threats?
AddProtectedFoldersAdd = Add AddProtectedFoldersAdd = Add
AddProtectedFoldersSkip = Skip AddProtectedFoldersSkip = Skip
AddProtectedFoldersDescription = Select a folder AddProtectedFoldersDescription = Select a folder
AddProtectedFoldersSkipped = Skipped AddProtectedFoldersSkipped = Skipped
# RemoveProtectedFolders # RemoveProtectedFolders
RemoveProtectedFoldersList = Removed folders RemoveProtectedFoldersList = Removed folders
# AddAppControlledFolder # AddAppControlledFolder
AddAppControlledFolderTitle = Controlled folder access AddAppControlledFolderTitle = Controlled folder access
AddAppControlledFolderRequest = Would you like to specify an app that is allowed through Controlled Folder access? AddAppControlledFolderRequest = Would you like to specify an app that is allowed through Controlled Folder access?
AddAppControlledFolderAdd = Add AddAppControlledFolderAdd = Add
AddAppControlledFolderSkip = Skip AddAppControlledFolderSkip = Skip
AddAppControlledFolderFilter = *.exe|*.exe|All Files (*.*)|*.* AddAppControlledFolderFilter = *.exe|*.exe|All Files (*.*)|*.*
AddAppControlledFolderSkipped = Skipped AddAppControlledFolderSkipped = Skipped
# RemoveAllowedAppsControlledFolder # RemoveAllowedAppsControlledFolder
RemoveAllowedAppsControlledFolderList = Removed allowed apps RemoveAllowedAppsControlledFolderList = Removed allowed apps
# AddDefenderExclusionFolder # AddDefenderExclusionFolder
AddDefenderExclusionFolderTitle = Microsoft Defender AddDefenderExclusionFolderTitle = Microsoft Defender
AddDefenderExclusionFolderRequest = Would you like to specify a folder to be excluded from Microsoft Defender malware scans? AddDefenderExclusionFolderRequest = Would you like to specify a folder to be excluded from Microsoft Defender malware scans?
AddDefenderExclusionFolderAdd = Add AddDefenderExclusionFolderAdd = Add
AddDefenderExclusionFolderSkip = Skip AddDefenderExclusionFolderSkip = Skip
AddDefenderExclusionFolderDescription = Select a folder AddDefenderExclusionFolderDescription = Select a folder
AddDefenderExclusionFolderSkipped = Skipped AddDefenderExclusionFolderSkipped = Skipped
# AddDefenderExclusionFile # RemoveDefenderExclusionFolders
AddDefenderExclusionFileTitle = Microsoft Defender RemoveDefenderExclusionFoldersList = Excluded folders removed
AddDefenderExclusionFileRequest = Would you like to specify a file to be excluded from Microsoft Defender malware scans?
AddDefenderExclusionFileAdd = Add # AddDefenderExclusionFile
AddDefenderExclusionFileSkip = Skip AddDefenderExclusionFileTitle = Microsoft Defender
AddDefenderExclusionFileFilter = All Files (*.*)|*.* AddDefenderExclusionFileRequest = Would you like to specify a file to be excluded from Microsoft Defender malware scans?
AddDefenderExclusionFileSkipped = Skipped AddDefenderExclusionFileAdd = Add
AddDefenderExclusionFileSkip = Skip
# CreateEventViewerCustomView AddDefenderExclusionFileFilter = All Files (*.*)|*.*
EventViewerCustomViewName = Process Creation AddDefenderExclusionFileSkipped = Skipped
EventViewerCustomViewDescription = События содания нового процесса и аудит командной строки
# RemoveDefenderExclusionFiles
# Refresh RemoveDefenderExclusionFilesList = Excluded files removed
RestartWarning = Restart your PC
# CreateEventViewerCustomView
# Errors EventViewerCustomViewName = Process Creation
ErrorsLine = Line EventViewerCustomViewDescription = Process Creation and Command-line Auditing Events
ErrorsFile = File
ErrorsMessage = Errors/Warnings # Refresh
RestartWarning = Restart your PC
# Errors
ErrorsLine = Line
ErrorsFile = File
ErrorsMessage = Errors/Warnings
'@ '@

348
Sophia/ru-RU/Sophia.psd1

@ -1,172 +1,178 @@
ConvertFrom-StringData -StringData @' # Не удаляйте двойные кавычки в строках с двойными кавычками, если они присутсвуют
# Не удаляйте двойные кавычки в строках с двойными кавычками, если они присутсвуют
ConvertFrom-StringData -StringData @'
# Check UnsupportedOSBitness = Скрипт поддерживает только Windows 10 x64
UnsupportedOSBitness = Скрипт поддерживает только Windows 10 x64 ControlledFolderAccessDisabled = Контролируемый доступ к папкам выключен
ControlledFolderAccessDisabled = Контролируемый доступ к папкам выключен
# OneDrive
# OneDrive OneDriveUninstalling = Удаление OneDrive...
OneDriveUninstalling = Удаление OneDrive... OneDriveNotEmptyFolder = "Папка $OneDriveUserFolder не пуста. Удалите ее вручную"
OneDriveNotEmptyFolder = "Папка $OneDriveUserFolder не пуста `nУдалите ее вручную" OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll заблокирован. Удалите его вручную"
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll заблокирован `nУдалите его вручную" OneDriveInstalling = Ждем выгрузку файла FileSyncShell64.dll
OneDriveInstalling = Ждем выгрузку файла FileSyncShell64.dll OneDriveDownloading = Скачивается OneDrive... ~33 МБ
OneDriveDownloading = Скачивается OneDrive... ~33 МБ NoInternetConnection = Отсутствует интернет-соединение
NoInternetConnection = Отсутствует интернет-соединение
# SetTempPath
# SetTempPath LOCALAPPDATANotEmptyFolder = "Папка $env:LOCALAPPDATA\\Temp не пуста. Очистите ее вручную и повторите попытку"
LOCALAPPDATANotEmptyFolder = "Папка $env:LOCALAPPDATA\\Temp не пуста `nОчистите ее вручную и повторите попытку"
# WSL
# WSL WSLUpdateDownloading = Скачивается пакет обновления ядра Linux... ~14 МБ
WSLUpdateDownloading = Скачивается пакет обновления ядра Linux... ~14 МБ WSLUpdateInstalling = Установка пакета обновления ядра Linux...
WSLUpdateInstalling = Установка пакета обновления ядра Linux...
# DisableWindowsCapabilities
# DisableWindowsCapabilities FODWindowTitle = Удалить дополнительные компоненты
FODWindowTitle = Удалить дополнительные компоненты FODWindowButton = Удалить
FODWindowButton = Удалить DialogBoxOpening = Диалоговое окно открывается...
DialogBoxOpening = Диалоговое окно открывается... NoData = Отсутствуют данные
NoData = Отсутствуют данные
# EnableWindowsSandbox/DisableWindowsSandbox
# EnableWindowsSandbox/DisableWindowsSandbox EnableHardwareVT = Включите виртуализацию в UEFI
EnableHardwareVT = Включите виртуализацию в UEFI
# ChangeUserShellFolderLocation
# ChangeUserShellFolderLocation UserShellFolderNotEmpty = "В папке $UserShellFolderRegValue осталась файлы. Переместите их вручную в новое расположение"
UserShellFolderNotEmpty = "В папке $UserShellFolderRegValue осталась файлы `nПереместите их вручную в новое расположение" RetrievingDrivesList = Получение списка дисков...
RetrievingDrivesList = Получение списка дисков... # Рабочий стол
# Рабочий стол DesktopChangeFolderRequest = Хотите изменить местоположение папки "Рабочий стол"?
DesktopChangeFolderRequest = Хотите изменить местоположение папки "Рабочий стол"? DesktopFilesWontBeMoved = Файлы не будут перенесены
DesktopFilesWontBeMoved = Файлы не будут перенесены DesktopFolderChange = Изменить
DesktopFolderChange = Изменить DesktopFolderSkip = Пропустить
DesktopFolderSkip = Пропустить DesktopDriveSelect = Выберите диск, в корне которого будет создана папка для "Рабочий стол"
DesktopDriveSelect = Выберите диск, в корне которого будет создана папка для "Рабочий стол" DesktopSkipped = Пропущено
DesktopSkipped = Пропущено # Документы
# Документы DocumentsChangeFolderRequest = Хотите изменить местоположение папки "Документы"?
DocumentsChangeFolderRequest = Хотите изменить местоположение папки "Документы"? DocumentsFilesWontBeMoved = Файлы не будут перенесены
DocumentsFilesWontBeMoved = Файлы не будут перенесены DocumentsFolderChange = Изменить
DocumentsFolderChange = Изменить DocumentsFolderSkip = Пропустить
DocumentsFolderSkip = Пропустить DocumentsDriveSelect = Выберите диск, в корне которого будет создана папка для "Документы"
DocumentsDriveSelect = Выберите диск, в корне которого будет создана папка для "Документы" DocumentsSkipped = Пропущено
DocumentsSkipped = Пропущено # Загрузки
# Загрузки DownloadsChangeFolderRequest = Хотите изменить местоположение папки "Загрузки"?
DownloadsChangeFolderRequest = Хотите изменить местоположение папки "Загрузки"? DownloadsFilesWontBeMoved = Файлы не будут перенесены
DownloadsFilesWontBeMoved = Файлы не будут перенесены DownloadsFolderChange = Изменить
DownloadsFolderChange = Изменить DownloadsFolderSkip = Пропустить
DownloadsFolderSkip = Пропустить DownloadsDriveSelect = Выберите диск, в корне которого будет создана папка для "Загрузки"
DownloadsDriveSelect = Выберите диск, в корне которого будет создана папка для "Загрузки" DownloadsSkipped = Пропущено
DownloadsSkipped = Пропущено # Музыка
# Музыка MusicChangeFolderRequest = Хотите изменить местоположение папки "Музыка"?
MusicChangeFolderRequest = Хотите изменить местоположение папки "Музыка"? MusicFilesWontBeMoved = Файлы не будут перенесены
MusicFilesWontBeMoved = Файлы не будут перенесены MusicFolderChange = Изменить
MusicFolderChange = Изменить MusicFolderSkip = Пропустить
MusicFolderSkip = Пропустить MusicDriveSelect = Выберите диск, в корне которого будет создана папка для "Музыка"
MusicDriveSelect = Выберите диск, в корне которого будет создана папка для "Музыка" MusicSkipped = Пропущено
MusicSkipped = Пропущено # Изображения
# Изображения PicturesChangeFolderRequest = Хотите изменить местоположение папки "Изображения"?
PicturesChangeFolderRequest = Хотите изменить местоположение папки "Изображения"? PicturesFilesWontBeMoved = Файлы не будут перенесены
PicturesFilesWontBeMoved = Файлы не будут перенесены PicturesFolderChange = Изменить
PicturesFolderChange = Изменить PicturesFolderSkip = Пропустить
PicturesFolderSkip = Пропустить PicturesDriveSelect = Выберите диск, в корне которого будет создана папка для "Изображения"
PicturesDriveSelect = Выберите диск, в корне которого будет создана папка для "Изображения" PicturesSkipped = Пропущено
PicturesSkipped = Пропущено # Видео
# Видео VideosChangeFolderRequest = Хотите изменить местоположение папки "Видео"?
VideosChangeFolderRequest = Хотите изменить местоположение папки "Видео"? VideosFilesWontBeMoved = Файлы не будут перенесены
VideosFilesWontBeMoved = Файлы не будут перенесены VideosFolderChange = Изменить
VideosFolderChange = Изменить VideosFolderSkip = Пропустить
VideosFolderSkip = Пропустить VideosDriveSelect = Выберите диск, в корне которого будет создана папка для "Видео"
VideosDriveSelect = Выберите диск, в корне которого будет создана папка для "Видео" VideosSkipped = Пропущено
VideosSkipped = Пропущено
# SetDefaultUserShellFolderLocation
# SetDefaultUserShellFolderLocation # Рабочий стол
# Рабочий стол DesktopDefaultFolder = Хотите изменить местоположение папки "Рабочий стол" на значение по умолчанию?
DesktopDefaultFolder = Хотите изменить местоположение папки "Рабочий стол" на значение по умолчанию? # Документы
# Документы DocumentsDefaultFolder = Хотите изменить местоположение папки "Документы" на значение по умолчанию?
DocumentsDefaultFolder = Хотите изменить местоположение папки "Документы" на значение по умолчанию? # Загрузки
# Загрузки DownloadsDefaultFolder = Хотите изменить местоположение папки "Загрузки" на значение по умолчанию?
DownloadsDefaultFolder = Хотите изменить местоположение папки "Загрузки" на значение по умолчанию? # Музыка
# Музыка MusicDefaultFolder = Хотите изменить местоположение папки "Музыка" на значение по умолчанию?
MusicDefaultFolder = Хотите изменить местоположение папки "Музыка" на значение по умолчанию? # Изображения
# Изображения PicturesDefaultFolder = Хотите изменить местоположение папки "Изображения" на значение по умолчанию?
PicturesDefaultFolder = Хотите изменить местоположение папки "Изображения" на значение по умолчанию? # Видео
# Видео VideosDefaultFolder = Хотите изменить местоположение папки "Видео" на значение по умолчанию?
VideosDefaultFolder = Хотите изменить местоположение папки "Видео" на значение по умолчанию?
# DisableReservedStorage
# DisableReservedStorage ReservedStorageIsInUse = This operation is not supported when reserved storage is in use. Please wait for any servicing operations to complete and then try again later
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
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt syspinDownloading = Скачивается syspin... ~20 КБ
syspinDownloading = Скачивается syspin... ~20 КБ ControlPanelPinning = "Ярлык `"$ControlPanelLocalizedName`" закрепляется на начальном экране"
ControlPanelPinning = "Ярлык `"$ControlPanelLocalizedName`" закрепляется на начальном экране" DevicesPrintersPinning = "Ярлык `"$DevicesAndPrintersLocalizedName`" закрепляется на начальном экране"
DevicesPrintersPinning = "Ярлык `"$DevicesAndPrintersLocalizedName`" закрепляется на начальном экране" CMDPinning = Ярлык "Командная строка" закрепляется на начальном экране
CMDPinning = Ярлык "Командная строка" закрепляется на начальном экране
# UninstallUWPApps
# UninstallUWPApps UninstallUWPForAll = Удалить для всех пользователей
UninstallUWPForAll = Удалить для всех пользователей UninstallUWPTitle = Удалить UWP-приложения
UninstallUWPTitle = Удалить UWP-приложения UninstallUWPUninstallButton = Удалить
UninstallUWPUninstallButton = Удалить
# SetAppGraphicsPerformance
# SetAppGraphicsPerformance GraphicsPerformanceTitle = Настройка производительности графики
GraphicsPerformanceTitle = Настройка производительности графики GraphicsPerformanceRequest = Установить для любого приложения по вашему выбору настройки производительности графики на "Высокая производительность"?
GraphicsPerformanceRequest = Установить для любого приложения по вашему выбору настройки производительности графики на "Высокая производительность"? GraphicsPerformanceAdd = Добавить
GraphicsPerformanceAdd = Добавить GraphicsPerformanceSkip = Пропустить
GraphicsPerformanceSkip = Пропустить GraphicsPerformanceFilter = *.exe|*.exe|Все файлы (*.*)|*.*
GraphicsPerformanceFilter = *.exe|*.exe|Все файлы (*.*)|*.* GraphicsPerformanceSkipped = Пропущено
GraphicsPerformanceSkipped = Пропущено
# CreateCleanUpTask
# CreateCleanUpTask CleanUpTaskToast = Очистка неиспользуемых файлов и обновлений Windows начнется через минуту
CleanUpTaskDescription = Очистка неиспользуемых файлов и обновлений Windows, используя встроенную программу Очистка диска. Чтобы расшифровать закодированную строку используйте [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("строка")) CleanUpTaskDescription = Очистка неиспользуемых файлов и обновлений Windows, используя встроенную программу Очистка диска. Чтобы расшифровать закодированную строку используйте [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("строка"))
# CreateSoftwareDistributionTask # CreateSoftwareDistributionTask
SoftwareDistributionTaskDescription = Очистка папки %SystemRoot%\\SoftwareDistribution\\Download SoftwareDistributionTaskDescription = Очистка папки %SystemRoot%\\SoftwareDistribution\\Download
# CreateTempTask # CreateTempTask
TempTaskDescription = Очистка папки %TEMP% TempTaskDescription = Очистка папки %TEMP%
# AddProtectedFolders # AddProtectedFolders
AddProtectedFoldersTitle = Контролируемый доступ к папкам AddProtectedFoldersTitle = Контролируемый доступ к папкам
AddProtectedFoldersRequest = Хотите включить контролируемый доступ к папкаму и указать папку, которую Защитник Microsoft будет защищать от вредоносных приложений и угроз? AddProtectedFoldersRequest = Хотите включить контролируемый доступ к папкаму и указать папку, которую Защитник Microsoft будет защищать от вредоносных приложений и угроз?
AddProtectedFoldersAdd = Добавить AddProtectedFoldersAdd = Добавить
AddProtectedFoldersSkip = Пропустить AddProtectedFoldersSkip = Пропустить
AddProtectedFoldersDescription = Выберите папку AddProtectedFoldersDescription = Выберите папку
AddProtectedFoldersSkipped = Пропущено AddProtectedFoldersSkipped = Пропущено
# RemoveProtectedFolders # RemoveProtectedFolders
RemoveProtectedFoldersList = Удаленные папки RemoveProtectedFoldersList = Удаленные папки
# AddAppControlledFolder # AddAppControlledFolder
AddAppControlledFolderTitle = Контролируемый доступ к папкам AddAppControlledFolderTitle = Контролируемый доступ к папкам
AddAppControlledFolderRequest = Указать приложение, которому разрешена работа через контролируемый доступ к папкам AddAppControlledFolderRequest = Указать приложение, которому разрешена работа через контролируемый доступ к папкам
AddAppControlledFolderAdd = Добавить AddAppControlledFolderAdd = Добавить
AddAppControlledFolderSkip = Пропустить AddAppControlledFolderSkip = Пропустить
AddAppControlledFolderFilter = *.exe|*.exe|Все файлы (*.*)|*.* AddAppControlledFolderFilter = *.exe|*.exe|Все файлы (*.*)|*.*
AddAppControlledFolderSkipped = Пропущено AddAppControlledFolderSkipped = Пропущено
# RemoveAllowedAppsControlledFolder # RemoveAllowedAppsControlledFolder
RemoveAllowedAppsControlledFolderList = Удаленные разрешенные приложения RemoveAllowedAppsControlledFolderList = Удаленные разрешенные приложения
# AddDefenderExclusionFolder # AddDefenderExclusionFolder
AddDefenderExclusionFolderTitle = Microsoft Defender AddDefenderExclusionFolderTitle = Microsoft Defender
AddDefenderExclusionFolderRequest = Указать папку, чтобы исключить ее из списка сканирования Microsoft Defender? AddDefenderExclusionFolderRequest = Указать папку, чтобы исключить ее из списка сканирования Microsoft Defender?
AddDefenderExclusionFolderAdd = Добавить AddDefenderExclusionFolderAdd = Добавить
AddDefenderExclusionFolderSkip = Пропустить AddDefenderExclusionFolderSkip = Пропустить
AddDefenderExclusionFolderDescription = Выберите папку AddDefenderExclusionFolderDescription = Выберите папку
AddDefenderExclusionFolderSkipped = Пропущено AddDefenderExclusionFolderSkipped = Пропущено
# AddDefenderExclusionFile # RemoveDefenderExclusionFolders
AddDefenderExclusionFileTitle = Microsoft Defender RemoveDefenderExclusionFoldersList = Excluded folders removed
AddDefenderExclusionFileRequest = Указать файл, чтобы исключить его из списка сканирования Microsoft Defender?
AddDefenderExclusionFileAdd = Добавить # AddDefenderExclusionFile
AddDefenderExclusionFileSkip = Пропустить AddDefenderExclusionFileTitle = Microsoft Defender
AddDefenderExclusionFileFilter = Все файлы (*.*)|*.* AddDefenderExclusionFileRequest = Указать файл, чтобы исключить его из списка сканирования Microsoft Defender?
AddDefenderExclusionFileSkipped = Пропущено AddDefenderExclusionFileAdd = Добавить
AddDefenderExclusionFileSkip = Пропустить
# CreateEventViewerCustomView AddDefenderExclusionFileFilter = Все файлы (*.*)|*.*
EventViewerCustomViewName = Создание процесса AddDefenderExclusionFileSkipped = Пропущено
EventViewerCustomViewDescription = События содания нового процесса и аудит командной строки
# RemoveDefenderExclusionFiles
# Refresh RemoveDefenderExclusionFilesList = Excluded files removed
RestartWarning = Перезагрузите ваш ПК
# CreateEventViewerCustomView
# Errors EventViewerCustomViewName = Создание процесса
ErrorsLine = Строка EventViewerCustomViewDescription = События содания нового процесса и аудит командной строки
ErrorsFile = Файл
ErrorsMessage = Ошибки/предупреждения # Refresh
RestartWarning = Перезагрузите ваш ПК
# Errors
ErrorsLine = Строка
ErrorsFile = Файл
ErrorsMessage = Ошибки/предупреждения
'@ '@

Loading…
Cancel
Save