Run as admin.
Get-ChildItem -Path "C:\path" -Recurse -File | Where-Object { $_.Length -gt 1GB }
Run as admin.
Get-ChildItem -Path "C:\path" -Recurse -File | Where-Object { $_.Length -gt 1GB }
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)