source
stringclasses
1 value
repo
stringclasses
33 values
repo_url
stringclasses
33 values
path
stringlengths
7
179
language
stringclasses
1 value
license
stringclasses
4 values
stars
int64
2.27k
53.4k
ref
stringclasses
4 values
size_bytes
int64
48
259k
text
stringlengths
48
259k
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/uk-UA/Sophia.psd1
PowerShell
mit
9,250
main
13,250
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Скрипт підтримує тільки 64-розрядну версію Windows. UnsupportedOSBuild = Скрипт підтримує тільки Windows 10 22H2. Ви використовуєте {0} {1}. Запустіть скрипт відповідно до вашої версії Windows. UnsupportedWindowsTe...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/hu-HU/Sophia.psd1
PowerShell
mit
9,250
main
10,449
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = A szkript csak a 64 bites Windows-t támogatja. UnsupportedOSBuild = A szkript csak a Windows 10 22H2 rendszert támogatja. {0} {1}-et használsz. A Windows-verziónak megfelelő szkriptet futtassa. UnsupportedWindowsTe...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/pt-BR/Sophia.psd1
PowerShell
mit
9,250
main
10,001
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = O guião suporta apenas Windows de 64 bits. UnsupportedOSBuild = O script é compatível apenas com o Windows 10 22H2. Você está usando o {0} {1}. Execute o script correto de acordo com a edição do Windows. Unsupporte...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/de-DE/Sophia.psd1
PowerShell
mit
9,250
main
10,262
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Das Skript unterstützt nur 64-Bit-Windows. UnsupportedOSBuild = Das Skript unterstützt nur Windows 10 22H2. Sie verwenden Windows {0} {1}. Führen Sie das für Ihre Windows-Version geeignete Skript aus. UnsupportedWi...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/pl-PL/Sophia.psd1
PowerShell
mit
9,250
main
10,006
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Skrypt obsługuje tylko 64-bitowe systemy Windows. UnsupportedOSBuild = Skrypt obsługuje tylko system Windows 10 22H2. Używasz systemu {0} {1}. Uruchom odpowiedni skrypt w zależności od wersji systemu Windows. Unsup...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Localizations/en-US/Sophia.psd1
PowerShell
mit
9,250
main
9,045
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Script supports Windows only. UnsupportedOSBuild = Script supports only Windows 10 22H2. You're using {0} {1}. Run correct script based on Windows edition. UnsupportedWindowsTerminal = Windows Termin...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Module/Private/InitialActions.ps1
PowerShell
mit
9,250
main
35,839
<# .SYNOPSIS Initial checks before proceeding to module execution .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function InitialActions { param ( [Parameter(Mandatory = $false)] [switch] $Warning ) Clear-Host ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Module/Private/PostActions.ps1
PowerShell
mit
9,250
main
8,398
<# .SYNOPSIS Post actions .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function PostActions { #region Refresh Environment $Signature = @{ Namespace = "WinAPI" Name = "UpdateEnvironment" Lan...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1
PowerShell
mit
9,250
main
858
@{ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.1.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2026 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning a...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
PowerShell
mit
9,250
main
64,134
<# .SYNOPSIS Default preset file for "Sophia Script for Windows 10 LTSC 2021" .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Place the "#" char before function if you don't want to run it Remove the "#" char before function if you want to run it Every tweak in the pre...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1
PowerShell
mit
9,250
main
6,674
<# .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Dot source the script first: . .\Import-TabCompletion.ps1 (with a dot at the beginning) Start typing any characters contained in t...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1
PowerShell
mit
9,250
main
861
@{ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.1.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2026 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Private/InitialActions.ps1
PowerShell
mit
9,250
main
34,519
<# .SYNOPSIS Initial checks before proceeding to module execution .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function InitialActions { param ( [Parameter(Mandatory = $false)] [switch] $Warning ) Clear-Host ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/uk-UA/Sophia.psd1
PowerShell
mit
9,250
main
10,962
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Скрипт підтримує тільки 64-розрядну версію Windows. UnsupportedOSBuild = Скрипт підтримує тільки Windows 10 Enterprise LTSC 2021. Ви використовуєте {0} {1}. Запустіть скрипт відповідно до вашої версії Windows. Unsu...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/hu-HU/Sophia.psd1
PowerShell
mit
9,250
main
8,644
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = A szkript csak a 64 bites Windows-t támogatja. UnsupportedOSBuild = A szkript csak a Windows 10 Enterprise LTSC 2021 rendszert támogatja. {0} {1}-et használsz. A Windows-verziónak megfelelő szkriptet futtassa. Unsu...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/fr-FR/Sophia.psd1
PowerShell
mit
9,250
main
8,601
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Le script n'est compatible qu'avec Windows 64 bits. UnsupportedOSBuild = Le script ne supporte que Windows 10 Enterprise LTSC 2021. Vous utilisez {0} {1}. Exécutez le script approprié en fonction de l'édition de Wi...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/pt-BR/Sophia.psd1
PowerShell
mit
9,250
main
8,295
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = O guião suporta apenas Windows de 64 bits. UnsupportedOSBuild = O script é compatível apenas com o Windows 10 Enterprise LTSC 2021. Você está usando o {0} {1}. Execute o script correto de acordo com a edição do Win...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/pl-PL/Sophia.psd1
PowerShell
mit
9,250
main
8,270
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Skrypt obsługuje tylko 64-bitowe systemy Windows. UnsupportedOSBuild = Skrypt obsługuje tylko system Windows 10 Enterprise LTSC 2021. Używasz systemu {0} {1}. Uruchom odpowiedni skrypt w zależności od wersji system...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/en-US/Sophia.psd1
PowerShell
mit
9,250
main
7,480
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Script supports Windows only. UnsupportedOSBuild = Script supports only Windows 10 Enterprise LTSC 2021. You're using {0} {1}. Run correct script based on Windows edition. UnsupportedWindowsTerminal ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/de-DE/Sophia.psd1
PowerShell
mit
9,250
main
8,588
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Das Skript unterstützt nur 64-Bit-Windows. UnsupportedOSBuild = Das Skript unterstützt nur Windows 10 Enterprise LTSC 2021. Sie verwenden Windows {0} {1}. Führen Sie das für Ihre Windows-Version geeignete Skript au...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/es-ES/Sophia.psd1
PowerShell
mit
9,250
main
8,448
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = El script sólo es compatible con Windows de 64 bits. UnsupportedOSBuild = El script sólo es compatible con Windows 10 Enterprise LTSC 2021. Estás usando Windows {0} {1}. Ejecuta el script adecuado según la edición ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/it-IT/Sophia.psd1
PowerShell
mit
9,250
main
8,377
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Lo script supporta solo Windows a 64 bit. UnsupportedOSBuild = Lo script supporta solo Windows 10 Enterprise LTSC 2021. Stai utilizzando {0} {1}. Esegui lo script corretto in base alla versione di Windows. Unsuppor...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/tr-TR/Sophia.psd1
PowerShell
mit
9,250
main
8,811
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Komut dosyası yalnızca 64 bit Windows'u destekler. UnsupportedOSBuild = Komut dosyası yalnızca Windows 10 Enterprise LTSC 2021'yi destekler. {0} {1} kullanıyorsunuz. Windows sürümüne göre doğru komut dosyasını çalı...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/zh-CN/Sophia.psd1
PowerShell
mit
9,250
main
7,013
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = 该脚本仅支持64位Windows。 UnsupportedOSBuild = 腳本僅支援 Windows 10 Enterprise LTSC 2021。您正在使用 {0} {1}。根据 Windows 版本运行相应的脚本。 UnsupportedWindowsTerminal = Windows Terminal版本低於1.23。請在Microsoft商店更新後再試。 UpdateWarnin...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2021/Localizations/ru-RU/Sophia.psd1
PowerShell
mit
9,250
main
11,014
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Скрипт поддерживает только 64-битную версию Windows. UnsupportedOSBuild = Скрипт поддерживает только Windows 10 Enterprise LTSC 2021. Вы используете {0} {1}. Запустите скрипт в зависимости от вашей версии Windows. ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1
PowerShell
mit
9,250
main
5,028
<# .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Dot source the script first: . .\Import-TabCompletion.ps1 (with a dot at the beginning) Start typing any characters contained in t...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
PowerShell
mit
9,250
main
52,945
<# .SYNOPSIS Default preset file for "Sophia Script for Windows 10 LTSC 2019" .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Place the "#" char before function if you don't want to run it Remove the "#" char before function if you want to run it Every tweak in the pre...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Private/InitialActions.ps1
PowerShell
mit
9,250
main
34,533
<# .SYNOPSIS Initial checks before proceeding to module execution .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function InitialActions { param ( [Parameter(Mandatory = $false)] [switch] $Warning ) Clear-Host ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/tr-TR/Sophia.psd1
PowerShell
mit
9,250
main
8,718
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Komut dosyası yalnızca 64 bit Windows'u destekler. UnsupportedOSBuild = Komut dosyası yalnızca Windows 10 Enterprise LTSC 2019'yi destekler. {0} {1} kullanıyorsunuz. Windows sürümüne göre doğru komut dosyasını çalı...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/it-IT/Sophia.psd1
PowerShell
mit
9,250
main
8,285
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Lo script supporta solo Windows a 64 bit. UnsupportedOSBuild = Lo script supporta solo Windows 10 Enterprise LTSC 2019. Stai utilizzando {0} {1}. Esegui lo script corretto in base alla versione di Windows. Unsuppor...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/es-ES/Sophia.psd1
PowerShell
mit
9,250
main
8,355
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = El script sólo es compatible con Windows de 64 bits. UnsupportedOSBuild = El script sólo es compatible con Windows 10 Enterprise LTSC 2019. Estás usando Windows {0} {1}. Ejecuta el script adecuado según la edición ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/ru-RU/Sophia.psd1
PowerShell
mit
9,250
main
10,890
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Скрипт поддерживает только 64-битную версию Windows. UnsupportedOSBuild = Скрипт поддерживает только Windows 10 Enterprise LTSC 2019. Вы используете {0} {1}. Запустите скрипт в зависимости от вашей версии Windows. ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/zh-CN/Sophia.psd1
PowerShell
mit
9,250
main
6,938
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = 该脚本仅支持64位Windows。 UnsupportedOSBuild = 腳本僅支援 Windows 10 Enterprise LTSC 2019。您正在使用 {0} {1}。根据 Windows 版本运行相应的脚本。 UnsupportedWindowsTerminal = Windows Terminal版本低於1.23。請在Microsoft商店更新後再試。 UpdateWarnin...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/hu-HU/Sophia.psd1
PowerShell
mit
9,250
main
8,558
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = A szkript csak a 64 bites Windows-t támogatja. UnsupportedOSBuild = A szkript csak a Windows 10 Enterprise LTSC 2019 rendszert támogatja. {0} {1}-et használsz. A Windows-verziónak megfelelő szkriptet futtassa. Unsu...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/uk-UA/Sophia.psd1
PowerShell
mit
9,250
main
10,842
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Скрипт підтримує тільки 64-розрядну версію Windows. UnsupportedOSBuild = Скрипт підтримує тільки Windows 10 Enterprise LTSC 2019. Ви використовуєте {0} {1}. Запустіть скрипт відповідно до вашої версії Windows. Unsu...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/fr-FR/Sophia.psd1
PowerShell
mit
9,250
main
8,521
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Le script n'est compatible qu'avec Windows 64 bits. UnsupportedOSBuild = Le script ne supporte que Windows 10 Enterprise LTSC 2019. Vous utilisez {0} {1}. Exécutez le script approprié en fonction de l'édition de Wi...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/en-US/Sophia.psd1
PowerShell
mit
9,250
main
7,404
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Script supports Windows only. UnsupportedOSBuild = Script supports only Windows 10 Enterprise LTSC 2019. You're using {0} {1}. Run correct script based on Windows edition. UnsupportedWindowsTerminal ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/pl-PL/Sophia.psd1
PowerShell
mit
9,250
main
8,188
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Skrypt obsługuje tylko 64-bitowe systemy Windows. UnsupportedOSBuild = Skrypt obsługuje tylko system Windows 10 Enterprise LTSC 2019. Używasz systemu {0} {1}. Uruchom odpowiedni skrypt w zależności od wersji system...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/de-DE/Sophia.psd1
PowerShell
mit
9,250
main
8,506
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Das Skript unterstützt nur 64-Bit-Windows. UnsupportedOSBuild = Das Skript unterstützt nur Windows 10 Enterprise LTSC 2019. Sie verwenden Windows {0} {1}. Führen Sie das für Ihre Windows-Version geeignete Skript au...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Localizations/pt-BR/Sophia.psd1
PowerShell
mit
9,250
main
8,206
ConvertFrom-StringData -StringData @' UnsupportedOSBitness = O guião suporta apenas Windows de 64 bits. UnsupportedOSBuild = O script é compatível apenas com o Windows 10 Enterprise LTSC 2019. Você está usando o {0} {1}. Execute o script correto de acordo com a edição do Win...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1
PowerShell
mit
9,250
main
861
@{ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.1.5' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' Author = 'Team Sophia' Copyright = '(c) 2014—2026 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1
PowerShell
mit
9,250
main
70,784
<# .SYNOPSIS Default preset file for "Sophia Script for Windows 11 (PowerShell 7)" .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Place the "#" char before function if you don't want to run it Remove the "#" char before function if you want to run it Every tweak in th...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1
PowerShell
mit
9,250
main
7,476
<# .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Dot source the script first: . .\Import-TabCompletion.ps1 (with a dot at the beginning) Start typing any characters contained in t...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/tr-TR/Sophia.psd1
PowerShell
mit
9,250
main
10,424
ConvertFrom-StringData -StringData @' PowerShellImportFailed = PowerShell 5.1'den modül içe aktarma işlemi başarısız oldu. Lütfen PowerShell 7 konsolunu kapatın ve komut dosyasını yeniden çalıştırın. UnsupportedArchitecture = "{0}" tabanlı mimari CPU kullanıyorsunuz. Bu komut dosya...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/it-IT/Sophia.psd1
PowerShell
mit
9,250
main
10,122
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Impossibile importare i moduli da PowerShell 5.1. Chiudere la console PowerShell 7 e rieseguire lo script. UnsupportedArchitecture = Stai utilizzando una CPU con architettura basata su "{0}". Questo script supporta solo...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/es-ES/Sophia.psd1
PowerShell
mit
9,250
main
10,308
ConvertFrom-StringData -StringData @' PowerShellImportFailed = No se han podido importar los módulos de PowerShell 5.1. Cierre la consola de PowerShell 7 y vuelva a ejecutar el script. UnsupportedArchitecture = Estás utilizando una CPU con arquitectura basada en "{0}". Este script ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/ru-RU/Sophia.psd1
PowerShell
mit
9,250
main
13,442
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Импорт моделей из PowerShell 5.1 завершился ошибкой. Пожалуйста, закройте PowerShell 7 и запустите скрипт заново. UnsupportedArchitecture = Вы используете процессор с архитектурой "{0}". Скрипт поддерживает процессор с ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/zh-CN/Sophia.psd1
PowerShell
mit
9,250
main
8,575
ConvertFrom-StringData -StringData @' PowerShellImportFailed = 从 PowerShell 5.1 导入模块失败。请关闭 PowerShell 7 控制台并重新运行脚本。 UnsupportedArchitecture = 您正在使用基于"{0}"架构的CPU。此脚本仅支持基于x64架构的CPU。请下载并运行适用于您架构的脚本版本。 UnsupportedOSBuild = 腳本支援 Windows 11 25H2 及更高版本。您正在使用 {0} {1}...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/hu-HU/Sophia.psd1
PowerShell
mit
9,250
main
10,574
ConvertFrom-StringData -StringData @' PowerShellImportFailed = A modulok importálása a PowerShell 5.1-ből sikertelen volt. Zárja be a PowerShell 7 konzolt, és futtassa újra a szkriptet. UnsupportedArchitecture = Ön "{0}" alapú architektúrájú CPU-t használ. Ez a szkript csak x64 arc...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/uk-UA/Sophia.psd1
PowerShell
mit
9,250
main
13,357
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Імпорт моделей з PowerShell 5.1 завершився помилкою. Будь ласка, закрийте PowerShell 7 і запустіть скрипт знову. UnsupportedArchitecture = Ви використовуєте процесор з архітектурою "{0}". Скрипт підтримує процесори з ар...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/fr-FR/Sophia.psd1
PowerShell
mit
9,250
main
10,541
ConvertFrom-StringData -StringData @' PowerShellImportFailed = L'importation des modules depuis PowerShell 5.1 a échoué. Veuillez fermer la console PowerShell 7 et relancer le script. UnsupportedArchitecture = Vous utilisez un processeur basé sur l'architecture "{0}". Ce script ne ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/en-US/Sophia.psd1
PowerShell
mit
9,250
main
9,143
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Importing modules from PowerShell 5.1 failed. Please close PowerShell 7 console and re-run the script again. UnsupportedArchitecture = Your're using "{0}" based CPU architecture. This script supports an x64 architecture...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/pl-PL/Sophia.psd1
PowerShell
mit
9,250
main
10,120
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Importowanie modułów z programu PowerShell 5.1 nie powiodło się. Zamknij konsolę programu PowerShell 7 i uruchom ponownie skrypt. UnsupportedArchitecture = Korzystasz z procesora opartego na architekturze "{0}". Ten skr...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/de-DE/Sophia.psd1
PowerShell
mit
9,250
main
10,522
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Das Importieren von Modulen aus PowerShell 5.1 ist fehlgeschlagen. Bitte schließen Sie die PowerShell 7-Konsole und führen Sie das Skript erneut aus. UnsupportedArchitecture = Sie verwenden eine CPU mit "{0}"-basierter ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/pt-BR/Sophia.psd1
PowerShell
mit
9,250
main
10,052
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Falha ao importar módulos do PowerShell 5.1. Feche o console do PowerShell 7 e execute o script novamente. UnsupportedArchitecture = Você está usando uma CPU com arquitetura baseada em "{0}". Este script suporta apenas ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1
PowerShell
mit
9,250
main
861
@{ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '7.1.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2026 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Private/Get-Hash.ps1
PowerShell
mit
9,250
main
6,143
<# .SYNOPSIS Calculate hash for Set-Association function .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function Get-Hash { [CmdletBinding()] [OutputType([string])] Param ( [Parameter( Mandatory = $true, Positi...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Private/PostActions.ps1
PowerShell
mit
9,250
main
8,166
<# .SYNOPSIS Post actions .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function PostActions { #region Refresh Environment $Signature = @{ Namespace = "WinAPI" Name = "UpdateEnvironment" Languag...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Private/InitialActions.ps1
PowerShell
mit
9,250
main
38,064
<# .SYNOPSIS Initial checks before proceeding to module execution .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function InitialActions { param ( [Parameter(Mandatory = $false)] [switch] $Warning ) Clear-Host ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Private/Set-KnownFolderPath.ps1
PowerShell
mit
9,250
main
1,592
<# .SYNOPSIS Redirect user folders to a new location .EXAMPLE Set-KnownFolderPath -KnownFolder Desktop -Path "$env:SystemDrive:\Desktop" #> function Global:Set-KnownFolderPath { [CmdletBinding()] param ( [Parameter(Mandatory = $true)] [ValidateSet("Desktop", "Documents", "Downloads", "Music", "Pictures", "...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
PowerShell
mit
9,250
main
73,264
<# .SYNOPSIS Default preset file for "Sophia Script for Windows 10 (PowerShell 7)" .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Place the "#" char before function if you don't want to run it Remove the "#" char before function if you want to run it Every tweak in th...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1
PowerShell
mit
9,250
main
9,122
<# .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .DESCRIPTION Dot source the script first: . .\Import-TabCompletion.ps1 (with a dot at the beginning) Start typing any characters contained in t...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1
PowerShell
mit
9,250
main
861
@{ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.1.5' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' Author = 'Team Sophia' Copyright = '(c) 2014—2026 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/pl-PL/Sophia.psd1
PowerShell
mit
9,250
main
10,329
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Importowanie modułów z programu PowerShell 5.1 nie powiodło się. Zamknij konsolę programu PowerShell 7 i uruchom ponownie skrypt. UnsupportedOSBitness = Skrypt obsługuje tylko 64-bitowe systemy Windows. UnsupportedOS...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/en-US/Sophia.psd1
PowerShell
mit
9,250
main
9,334
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Importing modules from PowerShell 5.1 failed. Please close PowerShell 7 console and re-run the script again. UnsupportedOSBitness = Script supports Windows only. UnsupportedOSBuild = Script sup...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/de-DE/Sophia.psd1
PowerShell
mit
9,250
main
10,630
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Das Importieren von Modulen aus PowerShell 5.1 ist fehlgeschlagen. Bitte schließen Sie die PowerShell 7-Konsole und führen Sie das Skript erneut aus. UnsupportedOSBitness = Das Skript unterstützt nur 64-Bit-Windows. ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/pt-BR/Sophia.psd1
PowerShell
mit
9,250
main
10,285
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Falha ao importar módulos do PowerShell 5.1. Feche o console do PowerShell 7 e execute o script novamente. UnsupportedOSBitness = O guião suporta apenas Windows de 64 bits. UnsupportedOSBuild =...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/uk-UA/Sophia.psd1
PowerShell
mit
9,250
main
13,669
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Імпорт моделей з PowerShell 5.1 завершився помилкою. Будь ласка, закрийте PowerShell 7 і запустіть скрипт знову. UnsupportedOSBitness = Скрипт підтримує тільки 64-розрядну версію Windows. UnsupportedOSBuild ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/hu-HU/Sophia.psd1
PowerShell
mit
9,250
main
10,767
ConvertFrom-StringData -StringData @' PowerShellImportFailed = A modulok importálása a PowerShell 5.1-ből sikertelen volt. Zárja be a PowerShell 7 konzolt, és futtassa újra a szkriptet. UnsupportedOSBitness = A szkript csak a 64 bites Windows-t támogatja. UnsupportedOSBuild ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/fr-FR/Sophia.psd1
PowerShell
mit
9,250
main
10,699
ConvertFrom-StringData -StringData @' PowerShellImportFailed = L'importation des modules depuis PowerShell 5.1 a échoué. Veuillez fermer la console PowerShell 7 et relancer le script. UnsupportedOSBitness = Le script n'est compatible qu'avec Windows 64 bits. UnsupportedOSBuild ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/ru-RU/Sophia.psd1
PowerShell
mit
9,250
main
13,725
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Импорт моделей из PowerShell 5.1 завершился ошибкой. Пожалуйста, закройте PowerShell 7 и запустите скрипт заново. UnsupportedOSBitness = Скрипт поддерживает только 64-битную версию Windows. UnsupportedOSBuild ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/zh-CN/Sophia.psd1
PowerShell
mit
9,250
main
8,783
ConvertFrom-StringData -StringData @' PowerShellImportFailed = 从 PowerShell 5.1 导入模块失败。请关闭 PowerShell 7 控制台并重新运行脚本。 UnsupportedOSBitness = 该脚本仅支持64位Windows。 UnsupportedOSBuild = 腳本僅支援 Windows 10 22H2。您正在使用 {0} {1}。根据 Windows 版本运行相应的脚本。 UnsupportedWindowsTe...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/tr-TR/Sophia.psd1
PowerShell
mit
9,250
main
10,679
ConvertFrom-StringData -StringData @' PowerShellImportFailed = PowerShell 5.1'den modül içe aktarma işlemi başarısız oldu. Lütfen PowerShell 7 konsolunu kapatın ve komut dosyasını yeniden çalıştırın. UnsupportedOSBitness = Komut dosyası yalnızca 64 bit Windows'u destekler. Unsup...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/es-ES/Sophia.psd1
PowerShell
mit
9,250
main
10,518
ConvertFrom-StringData -StringData @' PowerShellImportFailed = No se han podido importar los módulos de PowerShell 5.1. Cierre la consola de PowerShell 7 y vuelva a ejecutar el script. UnsupportedOSBitness = El script sólo es compatible con Windows de 64 bits. UnsupportedOSBuild...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Localizations/it-IT/Sophia.psd1
PowerShell
mit
9,250
main
10,307
ConvertFrom-StringData -StringData @' PowerShellImportFailed = Impossibile importare i moduli da PowerShell 5.1. Chiudere la console PowerShell 7 e rieseguire lo script. UnsupportedOSBitness = Lo script supporta solo Windows a 64 bit. UnsupportedOSBuild = ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Private/InitialActions.ps1
PowerShell
mit
9,250
main
37,121
<# .SYNOPSIS Initial checks before proceeding to module execution .VERSION 6.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function InitialActions { param ( [Parameter(Mandatory = $false)] [switch] $Warning ) Clear-Host $...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Private/PostActions.ps1
PowerShell
mit
9,250
main
8,309
<# .SYNOPSIS Post actions .VERSION 7.1.5 .DATE 15.04.2026 .COPYRIGHT (c) 2014—2026 Team Sophia .LINK https://github.com/farag2/Sophia-Script-for-Windows #> function PostActions { #region Refresh Environment $Signature = @{ Namespace = "WinAPI" Name = "UpdateEnvironment" Language...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11.ps1
PowerShell
mit
9,250
main
1,464
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_PowerShell_...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_10_LTSC_2019.ps1
PowerShell
mit
9,250
main
1,496
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_10_LTSC2019 = ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Wrapper.ps1
PowerShell
mit
9,250
main
1,101
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Sophia_Script_Wrapper ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_10.ps1
PowerShell
mit
9,250
main
1,464
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_10_PowerShell_...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11_Arm_PS_7.ps1
PowerShell
mit
9,250
main
1,738
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_Arm_PowerSh...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11_Arm.ps1
PowerShell
mit
9,250
main
1,526
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_Arm_PowerSh...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/ReleaseNotesTemplate.ps1
PowerShell
mit
9,250
main
2,308
# Get a penultimate build tag $Headers = @{ Accept = "application/vnd.github+json" Authorization = "Bearer $env:GITHUB_TOKEN" } $Parameters = @{ Uri = "https://api.github.com/repos/farag2/Sophia-Script-for-Windows/releases" Headers = $Headers UseBasicParsing = $true Verbose = $t...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/chocolatey.ps1
PowerShell
mit
9,250
main
4,359
$Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release = Invoke-RestMethod @Parameters $Parameters = @{ Uri = "https://api.github.com/repos/farag2/Sophia-S...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11_LTSC_2024.ps1
PowerShell
mit
9,250
main
1,504
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_LTSC2024 = ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Dependencies.ps1
PowerShell
mit
9,250
main
1,892
Write-Verbose -Message Dependencies -Verbose New-Item -Path "Sophia_Script" -ItemType Directory -Force # Download LGPO # https://techcommunity.microsoft.com/t5/microsoft-security-baselines/lgpo-exe-local-group-policy-object-utility-v1-0/ba-p/701045 $Parameters = @{ Uri = "https://download.microsoft.com/d...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11_LTSC_2024_PS7.ps1
PowerShell
mit
9,250
main
1,828
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_LTSC2024_Po...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/HEVC.ps1
PowerShell
mit
9,250
main
2,591
# https://store.rg-adguard.net # https://apps.microsoft.com/detail/9N4WGH0Z6VHQ if (-not (Test-Path -Path HEVC)) { New-Item -Path HEVC -ItemType Directory -Force } # Bypass Cloudflare protection try { $Headers = @{ "User-Agent" = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Ch...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_10_PS_7.ps1
PowerShell
mit
9,250
main
1,676
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_10_PowerShell_...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Cursors.ps1
PowerShell
mit
9,250
main
1,268
# https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-886489356 # https://www.deviantart.com/studio/apps # Get access token # https://www.deviantart.com/developers/authentication $Body = @{ grant_type = "client_credentials" client_id = $env:DEVIANTART_CLIENT_ID client_secret = $env:DEVIA...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/WinGet_SFX.ps1
PowerShell
mit
9,250
main
1,042
Write-Verbose -Message SFX -Verbose # Install WinRAR winget install --id RARLab.WinRAR --accept-source-agreements --force # Get latest version tag for Windows 11 $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/refs/heads/main/sophia_script_versions.json" UseBas...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_10_LTSC_2021.ps1
PowerShell
mit
9,250
main
1,496
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_10_LTSC2021 = ...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Windows_11_PS_7.ps1
PowerShell
mit
9,250
main
1,682
# https://github.com/farag2/Sophia-Script-for-Windows/blob/main/sophia_script_versions.json $Parameters = @{ Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/main/sophia_script_versions.json" UseBasicParsing = $true Verbose = $true } $Latest_Release_Windows_11_PowerShell_...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Lint.ps1
PowerShell
mit
9,250
main
1,563
# Check module Write-Verbose -Message "Run Lint" -Verbose $Results = @(Get-ChildItem -Path src -File -Recurse -Include *.ps1, *.psm1 | Invoke-ScriptAnalyzer) if ($Results | Where-Object -FilterScript {($_.Severity -eq "Error") -or ($_.Severity -eq "ParseError")}) { Write-Verbose -Message "Found script issue" -Verbos...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/WinGet.ps1
PowerShell
mit
9,250
main
2,287
# Get local uploaded manifest version of the package $String = Get-Content -Path "Scripts\WinGet_Manifests\TeamSophia.SophiaScript.yaml" | Where-Object -FilterScript {$_ -match "ManifestVersion"} $LocalManifest = $String -split " " | Select-Object -Last 1 # Get latest supported manifest version provided # https://gith...
github
farag2/Sophia-Script-for-Windows
https://github.com/farag2/Sophia-Script-for-Windows
Scripts/Chocolatey/tools/chocolateyinstall.ps1
PowerShell
mit
9,250
main
5,322
<# .SYNOPSIS Get direct URL of Sophia Script archive, depending on which Windows it is run on .SYNOPSIS For example, if you start script on Windows 11 you will start downloading Sophia Script for Windows 11 .EXAMPLE To download for PowerShell 5.1 choco install sophia --force -y .EXAMPLE To download for PowerS...
github
mandiant/flare-vm
https://github.com/mandiant/flare-vm
install.ps1
PowerShell
apache-2.0
8,595
main
83,144
<# Copyright 2017 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
github
mandiant/flare-vm
https://github.com/mandiant/flare-vm
scripts/lint.ps1
PowerShell
apache-2.0
8,595
main
868
# Exclude rules that make the code less readable or involve changing the functionality $excludedRules = "PSAvoidUsingPlainTextForPassword", "PSAvoidUsingConvertToSecureStringWithPlainText", "PSAvoidUsingWriteHost", "PSUseShouldProcessForStateChangingFunctions", "PSUseSingularNouns", "PSAvoidUsingInvokeExpression" choc...
github
dahlbyk/posh-git
https://github.com/dahlbyk/posh-git
install.ps1
PowerShell
mit
8,175
master
261
param([switch]$WhatIf = $false, [switch]$Force = $false, [switch]$Verbose = $false) $installDir = Split-Path $MyInvocation.MyCommand.Path -Parent Import-Module $installDir\src\posh-git.psd1 Add-PoshGitToProfile -WhatIf:$WhatIf -Force:$Force -Verbose:$Verbose