Update main.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user