Jump to content

=Charlie=

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

About =Charlie=

  • Birthday 05/31/1969

Contact Methods

  • Website URL
    http://www.brainandbytes.com

=Charlie='s Achievements

0

Reputation

  1. First thing: Thanks for the answer! Second: in a first time I had tried your suggest without success, today, tring again, calling a Shell with Net Use the connection will show inside shred drive list... This time I have put a little wait function before proced with my elaboration (I'm writing a software to read and elaborate some files and send the results to the shared drive) and this time has work. I will make some other tests and if something strange I will write here... Anyway, thanks for help.
  2. Hi, I am writing a program to add a shared network drive (Z:) but this is active (listed into Computer Resource) only after a shoutdown. I need to see it immediately, how I can do? These i.e. of information saved into the registry: [HKEY_CURRENT_USER\Network\Z] "RemotePath"="\\\\Test\\C" "UserName"="" "ProviderName"="Rete di Microsoft Windows" "ProviderType"=dword:00020000 "ConnectionType"=dword:00000001 "DeferFlags"=dword:00000004 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU] "a"="\\\\Test\\C" "MRUList"="a" [HKEY_USERS\S-1-5-21-1177238915-682003330-1136304460-1003\Network\Z] "RemotePath"="\\\\Test\\C" "UserName"="" "ProviderName"="Rete di Microsoft Windows" "ProviderType"=dword:00020000 "ConnectionType"=dword:00000001 "DeferFlags"=dword:00000004 [HKEY_USERS\S-1-5-21-1177238915-682003330-1136304460-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU] "a"="\\\\Test\\C" "MRUList"="a" Thanks in advance.
×
×
  • Create New...