Link to home
Start Free TrialLog in
Avatar of LuiLui77
LuiLui77

asked on

Stucked on "Applying Computer Settings"

Hello,

After applying KB972135 hot "fix" to my Windows Server 2008 DataCenter, the server is getting stucked at "Applying Computer Settings" when I reboot.

I applied this fix to "fix" VSS since my system state backups were failing, event ID 12293.

I have booted in SAFEMode and uninstall the package but still.

I do not have any system state backups for this server.

Someone has an idea on how to get around this?
Avatar of Santosh Gupta
Santosh Gupta

Try this...

Delete the following file, if exist.
C:\windows\winsxs\pending.xml
if unable to delete, take ownership of the file:

Run a command prompt with "Run as Administrator".
Type in the following commands:
takeown /f C:\Windows\winsxs\pending.xml
cacls C:\Windows\winsxs\pending.xml /G :F

Then delete the file
del C:\Windows\winsxs\pending.xml


Also delete all content under "c:\windows\software distribution" folder
Avatar of LuiLui77

ASKER

Hi Santosh,

No pending.xml was found. I just deleted the content of the c:\Windows\SoftwareDistribution folder.

Reboot and still stuck.
See if you can log in with another user Id on same machine which works or not? If it works then that is profile issue and you have to re create that user's profile locally.

You need to rename it from C:\Users by using Another account which is part of Local Administrators. Rename the profile and ask user to log in fresh and see if it works.
Pls check if you have any startup/login script in-place to map drives or for any other purpose.
Hi Sandeep, this is happening before login screen.

I have disconnected the netwrok cable from the server, it should not be able to pull anything.
ASKER CERTIFIED SOLUTION
Avatar of Santosh Gupta
Santosh Gupta

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial