time.ien.it
ntp1.ien.it
ntp2.ien.it
Time server dell’Istituto Elettrotecnico Nazionale “Galileo Ferraris”
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)
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/
Tags: TCP/IP, Tecnica
Applicazioni che non rispondono
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.
Tags: Tecnica
Disabilitare la creazione delle share implicite
La chiave è:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer
\Parameters
cercare il valore DWORD AutoShareServer o AutoShareWks (a seconda della versione installata), ed impostare a 0.
Tags: Tecnica
Modificare la chiave:
HKEY_CURRENT_USER\Control Panel\Keyboard
InitialKeyboardIndicators di tipo REG_SZ (stringa)
0 = sempre spento
2 = ricorda lo stato prima dello spegnimento
Tags: Tecnica
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. (peso: circa 515Kb)
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.