Assembly GUI Re-Styling

This commit is contained in:
2025-09-29 00:53:08 -06:00
parent fae00f7675
commit 4fecad3b0d
4 changed files with 8 additions and 218 deletions

View File

@@ -1 +0,0 @@
Test

View File

@@ -1,8 +0,0 @@
# Dynamically get the current user's Desktop path
$desktopPath = "C:\Users\nicole.rappe\Desktop"
# Define the file path relative to the Desktop
$filePath = Join-Path $desktopPath "Canary.txt"
# Write some content into the file
"USER Canary is alive." | Out-File -FilePath $filePath -Encoding UTF8

File diff suppressed because one or more lines are too long