Memorise

Author Archive

Can’t Install or Un-install Microsoft office

There is a command you can run that resets the registry permissions. ‘secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose’ There is also a program called ‘windows installer clean up utility’ Download this program, and you can remove all office features, no problem. Once you have removed the office files and also deleted the Microsoft office folder on […]

Default Authentication Settings for Exchange-related Virtual Directories

Topic Last Modified: 2010-09-20 The installation of Microsoft Exchange Server 2007 automatically configures several Internet Information Services (IIS) virtual directories, as appropriate for the particular Exchange role or roles that are installed. This topic discusses the default settings for the Exchange-related virtual directories. Specifically, this topic contains information about the default authentication settings and about the […]

Net Use Command examples

To assign the disk-drive device name E: to the Letters shared directory on the \\Fin server, type: net use e: \\fin\letters To assign (map) the disk-drive device name M: to the directory Mike within the Letters volume on the \\Fin NetWare server, type: net use m: \\fin\letters\mike To connect the user identifier Dan as if […]

DFS on Server 2008 – Error ID: 9032 (The connection is shutting down). Event ID: 5002

1. The problematic replicated folder is “waiting for initial replication”, this could be due to the not setting the primary member. Please run the following command to find if you have any primary server already for that RG name (IsPrimary=Yes) Dfsradmin Membership List /RGname:<replication group name> /attr:MemName,RFName,IsPrimary If the result shows the value for IsPramary […]

Open a range of ports on Windows Firewall

Open a range of ports on Windows Firewall Needed to open a big range of ports on Windows Firewall on one of my web boxes. Via the GUI you can only do one port at a time. But run this at the command prompt to add a range: FOR /L %I IN (3001,1,4001) DO netsh […]

How to export Outlook profiles from one computer into another

In Microsoft Outlook you can easily export some types of information to a file. However, there is no option to export your profile e.g. when you want to have the same settings on another computer and you do not want to manually put all of them together with the account details again. In order to […]

Bule Screen on Server 2008 R2, STOP: c000021a {Fatal Systemn Error}

STOP: c000021a {Fatal Systemn Error} The initial session process or system process terminated unexpectedly with a status of 0x00000000 (0xc0000428 0x001006b8). The system has been shut down My computer recently blue-screened and rebooted, but is not presenting me with the ‘0xc0000428 Windows cannot verify the digital signature for this file’ boot error. Solutions: Start the computer […]