Update main.ps1

This commit is contained in:
egieb
2024-02-12 15:37:02 +00:00
committed by GitHub
parent 09c16adfe0
commit b944c8077d

View File

@@ -259,7 +259,7 @@ $process
=================================================================================================================================="
$outpath = "$env:USERPROFILE/Desktop/systeminfo.txt"
$outpath = "$env:TEMP/systeminfo.txt"
$contents | Out-File -FilePath $outpath -Encoding ASCII -Append
$infomessage2 | Out-File -FilePath $outpath -Encoding ASCII -Append