Yes that's right "Administratörer", so what do I do now?
Well, I do not really know what you were doing when you ran into the "Administratörer" problem.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
First off I have read several posts on here and tried every solution I could find to no avail.
When I try to install new programs on this computer running Windows 7 I get error 5, "Setup was unable to create the directory" C:/user/[username]/appdata/local/temp/...
I have all permissions to do this, even right clicking and trying to run the installer as admin does not work.
I have run system file checker, performance troubleshooter, I have updated windows and nothing works.
What can I do to fix this?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Yes that's right "Administratörer", so what do I do now?
Well, I do not really know what you were doing when you ran into the "Administratörer" problem.
Yes that's right "Administratörer", so what do I do now?
I followed your instructions and at the last one I got this message: (translated from Swedish) "There has been no mapping between account name and security-id."
The group name "Administrators" is localised. In your case it could be "Administratorer". You can find out for sure by type this command at the Command Prompt:
net localgroup
So I finally got access to the computer again and I did as you said. First, pressing Ctrl+Shift+Enter did as I saw, nothing, and I could not left-click on anything, cmd just started, but at the top of it did say that it was running as administrator.
I followed your instructions and at the last one I got this message: (translated from Swedish) "There has been no mapping between account name and security-id."
What now?
It seems contradictory that you are allowed to create a file in the temp directory by manual means but not while installing new software. Maybe the following procedure will resolve the problem:
cd /d "%temp%"
cd ..
(yes, that's two full stops!)
takeown /f temp /r
cacls temp /c /t /g everyone:F
(answer Yes when prompted) 5. Reboot normally and check if this solves the problem. If not, check on a different machine if the problem occurs there too.