Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
Sophia/PowerShell 7.x/Sophia.ps1
|
@ -1,9 +1,9 @@ |
|
|
<# |
|
|
<# |
|
|
.SYNOPSIS |
|
|
.SYNOPSIS |
|
|
Default preset file for "Windows 10 Sophia Script" |
|
|
Default preset file for "Windows 10 Sophia Script" |
|
|
|
|
|
|
|
|
Version: v5.4 |
|
|
Version: v5.4.0.1 |
|
|
Date: 04.02.2021 |
|
|
Date: 06.02.2021 |
|
|
Copyright (c) 2015–2021 farag & oZ-Zo |
|
|
Copyright (c) 2015–2021 farag & oZ-Zo |
|
|
|
|
|
|
|
|
Thanks to all https://forum.ru-board.com members involved |
|
|
Thanks to all https://forum.ru-board.com members involved |
|
@ -47,7 +47,7 @@ param |
|
|
|
|
|
|
|
|
Clear-Host |
|
|
Clear-Host |
|
|
|
|
|
|
|
|
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.4 | ©️ farag & oz-zo, 2015–2021" |
|
|
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.4.0.1 | ©️ farag & oz-zo, 2015–2021" |
|
|
|
|
|
|
|
|
Remove-Module -Name Sophia -Force -ErrorAction Ignore |
|
|
Remove-Module -Name Sophia -Force -ErrorAction Ignore |
|
|
Import-Module -Name $PSScriptRoot\Sophia.psd1 -PassThru -Force |
|
|
Import-Module -Name $PSScriptRoot\Sophia.psd1 -PassThru -Force |
|
|