3

I believe I have got into some authority problem - but I am stuck. My guess is that the problem ocured due to lack of disk space, which is fine by now.

This is what I deal with:

  1. One of the admin users on my laptop is unable to run common programs, such as Chrome and Adobe Reader, because the programs cannot read the user settings.
  2. When the same user try to run a program from "Windows menu" > Run, nothing is found. For example cmd.exe or msconfig.msc

What I have done so far:

  • A. Deleted temporary data using the windows clean up tool.

  • B. I checked the environment variables but they look fine.

  • C. I went into the user directory and ran takeown /F appData /A /R

After C. the user is able to start Chrome, but settings are not read.

Also, I should say, on the laptop there is a standard user and an other administrator, they do not have these problems.

Any suggestion is more than welcome!

1 Answers1

1

The best solution would be to recreate the user's account. Based on the fact other accounts are working normally it's safe to assume the problem is user profile specific and not system wide.

However, if that's not an option, then you can use Microsoft's Process Monitor to identify what actions are falling when you start applications:

  1. Run ProcMon
  2. Click the filter icon in the taskbar
  3. Configure the filter to exclude operations that result in SUCCESS
  4. Try to start an application and observe the results.

Hopefully it will be obvious what's preventing programs from running (e.g. Filesystem access denied issues or attempts to read registry data that are falling).