Five66 当前离线
上尉
@{}#? 2>nul&powershell -c "gc -literalpath '%~f0'|out-string|iex"&exit/b $free=(Get-PSDrive d).free $size=30gb if($free -gt $size){ $file=[io.file]::openwrite('d:\text.txt') $file.setlenght($free-$size) $file.close() } cmd /c pause复制代码
TOP