Browse Source

Added defendnot exception

master
Dmitry Nefedov 3 days ago
parent
commit
190f624c7a
  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/Import-TabCompletion.ps1
  5. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  6. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  7. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  8. 2
      src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1
  9. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1
  10. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1
  11. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -253,6 +253,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -253,6 +253,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -253,6 +253,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1

@ -26,7 +26,7 @@
#>
#Requires -RunAsAdministrator
#Requires -Version 7.4
#Requires -Version 7.5
function Sophia
{

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -266,6 +266,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -65,7 +65,7 @@
#>
#Requires -RunAsAdministrator
#Requires -Version 7.4
#Requires -Version 7.5
[CmdletBinding()]
param

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -240,6 +240,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1

@ -240,6 +240,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1

@ -26,7 +26,7 @@
#>
#Requires -RunAsAdministrator
#Requires -Version 7.4
#Requires -Version 7.5
function Sophia
{

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -253,6 +253,8 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
PCNP = "HKCU:\Software\PCNP"
# https://www.reddit.com/r/TronScript/
Tron = "$env:SystemDrive\logs\tron"
# https://github.com/es3n1n/defendnot
defendnot = "$env:SystemRoot\System32\Tasks\defendnot"
}
foreach ($Tweaker in $Tweakers.Keys)
{

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

@ -64,7 +64,7 @@
#>
#Requires -RunAsAdministrator
#Requires -Version 7.4
#Requires -Version 7.5
[CmdletBinding()]
param

Loading…
Cancel
Save