Skip to content

Commit

Permalink
Updated Readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Nov 29, 2024
1 parent b82f258 commit 3aaa648
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 20 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ iwr sl.sophia.team -useb | iex
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```

* Type `.\Sophia.ps1`and press <kbd>Enter</kbd>;

```powershell
.Sophia.ps1
```

### Windows 11

https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
Expand Down Expand Up @@ -196,9 +202,8 @@ Or use an old-style format without the TAB functions autocomplete (the quotation
* Create tasks in the Task Scheduler to clear
* `%SystemRoot%\SoftwareDistribution\Download`
* `%TEMP%`
* Pin shortcuts to Start via pure PowerShell
* `Control Panel` & "old style" `Devices and Printers` shortcuts will be pinned.
* Unpin all Start menu tiles;
* Install the latest provided Microsoft Visual C++ 2015–2022 x86/x64;
* Install the latest provided .NET Desktop Runtime 6, 8 x86/x64;
* Configure the Windows security;
* Display all policy registry keys (even manually created ones) in the Local Group Policy Editor snap-in (gpedit.msc);
* Many more File Explorer and context menu "deep" tweaks.
Expand Down
11 changes: 8 additions & 3 deletions docs/README_de-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ iwr sl.sophia.team -useb | iex
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```

* Geben Sie `.\Sophia.ps1` ein und drücken Sie <kbd>Enter</kbd>;

```powershell
.Sophia.ps1
```

### Windows 11

https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
Expand Down Expand Up @@ -193,9 +199,8 @@ Oder verwenden Sie ein Format im alten Stil ohne die TAB-Funktionen zum automati
* Erstellen Sie die geplanten Aufgaben `Windows Cleanup` und `Windows Cleanup Notification`, um Windows von ungenutzten Dateien und Windows-Updates zu bereinigen;
* Erstellen Sie eine geplante Aufgabe `SoftwareDistribution` zur Bereinigung von `%SystemRoot%\SoftwareDistribution\Download`.
* Erstellen Sie eine geplante Aufgabe `Temp` zum Aufräumen von `%TEMP%`.
* Anheften von Verknüpfungen an Start über reinen PowerShell-Code (nur für Windows 10)
* Die Verknüpfungen `Systemsteuerung` und `Geräte und Drucker` im "alten Stil"“" werden angeheftet.
* Heben Sie die Anheftung aller Startmenü-Kacheln auf;
* Installieren Sie die neueste bereitgestellte Version von Microsoft Visual C++ 2015–2022 x86/x64;
* Installieren Sie die neueste bereitgestellte Version von .NET Desktop Runtime 6, 8 x86/x64;
* Konfigurieren Sie die Windows-Sicherheit;
* Zeigen Sie alle Richtlinien-Registrierungsschlüssel (auch manuell erstellte) im Snap-In Lokaler Gruppenrichtlinien-Editor (gpedit.msc) an;
* Viele weitere "tiefe" Optimierungen des Datei-Explorers und des Kontextmenüs.
Expand Down
15 changes: 10 additions & 5 deletions docs/README_ru-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ iwr sl.sophia.team -useb | iex
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```

* Введите `.\Sophia.ps1` и нажмите <kbd>Enter</kbd>;

```powershell
.Sophia.ps1
```

### Windows 11

https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
Expand Down Expand Up @@ -167,9 +173,9 @@ UninstallUWPApps, "PinToStart -UnpinAll"

* Настроить приватность и передачу телеметрии;
* Включить DNS-over-HTTPS для IPv4;
* Выключить диагностичческие задания в Планировщике заданий с помощью всплывыющего окошка, написанного на [WPF](#скриншоты);
* Выключить диагностические задания в Планировщике заданий с помощью всплывыющего окошка, написанного на [WPF](#скриншоты);
* Настроить UI и персонализацию;
* "Правильно" удвлить OneDrive;
* "Правильно" удалить OneDrive;
* Интерактивные [подсказки](#программно-изменить-расположение-пользовательских-папок-с-помощью-интерактивного-меню);
* [Автопродление](#автопродление-функций-с-помощью-tab-подробнее-здесь) функций и их аргументов с помощью <kbd>TAB</kbd> (при условии использования файла Functions.ps1);
* Программно изменить расположение пользовательских папок с помощью интерактивного меню (без перемещения пользовательских файлов), используя стрелки для выбора диска
Expand All @@ -193,9 +199,8 @@ UninstallUWPApps, "PinToStart -UnpinAll"
* Создать задания `Windows Cleanup` и `Windows Cleanup Notification` для очистки Winsows от неиспользуемых файлов и файлов обновлений;
* Создать задание `SoftwareDistribution` для очистки `%SystemRoot%\SoftwareDistribution\Download`;
* Создать задание `Temp` для очистки `%TEMP%`.
* Закрепить ярлыки на начальном экране через чистый PowerShell (только для Windows 10);
* Будут закреплены ярлыки `Панель управления` и старый вид `Устройства и принтеры`.
* Открепить все ярлыки с начального экрана;
* Установить последней версии распространяемых пакетов Microsoft Visual C++ 2015–2022 x86/x64;
* Установить последней версии распространяемых пакетов .NET Desktop Runtime 6, 8 x86/x64;
* Настроить безопасность Windows;
* Отобразить все ключи политик реестра в оснастке редактирования групповых политик (gpedit.msc);
* Много других твиков проводника и контекстного меню.
Expand Down
11 changes: 8 additions & 3 deletions docs/README_uk-ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ iwr sl.sophia.team -useb | iex
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```

* Введіть `.\Sophia.ps1` і натисніть <kbd>Enter</kbd>;

```powershell
.Sophia.ps1
```

### Windows 11

https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
Expand Down Expand Up @@ -193,9 +199,8 @@ UninstallUWPApps, "PinToStart -UnpinAll"
* Створити завдання `Windows Cleanup` и `Windows Cleanup Notification` для очищення Windows від невикористовуваних файлів та оновлень;
* Створити завдання `SoftwareDistribution` для очищення `%SystemRoot%\SoftwareDistribution\Download`;
* Створити завдання `Temp` для очищення `%TEMP%`.
* Закріплення ярликів в Пуск через чистий PowerShell
* Будуть закріплені ярлики `Панель керування` і старий вигляд `Пристрої та принтери`.
* Відкріплення всіх плиток меню "Пуск";
* Встановити останню версію розповсюджуваних пакетів Microsoft Visual C++ 2015–2022 x86/x64;
* Встановити останню версію розповсюджуваних пакетів .NET Desktop Runtime 6, 8 x86/x64;
* Налаштування безпеки Windows;
* Відобразити всі ключі політик реєстру в оснащенні редагування групових політик (gpedit.msc).
* Ще багато "глибоких" налаштувань Файлового Провідника та контекстного меню.
Expand Down
12 changes: 6 additions & 6 deletions src/Sophia_Script_for_Windows_11/Localizations/en-US/Sophia.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Win10TweakerWarning = Windows has been infected with a tro
TweakerWarning = The Windows stability may have been compromised by using {0}. Reinstall Windows using only a genuine ISO image.\nhttps://www.microsoft.com/software-download/windows11
Bin = There are no files in the bin folder. Please, re-download the archive.
RebootPending = The PC is waiting to be restarted.
UnsupportedRelease = A new script version found. Please use only latest Sophia Script.
UnsupportedRelease = A new script version found. Please use only latest Sophia Script. ###
KeyboardArrows = Please use the arrow keys {0} and {1} on your keyboard to select your answer
CustomizationWarning = Have you customized every function in the {0} preset file before running Sophia Script?
WindowsComponentBroken = {0} broken or removed from Windows.
UpdateDefender = Microsoft Defender definitions are out-of-date. Run Windows Update and try again.
ControlledFolderAccessDisabled = Controlled folder access disabled.
InitialActionsCheckFailed = "InitialActions" function cannot be loaded from the {0} preset file.
InitialActionsCheckFailed = "InitialActions" function cannot be loaded from the {0} preset file. ###
ScheduledTasks = Scheduled tasks
OneDriveUninstalling = Uninstalling OneDrive...
OneDriveInstalling = Installing OneDrive...
Expand All @@ -26,19 +26,19 @@ OptionalFeaturesTitle = Optional features
EnableHardwareVT = Enable Virtualization in UEFI.
UserShellFolderNotEmpty = Some files left in the "{0}" folder. Move them manually to a new location.
UserFolderLocationMove = You shouldn't change user folder location to C drive root.
RetrievingDrivesList = Retrieving drives list...
RetrievingDrivesList = Retrieving drives list... ###
DriveSelect = Select the drive within the root of which the "{0}" folder will be created.
CurrentUserFolderLocation = The current "{0}" folder location: "{1}".
UserFolderRequest = Would you like to change the location of 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 re-run the "{0}" function again after PC restart.
ShortcutPinning = The "{0}" shortcut is being pinned to Start...
SSDRequired = To use Windows Subsystem for Android™ on your device, your PC needs to have Solid State Drive (SSD) installed.
SSDRequired = To use Windows Subsystem for Android™ on your device, your PC needs to have Solid State Drive (SSD) installed. ###
UninstallUWPForAll = For all users
UWPAppsTitle = UWP Apps
GraphicsPerformanceTitle = Would you like to set the graphics performance setting of an app of your choice to "High performance"?
ActionCenter = In order to use "{0}" function you have to enable Action Center.
WindowsScriptHost = Windows Script Host access is disabled on this machine. In order to use "{0}" function you have to enable Windows Script Host.
ActionCenter = In order to use "{0}" function you have to enable Action Center. ###
WindowsScriptHost = Windows Script Host access is disabled on this machine. In order to use "{0}" function you have to enable Windows Script Host. ###
ScheduledTaskPresented = The "{0}" function was already created as "{1}".
CleanupTaskNotificationTitle = Windows clean up
CleanupTaskNotificationEvent = Run task to clean up Windows unused files and updates?
Expand Down

0 comments on commit 3aaa648

Please sign in to comment.