ZTree.com  | ZEN  | About...  

 Index   Back

[Bug] Still losing the ZTree window on screen restores   [Zeta]

By: Ben Kent       
Date: Oct 26,2023 at 06:30
In Response to: [Bug] Still losing the ZTree window on screen restores (Kim Henkel)

> > I'm still getting the ZTree window disappear, and the ztw64.exe
> > take all of a core in the background issue.
>
> Is conhost still running? It's likely that's where the problem
> actually is, just need a way to detect it's no longer actually showing a
> console window.


Kim

I will check the next time it happens.
I will also check the eventlog for conhost crashes.



Note to self:
As conhost.exe is a child process of console apps, this powershell will tell me

$zPID = Get-WmiObject -Class Win32_Process | Where-Object {$_.Description -eq 'ztw64.exe'} | Select-Object -ExpandProperty ProcessId; Get-WmiObject -Class Win32_Process | Where-Object {$_.ParentProcessId -eq $zPID} | Select-Object CommandLine,ParentProcessId,ProcessId

These also, but multiple steps
Get the ZTree PID
tasklist | find /i "ztw64.exe"
Then search for processes with that as the parent
wmic.exe PATH Win32_Process WHERE "ParentProcessId=5900"

Also SysInternals Process Explorer


Ben

64 views      
 

Messages in this Thread

 
96,565 Postings in 12,213 Threads, 350 registered users, 38 users online (0 registered, 38 guests)
Index | Admin contact |   Forum Time: Dec 3, 2023 - 11:55 pm UTC  |  Hits:59,687,506  (22,460 Today )
RSS Feed