Skip to content

Conversation

@Real-MullaC
Copy link

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Testing

Impact

Issue related to PR

  • Resolves #

Additional Information

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

Copy link
Owner

@CodingWonders CodingWonders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I'm sure that you tested the USB drive and it worked, right?

$IsoLetter = ($Mount | Get-Volume).DriveLetter + ":"

Write-Host "Copying files to $USBLetter (this may take a few minutes)..." -ForegroundColor Cyan
Copy-Files "$($IsoLetter)" "$($USBLetter)" -Recurse -Force
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you use $($variable) when just writing "$variable" would have been fine? Typically, you'd use $() if you want to access a specific property in an object, or when you want to evaluate an expression or pipeline; but you're dealing with strings here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works. So we leave it 😁

@Real-MullaC
Copy link
Author

And I'm sure that you tested the USB drive and it worked, right?

Yes I have

@CodingWonders CodingWonders merged commit 64babfe into CodingWonders:microwin-2026 Jan 2, 2026
@CodingWonders
Copy link
Owner

It's approved.

@Real-MullaC Real-MullaC deleted the bootableusb branch January 2, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants