Tuesday, November 19, 2013

Windows - Event Logging Service Failed to Start

This issue can be caused due to the incorrect permission settings for the administrators group.

I would like to suggest you perform the following steps to troubleshoot the issue.

1. In the "Start" menu, locate "Command Prompt". Right-click and choose "Run as Administrator". If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

2. Type the following commands, then press "Enter" to execute them one by one. Please note the space before the command and its parameter.

takeown /f C:\windows\system32\logfiles\wmi\rtbackup
cacls C:\windows\system32\logfiles\wmi\rtbackup /G administrators:F

3.   Restart the computer to check the issue.

What’s the result?


Saturday, November 16, 2013

Windows - Move WINDOWS/INSTALLER Folder to Different Drive

Is your operating system partition out of space?


You can typically free up a few gigabytes of storage if you move yourc:\windows\installer folder to a different partition or external drive.
Windows doesn’t provide a way for you to do this with the registry, but you can easily do it by manually moving the files, and then creating a symbolic link to the new location.
First you need to download a program from Microsoft (sysinternals) called JUNCTION.EXE.  This program allows you to create symbolic links.
You can download JUNCTION from the following microsoft site:
Unzip the file and copy it to your c:\windows\system32 folder so that you can easily execute it.
  • Set Windows to SHOW ALL HIDDEN FILES (including operating system files)
  • CUT and PASTE the C:\windows\installer folder to the new location
    ex.  d:\windows\installer
  • Launch a Command Prompt (as administrator) and execute the following command.
junction.exe  c:\windows\installer d:\windows\installer

From Dunham Tech http://www.dunhamtech.com/?p=184