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 … Leggi tutto

Categorie Senza categoria Tag

Zebedee

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/

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 … Leggi tutto

Categorie Senza categoria Tag

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.

Categorie Senza categoria Tag

Numlock all’accensione

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

Categorie Senza categoria Tag

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 … Leggi tutto

Chiave di registro per permettere gli attachment eseguibili con le nuove versioni di Outlook

——– inizio ——- REGEDIT4 [HKEY_CURRENT_USERSoftwareMicrosoftOffice10.0OutlookSecurity] “Level1Remove”=”ade;adp;asx;bas;bat;chm;cmd;com;cpl;crt;exe;hlp;hta;inf; ins;isp;js;jse;lnk;mda;mdb;mde;mdz;msc;msi;msp;mst;pcd;pif;prf;reg;scf;s cr;sct;shb;shs;url;vb;vbe;vbs;wsc;wsf;wsh” ——- fine ———— copiare ed icollare in un file di testo .reg da includere successivamente

Categorie Senza categoria Tag