Mar 05
Click Start, select Run, type in: services.msc
then press enter
Now look for the Automatic Updates Service, right click it and choose to stop
Click Start, select Run, type in: %windir%\SoftwareDistribution
then press enter
Open the Datastore folder and delete its contents.
Read the rest of this entry »
Jan 15
Virtual Server has commonly created a shared disk over the emulated SCSI controller to use for clustered storage. However, Server 2008 clustering doesn’t support parallel SCSI.
But there is light at the end of the tunnel. Server 2008 clustering supports the majority node set model, which means a cluster doesn’t need shared storage. Server 2008 can use node-voting with three nodes or more, or a file-share witness instead of the quorum disk for two-node clusters.
Read the rest of this entry »
Jul 25
Office 2007 uses the MSOCACHE folder as part of its core installation and functionality process. The folder is typically populated during the Office 2007 installation. However, to avoid network activity during installation, you can accomplish a pre-cache by performing the following steps. (Use caret brackets in place of the square brackets.)
1. From the network installation point, use Notepad to open the config.xml file, which is located in the core product folder (e.g., Pro.WW for Office Professional 2007).
2. Find the [LIS] element, and uncomment the line by deleting the opening [!-- and closing --] tags.
3. Set the [CACHEACTION] attribute to “CacheOnly”. The line in Config.xml should look like
Read the rest of this entry »
Jul 01
Windows automatically limits access to the Security log to only those users who have the Manage auditing and security log user right. However, guests can access the System and Application logs. To disable guest access to these logs, open a Group Policy Object (GPO), go to Computer\Configuration\Windows Settings\Security Settings\Event Log\Settings for Event Logs, and enable Restrict guest access to system log and Restrict guest access to application. In Windows Server 2003 and Windows XP, these policies are named Prevent local guests group from accessing system log and Prevent local guests group from accessing application log, respectively. Other users will still be able to view these logs provided they possess the Access this computer from the network user right. Windows doesn’t offer a more granular way to control access to the logs.
May 21
I fixed this problem by simply removing invalid entries from my system path. When Windows Explorer starts, it traverses the PATH variable, and invalid entries can extend the time necessary for Windows Explorer to initiate. To solve the problem, you need to ensure that each item in your PATH variable exists. To do so, open the Control Panel System applet, and access the Advanced settings (on the Advanced tab). Click the Environment Variables button. Under System Variables, view the PATH variable and check each entry that makes up the path. (Entries are separated by a semicolon.) Remove any incorrect entries, and click OK. Click OK on the main Environment Variables dialog box.
Jan 15
You can display the Global Catalog Servers in the domain you are logged in to using Nslookup.exe:
1. Open a CMD.EXE window.
Read the rest of this entry »
Jan 15
1. Open a CMD.EXE Windows.
2. Type the following command and press Enter:
REG ADD “HKLM\SOFTWARE\Microsoft\Outlook Express” /V “Hide Messenger” /T REG_DWORD /F /D 2
Read the rest of this entry »
Jan 07
By default, new Vista installations have the built-in Administrator account disabled with a blank password. If you want to enable the account, you need to set a strong password by using the Microsoft Management Console (MMC) Computer Management snap-in and clearing the disable flag. It’s advisable to leave the Administrator account disabled, however, and use the Runas command to use Administrator privileges when required. If you log on as the Administrator account, then User Account Control (UAC) isn’t implemented and the session will have full privileges.
Recent Comments