First and second batch of translation updates + improvements#58
Closed
skycommand wants to merge 3 commits intofarag2:masterfrom
skycommand:patch-1
Closed
First and second batch of translation updates + improvements#58skycommand wants to merge 3 commits intofarag2:masterfrom skycommand:patch-1
skycommand wants to merge 3 commits intofarag2:masterfrom
skycommand:patch-1
Conversation
I've read the script until line 1374 today before running out of time. In addition to the translation updates, I've made the following improvements too: - Merged lines 57 to 64 into a single line. - Changed the $CheckpointDescription at line 157 (now 153) to "Windows 10 Setup Script.ps1" You **DO NOT** need to include the date into it; the date is automatically added. - At line 618, the script checks whether the Windows registry already has Task Manager settings, before trying to run Task Manager - At line 648, I fixed a typo in the Registry key - At line 660, I asked Get-Package to use the "Programs" provider only and not waste time with others. - At line 824, the script now displays the actual location of %SystemDrive$\Temp before asking the user whether they want to change the location of their temp folder.
I've read the script until the end. In addition to the translation updates, I've made the following improvements too: - Activation of the old "automatic Registry backup" is disabled because this deprecated feature is now dangerous. With Windows 10 version 20H1, Microsoft made a change to have Registry transaction logs (for the lack of better terms) are created. The old "automatic Registry backup" does not see these new changes. As such, its backups are useless. Microsoft suggests System Restore instead. I suggest a proper backup tool, like Macrium Reflect.
Owner
|
Thanks! I'm back to work. 🧑💼 |
Author
|
Well, I'm off to playing some video games after so many days. Reading the script and interpreting it was mind-numbing. It was the most advanced script I have ever seen. |
Owner
You haven't read code of the GUI version being developed by my colleague! :) Thanks a lot! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've read the script until line 1374 today before running out of time. In addition to the translation updates, I've made the following improvements too:
Update (30 August 2020): I've read the script until the end. In addition to the translation updates, I've made the following improvements too: