From 1a2e5f69394cf4e5258be1f6013f0feea69b12cb Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Fri, 5 May 2023 01:00:16 +0300 Subject: [PATCH] Add files via upload --- posh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posh.txt b/posh.txt index 961527f..110a5d1 100644 --- a/posh.txt +++ b/posh.txt @@ -2253,7 +2253,7 @@ $1 = $S.Name; $2 = $S.DisplayName; $3 = $S.Status; Invoke-MySQLiteQuery -Path $path -Query "INSERT INTO Service (Name, DisplayName, Status) VALUES ('$1', '$2', '$3');" } -### Creat password database +### Database password $Connection = New-SQLiteConnection -DataSource $path $Connection.ChangePassword("password")