mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-11-23 17:30:52 +07:00
Set ComSpec variable
This commit is contained in:
parent
0b7cc3d8a0
commit
32fd5b4002
4
get
4
get
@ -27,7 +27,9 @@ $prefix = "@::: $rand `r`n"
|
||||
$content = $prefix + $response
|
||||
Set-Content -Path $FilePath -Value $content
|
||||
|
||||
Start-Process $FilePath $ScriptArgs -Wait
|
||||
# Set ComSpec variable for current session in case its corrupt in the system
|
||||
$env:ComSpec = "$env:SystemRoot\system32\cmd.exe"
|
||||
Start-Process cmd.exe "/c """"$FilePath"" $ScriptArgs""" -Wait
|
||||
|
||||
$FilePaths = @("$env:TEMP\MAS*.cmd", "$env:SystemRoot\Temp\MAS*.cmd")
|
||||
foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item }
|
||||
|
Loading…
Reference in New Issue
Block a user