Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. akem@akem-HP:~$ winedbg --command "info proc"
  2. pid threads executable (all id:s are in hex)
  3. 00000029 4 'explorer.exe'
  4. 00000027 15 'qbittorrent.exe'
  5. 0000000e 5 'services.exe'
  6. 0000001f 4 \_ 'winedevice.exe'
  7. 0000001a 3 \_ 'plugplay.exe'
  8. 00000011 4 \_ 'winedevice.exe'
  9. akem@akem-HP:~$ wine /home/akem/.wine/drive_c/windows/syswow64/taskkill.exe /im 'qbittorrent.exe'
  10. Error: Could not find process "qbittorrent.exe".
  11. akem@akem-HP:~$ wine /home/akem/.wine/drive_c/windows/syswow64/taskkill.exe /im 00000027
  12. Error: Could not find process "00000027".
  13. akem@akem-HP:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement