PowerShell

New-Item -Path "LINK" -ItemType SymbolicLink -Value "REAL"
sfc /scannow
DISM /Online /Cleanup-Image /ScanHealth
Repair-WindowsImage -Online -ScanHealth
chkdsk /r
Get-Command COMMAND
Get-PhysicalDisk
Write-Output $env:VARIABLE_NAME
cat (Get-PSReadlineOption).HistorySavePath