Update README.md
This commit is contained in:
parent
e8fe808b7b
commit
e9a427eb78
1 changed files with 1 additions and 1 deletions
|
|
@ -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');"
|
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 = New-SQLiteConnection -DataSource $path
|
||||||
$Connection.ChangePassword("password")
|
$Connection.ChangePassword("password")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue