We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ac3f0 commit 41d742fCopy full SHA for 41d742f
Scripts/Import-Drivers.ps1
@@ -43,7 +43,7 @@ try {
43
# Warning and confirmation prompt
44
Write-Host "`nWARNING: Installing third-party drivers can affect system stability." -ForegroundColor Yellow
45
Write-Host "You are doing this at your own risk. Ensure drivers are from trusted sources.`n" -ForegroundColor Yellow
46
-
+
47
$confirmation = Read-Host "Do you want to continue? (Y/N)"
48
if ($confirmation -ne 'Y' -and $confirmation -ne 'y') {
49
Write-Log "Driver import cancelled by user." -Level Warning
0 commit comments