Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
6 additions and
1 deletions
-
Wrapper/README.txt
-
BIN
Wrapper/Sophia Script Wrapper.exe
-
Wrapper/data.txt
-
Wrapper/default.txt
-
Wrapper/tooltip.txt
|
@ -51,7 +51,7 @@ your script manually via PowerShell command line in console. |
|
|
*** For the file 'Sophia.ps1', you should make a copy/backup of it as the wrapper overwrites this file. *** |
|
|
*** For the file 'Sophia.ps1', you should make a copy/backup of it as the wrapper overwrites this file. *** |
|
|
*********************************************************************************************************** |
|
|
*********************************************************************************************************** |
|
|
|
|
|
|
|
|
►Sophia.ps1 : Original Windows PowerShell Script. Make a copy of this file for backup. |
|
|
►Sophia.ps1 : Original Windows PowerShell Script |
|
|
►Sophia.psd1 : Windows PowerShell Data File |
|
|
►Sophia.psd1 : Windows PowerShell Data File |
|
|
►Sophia.psm1 : Windows PowerShell Script Module |
|
|
►Sophia.psm1 : Windows PowerShell Script Module |
|
|
►Functions.ps1 : PS script to run functions with tab autocompletion |
|
|
►Functions.ps1 : PS script to run functions with tab autocompletion |
|
@ -63,6 +63,7 @@ The folders are localized language files for prompts during the PowerShell execu |
|
|
►en-US |
|
|
►en-US |
|
|
►es-ES |
|
|
►es-ES |
|
|
►fr-FR |
|
|
►fr-FR |
|
|
|
|
|
►hu-HU |
|
|
►it-IT |
|
|
►it-IT |
|
|
►ru-RU |
|
|
►ru-RU |
|
|
►tr-TR |
|
|
►tr-TR |
|
|
|
@ -1,5 +1,6 @@ |
|
|
#region Protection |
|
|
#region Protection |
|
|
|
|
|
|
|
|
|
|
|
Checkings -Warning;Checkings; |
|
|
Logging;LeaveAlone; |
|
|
Logging;LeaveAlone; |
|
|
CreateRestorePoint;LeaveAlone |
|
|
CreateRestorePoint;LeaveAlone |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,6 @@ |
|
|
#region Protection |
|
|
#region Protection |
|
|
|
|
|
|
|
|
|
|
|
Checkings -Warning; |
|
|
CreateRestorePoint |
|
|
CreateRestorePoint |
|
|
|
|
|
|
|
|
#region Privacy & Telemetry |
|
|
#region Privacy & Telemetry |
|
|
|
@ -1,5 +1,7 @@ |
|
|
#region Protection |
|
|
#region Protection |
|
|
|
|
|
|
|
|
|
|
|
Checkings -Warning;Do the required checkings, and display a warning message about whether you've customized the preset file; |
|
|
|
|
|
Checkings;Do the required checkings; |
|
|
Logging;Enable script logging. The log will be being recorded into the script folder.To stop logging just close the console or type "Stop-Transcript"; |
|
|
Logging;Enable script logging. The log will be being recorded into the script folder.To stop logging just close the console or type "Stop-Transcript"; |
|
|
CreateRestorePoint;Create a restore point |
|
|
CreateRestorePoint;Create a restore point |
|
|
|
|
|
|
|
|