Archive for August, 2011

Rename the default folders / Outlook 2010

Thursday, August 25th, 2011

Download

Link

 

In Windows Server 2008 or Windows Server 2008 R2 environment, if the network environment is set to enable Delay ACK and storage is connected with iSCSI, an iScsiPrt error is output to the System Event Log when a general operation is executed

Monday, August 22nd, 2011

Disable Delay ACK

Setting the Registry value TcpAckFrequency to 1
according to the technical information below will disable Delay ACK. This will
prevent the resend processing time from going to 5 frame/sec when a packet is
dropped. Using this method will not prevent packets from being dropped, but
even if they are dropped the resend processing delay will be improved, so that
time outs will not occur.

 

Subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface
GUID>
Entry: TcpAckFrequency
Value Type: REG_DWORD, number
Valid
Range: 0-255
Default: 2

Forward Event Log from several server to a central Windows 2008 server

Friday, August 19th, 2011

So what we have is a Windows 2008 server running as an event log collector which gets the event log from one or several sources. To prepare, we need to do 3 steps:
1. On the collector, on an elevated command prompt, run the following command to start the Windows Event Collector Service, change it to Automatically (Delayed Start) and enable ForwardedEvents channel if it is disabled. See this for more info.

wecutil qc

2.On each source, we need to enable WinRM:

winrm quickconfig

3.By default, the collector server can’t simply get the event logs from the sources, so you have to add the collector computer account to the local Administrators (if the source is 2008 R2, Event Log Readers group is said to be enough if you’re not collecting Security log, but see Possible Problems later in this article for more info).

Link

The logon screen turns black after you press CTRL+ALT+DELETE to log on to a Microsoft Windows Server 2003-based computer

Tuesday, August 16th, 2011

Export the registry subkey from another Windows Server
2003-based computer

  1. Click Start, point to Run, type regedit in the
    Open box, and then click OK.
  2. Locate the following registry subkey:
    HKEY_USERS\.Default\Control Panel\Colors
  3. Right-click the Colors registry subkey, and
    then click Export.
  4. In the File name box, type a name for the
    file.
  5. Note the location where you will save the file, and then click Save.

Import the registry subkey into the affected computer

  1. Click Start, point to Run, type regedit in the
    Open box, and then click OK.
  2. On the File menu, click Import.
  3. Double-click the .reg file that you want to import.
  4. Quit Registry Editor, and then restart the computer.

Hide drive letters in My Computer in Windows

Thursday, August 11th, 2011

1. Launch the Registry Editor (Regedit.exe).
2. Navigate to
HKEY_CURRENT_USERSoftwareMicrosoftWindows CurrentVersionPoliciesExplorer.
3.
Right-click the Servers key, and select New | DWORD value.
4. Name the value
NoDrives.
5. Press [Enter] twice to open the Edit DWORD Value dialog box.

6. Using the list below, type a number that corresponds to the drive you
want to hide in the Value Data text box, and click OK.
A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
7. Close the Registry Editor.

User Profile Wizard 3.5

Monday, August 8th, 2011

Download

How can I delete a folder that returns PATH TOO LONG?

Monday, August 1st, 2011

Download