Browse Source

Small changes

pull/411/head
Dmitry Nefedov 2 years ago
parent
commit
7a02fd9b36
  1. 6
      src/Sophia_Script_for_Windows_10/Functions.ps1
  2. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  3. 6
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  4. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1
  5. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  6. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
  7. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1
  8. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  9. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
  10. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1
  11. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  12. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  13. 6
      src/Sophia_Script_for_Windows_11/Functions.ps1
  14. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  15. 6
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  16. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1
  17. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1
  18. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

6
src/Sophia_Script_for_Windows_10/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 10"
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -31,10 +31,6 @@
Editions: Home/Pro/Enterprise
Architecture: x64
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v5.4.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal"
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.4.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
Version: v5.4.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -31,10 +31,6 @@
Edition: Enterprise LTSC 2019
Architecture: x64
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal"
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 10 LTSC 2021"
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -31,10 +31,6 @@
Edition: Enterprise LTSC 2021
Architecture: x64
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
Version: v5.14.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -31,10 +31,6 @@
Editions: Home/Pro/Enterprise
Architecture: x64
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

6
src/Sophia_Script_for_Windows_11/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 11"
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -30,10 +30,6 @@
Builds: 22000.739+, 22621+
Editions: Home/Pro/Enterprise
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1

@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -19,10 +19,6 @@
Sophia -Functions temp<tab>
Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
Use commas to separate funtions

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -3,7 +3,7 @@
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

@ -3,7 +3,7 @@
Default preset file for "Sophia Script for Windows 11 (PowerShell 7)"
Version: v6.2.2
Date: 29.10.2022
Date: 03.11.2022
Copyright (c) 20142022 farag
Copyright (c) 20192022 farag & Inestic
@ -30,10 +30,6 @@
Builds: 22000.739+, 22621+
Editions: Home/Pro/Enterprise
.NOTES
Set execution policy to be able to run scripts only in the current PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.NOTES
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
. .\Function.ps1 (with a dot at the beginning)

Loading…
Cancel
Save