Script to setup Windows 10 1903
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
6.8 KiB

2 years ago
ConvertFrom-StringData -StringData @'
12 months ago
UnsupportedOSBitness = The script supports 64-bit Windows only.
UnsupportedOSBuild = The script supports Windows 10 22H2.
4 months ago
NonLatinUsernameWarning = PowerShell 5.1 does not compile code if the username contains non-Latin characters (including emoji) and is written in lowercase. Please, use PowerShell 7.
UpdateWarning = Your Windows 10 build: {0}.{1}. Supported builds: {2}+. Run Windows Update and try again.
UnsupportedLanguageMode = The PowerShell session in running in a limited language mode.
LoggedInUserNotAdmin = The logged-on user doesn't have admin rights.
UnsupportedPowerShell = You're trying to run script via PowerShell {0}.{1}. Run the script in the appropriate PowerShell version.
PowerShellx86Warning = You're trying to run script via PowerShell (x86). Run the script in PowerShell (x64).
UnsupportedHost = The script doesn't support running via {0}.
Win10TweakerWarning = Probably your OS was infected via the Win 10 Tweaker backdoor.
TweakerWarning = The Windows stability may have been compromised by using {0}. Just in case, reinstall Windows.
4 months ago
Bin = There are no files in the bin folder. Please, re-download the archive.
RebootPending = The PC is waiting to be restarted.
UnsupportedRelease = A new version found.
11 months ago
KeyboardArrows = Please use the arrow keys {0} and {1} on your keyboard to select your answer
CustomizationWarning = Have you customized every function in the {0} preset file before running Sophia Script?
WindowsComponentBroken = {0} broken or removed from Windows.
UpdateDefender = Microsoft Defender definitions are out-of-date. Run Windows Update and try again.
12 months ago
ControlledFolderAccessDisabled = Controlled folder access disabled.
6 months ago
InitialActionsCheckFailed = "InitialActions" function cannot be loaded from the {0} preset file.
2 years ago
ScheduledTasks = Scheduled tasks
OneDriveUninstalling = Uninstalling OneDrive...
OneDriveInstalling = Installing OneDrive...
12 months ago
OneDriveDownloading = Downloading OneDrive...
OneDriveWarning = The "{0}" function will be applied only if the preset is configured to remove OneDrive (or the app was already removed), otherwise the backup functionality for the "Desktop" and "Pictures" folders in OneDrive breaks.
2 years ago
WindowsFeaturesTitle = Windows features
OptionalFeaturesTitle = Optional features
12 months ago
EnableHardwareVT = Enable Virtualization in UEFI.
UserShellFolderNotEmpty = Some files left in the "{0}" folder. Move them manually to a new location.
3 months ago
UserFolderLocationMove = You shouldn't change user folder location to C drive root.
2 years ago
RetrievingDrivesList = Retrieving drives list...
12 months ago
DriveSelect = Select the drive within the root of which the "{0}" folder will be created.
CurrentUserFolderLocation = The current "{0}" folder location: "{1}".
2 years ago
UserFolderRequest = Would you like to change the location of the "{0}" folder?
UserDefaultFolder = Would you like to change the location of the "{0}" folder to the default value?
12 months ago
ReservedStorageIsInUse = This operation is not supported when reserved storage is in use\nPlease re-run the "{0}" function again after PC restart.
2 years ago
ShortcutPinning = The "{0}" shortcut is being pinned to Start...
UninstallUWPForAll = For all users
UWPAppsTitle = UWP Apps
12 months ago
HEVCDownloading = Downloading HEVC Video Extensions from Device Manufacturer...
11 months ago
GraphicsPerformanceTitle = Would you like to set the graphics performance setting of an app of your choice to "High performance"?
12 months ago
ActionCenter = In order to use "{0}" function you have to enable Action Center.
WindowsScriptHost = Windows Script Host access is disabled on this machine. In order to use "{0}" function you have to enable Windows Script Host.
ScheduledTaskPresented = The "{0}" function was already created as "{1}".
CleanupTaskNotificationTitle = Windows clean up
CleanupTaskNotificationEvent = Run task to clean up Windows unused files and updates?
12 months ago
CleanupTaskDescription = Cleaning up Windows unused files and updates using built-in Disk cleanup app.
CleanupNotificationTaskDescription = Pop-up notification reminder about cleaning up Windows unused files and updates.
SoftwareDistributionTaskNotificationEvent = Windows update cache successfully deleted.
TempTaskNotificationEvent = Temporary files folder successfully cleaned up.
FolderTaskDescription = The {0} folder cleanup.
2 years ago
EventViewerCustomViewName = Process Creation
12 months ago
EventViewerCustomViewDescription = Process creation and command-line auditing events.
RestartWarning = Make sure to restart your PC.
2 years ago
ErrorsLine = Line
ErrorsMessage = Errors/Warnings
DialogBoxOpening = Displaying the dialog box...
Disable = Disable
Enable = Enable
AllFilesFilter = All Files
2 years ago
FolderSelect = Select a folder
12 months ago
FilesWontBeMoved = Files will not be moved.
2 years ago
Install = Install
12 months ago
NoData = Nothing to display.
NoInternetConnection = No Internet connection.
RestartFunction = Please re-run the "{0}" function.
NoResponse = A connection could not be established with {0}.
2 years ago
Restore = Restore
Run = Run
12 months ago
Skipped = Skipped.
2 years ago
GPOUpdate = Updating GPO...
12 months ago
TelegramGroupTitle = Join our official Telegram group.
TelegramChannelTitle = Join our official Telegram channel.
DiscordChannelTitle = Join our official Discord channel.
2 years ago
Uninstall = Uninstall
'@