All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:06, 18 August 2026 Kenneth talk contribs created page Windows/Memory (Created page with "https://superuser.com/questions/437918/how-do-i-find-whats-eating-up-all-of-my-systems-memory-not-superfetch <pre> $TypeData = @{ TypeName = 'System.Diagnostics.Process' MemberType = 'ScriptProperty' MemberName = 'CommandLine' Value = {(Get-CimInstance Win32_Process -Filter "ProcessId = $($this.Id)").CommandLine} } Update-TypeData @TypeData get-process | sort PagedMemorySize64 -desc | select PagedMemorySize64, ProcessName, CommandLine > processes.txt g...")