Browse Source

Improved readability

pull/450/head
Dmitry Nefedov 1 year ago
parent
commit
9ebcbdbc8a
  1. 31
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  2. 31
      src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
  3. 31
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
  4. 31
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  5. 31
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  6. 31
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

31
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -105,13 +105,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1474,24 +1469,10 @@ UseStoreOpenWith -Hide
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

31
src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

@ -105,13 +105,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1126,24 +1121,10 @@ MultipleInvokeContext -Enable
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

31
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

@ -105,13 +105,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1273,24 +1268,10 @@ MultipleInvokeContext -Enable
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

31
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -114,13 +114,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1483,24 +1478,10 @@ UseStoreOpenWith -Hide
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

31
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -104,13 +104,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1390,24 +1385,10 @@ Windows10ContextMenu -Disable
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

31
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

@ -113,13 +113,8 @@ if ($Functions)
} }
#region Protection #region Protection
<# # The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
The mandatory checks. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument # Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Please, do not comment out this function
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
Пожалуйста, не комментируйте данную функцию
#>
Checks -Warning Checks -Warning
<# <#
@ -1399,24 +1394,10 @@ Windows10ContextMenu -Disable
# UpdateLGPEPolicies # UpdateLGPEPolicies
#endregion Update Policies #endregion Update Policies
<# # Environment refresh and other neccessary post actions
Simulate pressing F5 to refresh the desktop # Обновление окружения и прочие необходимые действия после выполнения основных функций
Refresh desktop icons, environment variables, taskbar
Restart the Start menu
Please, do not comment out this function
Симулировать нажатие F5 для обновления рабочего стола
Обновить иконки рабочего стола, переменные среды, панель задач
Перезапустить меню "Пуск"
Пожалуйста, не комментируйте данную функцию
#>
PostActions PostActions
<# # Errors output
Errors output # Вывод ошибок
Please, do not comment out this function
Вывод ошибок
Пожалуйста, не комментируйте данную функцию
#>
Errors Errors

Loading…
Cancel
Save