DJanGo wrote: 
> Since i am not using Win-ten- and my lms operates with nomysqueebox - i
> cant help further except:
> 
> Open a cmdshell with admin privileges
> > 
Code:
--------------------
  >   > 
  > netstat  -ano|findstr "53"|findstr "TCP"
  > 
--------------------
> > 
> 
> remember all the numbers in the last row - these are the PIDs you need
> and change the last (marked red) PID against all these Numbers from
> this shell.
> 
> now open another cmd shell and type in:
> 
> Is there anything from squeeze*

I'm not sure if I did this right, but it looks like there isn't - first
output is this:


Code:
--------------------
    C:\WINDOWS\system32>netstat -ano|findstr "53"|findstr "TCP"
  TCP    0.0.0.0:5357           0.0.0.0:0              ABHÖREN         4
  TCP    192.168.13.71:49822    192.168.13.136:49153   WARTEND         0
  TCP    192.168.13.71:49823    192.168.13.136:49153   WARTEND         0
  TCP    192.168.13.71:49833    192.168.13.136:49153   WARTEND         0
  TCP    192.168.13.71:49843    192.168.13.136:49153   WARTEND         0
  TCP    192.168.13.71:49844    192.168.13.136:49153   WARTEND         0
  TCP    [::]:5357              [::]:0                 ABHÖREN         4
  TCP    [::1]:49676            [::1]:5357             WARTEND         0
  TCP    [::1]:49679            [::1]:5357             WARTEND         0
  TCP    [::1]:49694            [::1]:5357             WARTEND         0
  TCP    [::1]:49714            [::1]:5357             WARTEND         0
  TCP    [::1]:49730            [::1]:5357             WARTEND         0
  
--------------------


second is this:

Code:
--------------------
    C:\WINDOWS\system32>tasklist /FI "PID eq 49730"
  INFORMATION: Es werden keine Aufgaben mit den angegebenen Kriterien 
ausgeführt.
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 5357"
  INFORMATION: Es werden keine Aufgaben mit den angegebenen Kriterien 
ausgeführt.
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 0"
  
  Abbildname                     PID Sitzungsname       Sitz.-Nr. 
Speichernutzung
  ========================= ======== ================ =========== 
===============
  System Idle Process              0 Services                   0             8 
K
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 4"
  
  Abbildname                     PID Sitzungsname       Sitz.-Nr. 
Speichernutzung
  ========================= ======== ================ =========== 
===============
  System                           4 Services                   0           624 
K
  
--------------------


------------------------------------------------------------------------
pupvogel's Profile: http://forums.slimdevices.com/member.php?userid=38152
View this thread: http://forums.slimdevices.com/showthread.php?t=108013

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to