feat: Добавлены скрипты для работы с сетью, системными утилитами и настройки Discord.

This commit is contained in:
2025-12-30 21:08:02 +03:00
parent 99bb23201b
commit d7a3b20da9
3 changed files with 96 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ function Download-File {
$stream.Close()
$resp.Close()
# Unblock file to prevent "Mark of the Web" issues
Unblock-File -Path $Destination -ErrorAction SilentlyContinue
return $true
}
catch {
@@ -80,6 +83,7 @@ function Download-File {
}
}
function Get-SubscriptionData {
param(
[string]$Url,