Browse Source

1.1 build 5

pull/181/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
471a929b65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Wrapper/README.txt
  2. BIN
      Wrapper/Sophia Script Wrapper.exe
  3. 1
      Wrapper/data.txt
  4. 1
      Wrapper/default.txt
  5. 2
      Wrapper/tooltip.txt

3
Wrapper/README.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

BIN
Wrapper/Sophia Script Wrapper.exe

Binary file not shown.

1
Wrapper/data.txt

@ -1,5 +1,6 @@
#region Protection #region Protection
Checkings -Warning;Checkings;
Logging;LeaveAlone; Logging;LeaveAlone;
CreateRestorePoint;LeaveAlone CreateRestorePoint;LeaveAlone

1
Wrapper/default.txt

@ -1,5 +1,6 @@
#region Protection #region Protection
Checkings -Warning;
CreateRestorePoint CreateRestorePoint
#region Privacy & Telemetry #region Privacy & Telemetry

2
Wrapper/tooltip.txt

@ -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

Loading…
Cancel
Save