Crash detection and OS reinstall tool.#1395
Open
dunix2000 wants to merge 5 commits into
Open
Conversation
Contributor
|
@dunix2000 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
- Added error checking for calls to scripts and tools and exit on error. - Defaulted drive letters to A: and B: to increase chance of avoiding conflicts. - Display proper message of whether USB was created correctly or not.
script. - Added section G) OPTIONAL: Add a Custom Script to Windows Setup. - Removed Create Bootable WinPE USB link from section D).
5an7y-Microsoft
left a comment
Contributor
There was a problem hiding this comment.
Please read the reviews and apply the changes not only in the comments lines of code, but all that apply
|
|
||
| --- | ||
|
|
||
| ## F). OPTIONAL: Install OS on new Target System |
Contributor
There was a problem hiding this comment.
Suggested change
| ## F). OPTIONAL: Install OS on new Target System | |
| ## F) Optional: Install OS on new Target System |
Comment on lines
+138
to
+141
| ```text | ||
| cd "..\Windows Preinstallation Environment\amd64" | ||
| md C:\WinPE_amd64\mount | ||
| Dism /Mount-Image /ImageFile:"en-us\winpe.wim" /index:1 /MountDir:"C:\WinPE_amd64\mount" |
Contributor
There was a problem hiding this comment.
Please apply the following format to all cmd commands:
Suggested change
| ```text | |
| cd "..\Windows Preinstallation Environment\amd64" | |
| md C:\WinPE_amd64\mount | |
| Dism /Mount-Image /ImageFile:"en-us\winpe.wim" /index:1 /MountDir:"C:\WinPE_amd64\mount" | |
| ```cmd | |
| cd "..\Windows Preinstallation Environment\amd64" | |
| md C:\WinPE_amd64\mount | |
| Dism /Mount-Image /ImageFile:"en-us\winpe.wim" /index:1 /MountDir:"C:\WinPE_amd64\mount" |
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.
Crash detection and OS reinstall tool.