[Andrea Beggi]
blog tecnico, tips, tricks, links di difficile reperimento, note tecniche, ecc.
E-mail:

Tutti i post sono stati migrati sul mio nuovo blog www.andreabeggi.net
Per un po' continuerò a postare la parte tecnica anche qui.

 



  • © Tutti i diritti riservati
  • RSS 2.0
  • ATOM 0.3
  • Powered by Splinder

martedì, 27 maggio 2003

Time server dell'Ist...

Time server dell'Istituto Elettrotecnico Nazionale "Galileo Ferraris"

time.ien.it

ntp1.ien.it

ntp2.ien.it

postato da andreabeggi, 27/05/2003 11:49 | link | commenti

lunedì, 26 maggio 2003

Configuring Opportunistic Locking in Windows 2000

The location of the client registry entry for opportunistic locking has changed in Windows 2000 from the earlier location in Microsoft Windows NT. In Windows 2000, the registry entry that disables opportunistic locking is:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters\

OplocksDisabled REG_DWORD 0 or 1
Default: 0 (not disabled)

You can also set Windows 2000 to deny the granting of opportunistic locks by setting the following registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

EnableOplocks REG_DWORD 0 or 1
Default: 1 (true)





postato da andreabeggi, 26/05/2003 13:35 | link | commenti

mercoledì, 21 maggio 2003

Zebedee is a simple program to establish an encrypted, compressed “tunnel” for TCP/IP or UDP data transfer between two systems. This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression.

http://www.winton.org.uk/zebedee/

postato da andreabeggi, 21/05/2003 11:44 | link | commenti

domenica, 18 maggio 2003

Per disabilitare la creazione delle share implicite:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

cercare il valore DWORD AutoShareServer o AutoShareWks (a seconda della versione installata), ed impostare a 0.

postato da andreabeggi, 18/05/2003 23:53 | link | commenti

Nella chiave

HKEY_USERS\.DEFAULT\Control Panel\Desktop

il valore della stringa AutoEndTasks uguale a 1 permette a Windows NT/2000 di chiudere automaticamente l'applicazione che non risponde più ai comandi. Il tempo necessario, in millisecondi, per la chiusura dell'applicazione (task) è stabilito dalla stringa WaitToKillAppTimeout, situata all'interno delle stessa chiave. Il valore di default è 20000, pari a 20 secondi.

postato da andreabeggi, 18/05/2003 23:50 | link | commenti

martedì, 13 maggio 2003

Numlock all'accensione

la chiave:

HKEY_CURRENT_USER\Control Panel\Keyboard

InitialKeyboardIndicators di tipo REG_SZ (stringa)

0 = sempre spento

2 = ricorda lo stato prima dello spegnimento

 

postato da andreabeggi, 13/05/2003 23:19 | link | commenti

Aggiungere il supporto per MS Mail Post Office a Outlook XP

Aggiungere

MSFS=Microsoft Mail

nella sezione [Services]

del file
C:\Program Files\Common Files\System\Mapi\1033\mapisvc.inf

o del file 

c:\programmi\file comuni\system\mapi\1040\mapisvc.inf


Aggiungere poi alla fine sempre del file modificato:

[SFS_AB]
PR_PROVIDER_DLL_NAME=MSFS.DLL
PR_SERVICE_INSTALL_ID={6485D278-C2AC-11D1-AD3E-10A0C911C9C0}
PR_RESOURCE_TYPE=MAPI_AB_PROVIDER
PR_DISPLAY_NAME=Microsoft Mail Address Book
PR_PROVIDER_DISPLAY=Microsoft Mail Address Book
PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY
[SFS_MS]
PR_PROVIDER_DLL_NAME=MSFS.DLL
PR_SERVICE_INSTALL_ID={6485D278-C2AC-11D1-AD3E-10A0C911C9C0}
PR_RESOURCE_TYPE=MAPI_STORE_PROVIDER
PR_DISPLAY_NAME=Microsoft Mail Shared Folders
PR_PROVIDER_DISPLAY=Microsoft Mail Shared Folders
PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE
34140102=00ffb8646041b80108002b2b8a290000
[SFS_XP]
PR_PROVIDER_DLL_NAME=MSFS.DLL
PR_SERVICE_INSTALL_ID={6485D278-C2AC-11D1-AD3E-10A0C911C9C0}
PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER
PR_DISPLAY_NAME=Microsoft Mail Transport
PR_PROVIDER_DISPLAY=Microsoft Mail Transport
PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY
[MSFS]
PR_SERVICE_INSTALL_ID={6485D278-C2AC-11D1-AD3E-10A0C911C9C0}
PR_DISPLAY_NAME=Microsoft Mail
PR_SERVICE_DLL_NAME=MSFS.DLL
PR_SERVICE_SUPPORT_FILES=msfs.dll
PR_SERVICE_ENTRY_NAME=ServiceEntry
;WIZARD_ENTRY_NAME=WizardInformation
PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY
Providers=SFS_AB, SFS_MS, SFS_XP

Aggiungere poi MSFS32.DLL in

C:\WINNT\system32\

Preso da un PC con MS Mail installato. (dimensione: circa 515Kb)


































postato da andreabeggi, 13/05/2003 23:15 | link | commenti

Utilizzare MS Mail Post Office anche con Windows 2000

espandere (usando expand) in \winnt\system32 i seguenti files prelevati da un cd di NT4.0:

WGPOADMN.DL_

WGPOCPL.CP_

Nel pannello di controllo apparirà l'applet del Postoffice.

 

postato da andreabeggi, 13/05/2003 18:13 | link | commenti