mirror of
https://github.com/massgravel/get.activated.win.git
synced 2025-12-14 15:48:22 +01:00
Suppress output
This commit is contained in:
parent
ccaa9a7b6f
commit
b60816e393
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
|
|||
}
|
||||
|
||||
try {
|
||||
[System.AppDomain]::CurrentDomain.GetAssemblies(); [System.Math]::Sqrt(144)
|
||||
[void][System.AppDomain]::CurrentDomain.GetAssemblies(); [void][System.Math]::Sqrt(144)
|
||||
}
|
||||
catch {
|
||||
Write-Host "Error: $($_.Exception.Message)" -ForegroundColor Red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue