diff --git a/Wrapper/README.txt b/Wrapper/README.txt index a03219c6..a96cac6b 100644 --- a/Wrapper/README.txt +++ b/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. *** *********************************************************************************************************** -►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.psm1 : Windows PowerShell Script Module ►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 ►es-ES ►fr-FR +►hu-HU ►it-IT ►ru-RU ►tr-TR diff --git a/Wrapper/Sophia Script Wrapper.exe b/Wrapper/Sophia Script Wrapper.exe index 86ba018b..f020942c 100644 Binary files a/Wrapper/Sophia Script Wrapper.exe and b/Wrapper/Sophia Script Wrapper.exe differ diff --git a/Wrapper/data.txt b/Wrapper/data.txt index a417251c..9e4c719e 100644 --- a/Wrapper/data.txt +++ b/Wrapper/data.txt @@ -1,5 +1,6 @@ #region Protection +Checkings -Warning;Checkings; Logging;LeaveAlone; CreateRestorePoint;LeaveAlone diff --git a/Wrapper/default.txt b/Wrapper/default.txt index a472b56c..d6550fe0 100644 --- a/Wrapper/default.txt +++ b/Wrapper/default.txt @@ -1,5 +1,6 @@ #region Protection +Checkings -Warning; CreateRestorePoint #region Privacy & Telemetry diff --git a/Wrapper/tooltip.txt b/Wrapper/tooltip.txt index a63802b3..5b5916b4 100644 --- a/Wrapper/tooltip.txt +++ b/Wrapper/tooltip.txt @@ -1,5 +1,7 @@ #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"; CreateRestorePoint;Create a restore point