sync: auto-sync from HOWARD-HOME at 2026-07-05 13:42:15
Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-05 13:42:15
This commit is contained in:
8
.chk2.ps1
Normal file
8
.chk2.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
Import-Module BitsTransfer
|
||||
'--- all BITS jobs (AllUsers) ---'
|
||||
Get-BitsTransfer -AllUsers -ErrorAction SilentlyContinue | Select-Object DisplayName,JobState,BytesTransferred,BytesTotal,OwnerAccount | Format-Table -AutoSize | Out-String
|
||||
'--- desktop files ---'
|
||||
Get-ChildItem 'C:\Users\howar\Desktop' -Filter '*.iso*' -Force -ErrorAction SilentlyContinue | Select-Object Name,Length,LastWriteTime | Format-Table -AutoSize | Out-String
|
||||
'--- tmp BITS file? ---'
|
||||
Get-ChildItem 'C:\Users\howar\Desktop' -Filter 'BIT*' -Force -Hidden -ErrorAction SilentlyContinue | Select-Object Name,Length | Format-Table -AutoSize | Out-String
|
||||
'uptime-min: ' + [math]::Round(((Get-Date) - (Get-CimInstance Win32_OperatingSystem).LastBootUpTime).TotalMinutes,0)
|
||||
Reference in New Issue
Block a user