Open a file on a server

  • Thread starter Thread starter lcisetti
  • Start date Start date
L

lcisetti

Hi all

I must open a file "music.mp3" on a server "192.168.0.1" which it ha
"Guest" user on the folder "foldermusic".
From another pc it has opened without autentication correctly

From an image of XP Embedded with Windows Media Player 8 I write

\\192.168.0.1\foldermusic\music.mp3 on the Open URL value

I receive this error: The file is not present or the path specified i
not correct

Why

Thank
 
lcisetti,

Add/change the following key at run time (or in TD) and see if it helps:
[HKLM\SYSTEM\CurrentControlSet\Control\Lsa]
"ForceGuest"=dword:00000001
 
Back
Top