Browse Source

Extended harmful tweakers list checks

master
Dmitry Nefedov 4 months ago
parent
commit
e0f2b1f025
  1. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  2. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  3. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  4. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  5. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  6. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -268,6 +268,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -179,6 +179,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -179,6 +179,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -264,6 +264,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -256,6 +256,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -252,6 +252,8 @@ public static string GetString(uint strId)
WinCry = "$env:SystemRoot\TempCleaner.exe"
# https://hone.gg
Hone = "$env:LOCALAPPDATA\Programs\Hone\Hone.exe"
# https://github.com/ChrisTitusTech/winutil
winutil = "$env:TEMP\cttlogo.png", "$env:TEMP\Winutil.log"
}
foreach ($Tweaker in $Tweakers.Keys)
{

Loading…
Cancel
Save